* {
    margin: 0;
    padding: 0;
}

body {
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

/* HERO */

.hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.hero .hero-inner {
    margin: 0 auto;
    padding-top: 7.5vh;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    max-height: 768px;
    display: block;
}

/* OVERLAYS */

.topbar::after, nav .brs hr, nav ul.menu li a, nav ul.menu li::before, nav ul.menu li::after, .social a,
.hero .site .site-inner h1::after, .hero .site .site-inner h1 span::after,
.hero .site .site-inner .welcome, .hero .site .site-inner .welcome::after,
.hero .site .site-inner ul.latest li::before,
article .date::before, article .date span, article .date span::before,
article .entry p, article .cbox::after,  article .cbox ul.post-categories li a,  article .cbox ul.post-categories::after, article .entry blockquote::after, article .entry blockquote cite::before,
aside h4.sidetitle::after, aside .sidebox .proj .tbox .title::after, aside .sidebox .proj .synopsis, aside .sidebox .proj .synopsis::before, aside .sidebox blockquote::after {
    mix-blend-mode: overlay;
    opacity: 0.65;
}

/* MENU */

.topbar {
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.topbar::after, .hero .site .site-inner h1::after, .hero .site .site-inner h1 span::after,
.hero .site .site-inner .welcome:after, .hero .site .site-inner ul.latest li::before {
    content: '';
    position: absolute;
    bottom: -20px; left: 0;
    width: 100%; height: 2px;
    background: #ffffff;
    margin: auto;
    display: block;
}

nav {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    flex: 1;
}

nav .brs {
    width: 20px;
    display: inline-block;
}

nav .brs hr {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border: none;
}

nav .brs hr:nth-of-type(2) {
    margin: 3px 0;
}

nav ul.menu, footer ul#cred {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
    list-style-type: none;
    display: block;
}

nav ul.menu li, #latest #latest-inner #links ul li, footer ul#cred li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
}

nav ul.menu li::after, aside .sidebox .proj ul.links li::after, footer ul#cred li::after {
    content: '';
    margin: 0 1.5vw;
    width: 2px;
    height: 20px;
    background: #ffffff;
    transform: rotate(22.5deg);
}

nav ul.menu li:last-child::after, #latest #latest-inner #links li:last-child::after, article .cbox ul.post-categories li:last-child::after, aside .sidebox .proj ul.links li:last-child::after, footer ul#cred li:last-child::after {
    display: none;
}

nav ul.menu li a:hover, .social a:hover {
    opacity: 0.95;
}

.social a {
    margin-left: 10px;
}

#show-menu {
    font-size: 15px;
    font-weight: 600;
    text-transform: lowercase;
	display: none;
}

#rmenu {
	width: 100%;
	display: block;
}

.active {
	display: block;
}

.hero .site {
    margin: 70px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 25px;
}

.hero .site .site-inner {
    flex-basis: 50%;
    align-items: flex-start;
}

.hero .site .site-inner h1 {
    color: #ffffff;
    font-family: 'Rubik 80s Fade', system-ui;
    font-size: 60px;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    opacity: 0.85;
    position: relative;
}

.hero .site .site-inner h1 span {
    display: inline-block;
    position: relative;
}

.hero .site .site-inner h1::after {
    bottom: -26px;
    opacity: 0.85;
}

.hero .site .site-inner h1 span::after {
    bottom: -28px;
    height: 6px;
    opacity: 1;
}

.hero .site .site-inner .welcome {
    margin-top: 48px;
    text-align: justify;
    letter-spacing: 0.025em;
    opacity: 1;
    position: relative;
}

.hero .site .site-inner .welcome::after {
    bottom: -30px;
}

.hero .site .site-inner ul.latest {
    margin: 60px auto 0 auto;
    line-height: 100%;
    list-style-type: none;
}

.hero .site .site-inner ul.latest li {
    margin: 0 auto 5px auto;
    padding: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.hero .site .site-inner ul.latest li::before {
    bottom: 0;
    height: 100%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    z-index: 5;
}

.hero .site .site-inner ul.latest li span {
    padding-right: 20px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
    position: relative;
    z-index: 10;    
}

.hero .site .site-inner ul.latest li a {
    margin-left: 20px;
    position: relative;
    z-index: 10;    
}

.hero .site .site-inner ul.latest li a:hover, aside .sidebox .proj ul.links li a:hover {
    text-decoration: underline;
}

.hero .site .pic {
    min-height: 630px;
	background-position: right top;
	background-repeat: no-repeat;
    flex-basis: 50%;
}

/* LATEST PHOTOS */

#latest {
    max-width: 100%;
    margin-top: -10vh;
	background-image: url("../brown/images/bg-black.jpg");
	background-position: center top;
	background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#latest table {
    margin: 0 auto;
    border-spacing: 0;
    position: relative;
    z-index: 10;
}

#latest table img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    vertical-align: top;
    filter: grayscale(100%);
    opacity: 0.1;
}

#latest #latest-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    color: #d9d9d9;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    z-index: 15;
}

#latest #latest-inner #stats {
    padding: 20px 0;
    text-align: right;
    flex-basis: 48%;
    position: relative;
}

#latest #latest-inner #stats::before, #latest #latest-inner #links::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
}

#latest #latest-inner #cam {
    font-size: 30px;
    flex-basis: 2%;
    text-align: center;
}

#latest #latest-inner #links {
    padding: 20px 0;
    text-align: left;
    flex-basis: 48%;
    position: relative;
}

#latest #latest-inner #links::after {
    top: unset; bottom: 0;
    right: unset; left: 0;
}

#latest #latest-inner #links ul li {
    margin: 0; padding: 0;
    list-style-type: none;
}

#latest #latest-inner #links ul li::after {
    content: '/';
    margin: 0 5px;
}

/* MAIN */

main {    
    padding: 60px 0;
    background-position: left top, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
    background-attachment: fixed;
    position: relative;
    z-index: 20;
}

#main-content {
	margin: 0 auto;
    width: 100%;
    max-width: 1366px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

/* POSTS */ 

section#content {
	min-width: 940px;
	max-width: 940px;
}

section#nfcontent {
	min-width: 100%;
	max-width: 100%;
}

article {
	margin: 0 auto 80px auto;
	padding: 0;
	display: block;
	position: relative;
}

article .date, article .cbox {
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    position: relative;
}

article .date::before, article .cbox::after, article .entry blockquote cite::before, aside h4.sidetitle::after, aside .sidebox .proj .synopsis::before {
    content: '';
    width: 100%; height: 1px;
    background: #ffffff;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 20;
}

article .date span, article .cbox ul.post-categories {
    opacity: 1;
    display: inline-block;
    position: relative;
}

article .date span::before, article .cbox ul.post-categories::after {
    content: '';
    position: absolute;
    top: -17px; left: 0;
    width: 100%; height: 3px;
    background: #ffffff;
    margin: auto;
    opacity: 1;
    display: block;
    z-index: 25;
}

section#press-archive article .date, section#press article .date {
    font-size: inherit;
    letter-spacing: 0;
    display: unset;
}

section#press-archive article .date::before, section#press article .date::before {
    display: none;
}

article h1.title, article h2 {   
    margin-top: 30px; 
    color: #ffffff;
    font-family: 'Rubik 80s Fade', system-ui;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    display: block;
    opacity: 0.9;
}

article h1.title:hover {
    opacity: 1;
}

article.projects h1.title {
    margin-bottom: 20px;
}

section#press-grid h1.title {
    margin-bottom: 20px;
    text-align: center;
}

article .featured {
    margin: 0 auto 10px auto;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

article .featured img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: bottom;
}

article .entry {
    margin: 30px auto 0 auto;
    padding: 25px 30px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    display: block;
    position: relative;
}

article .entry::before, #searchform::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    background: #ffffff;
    width: 100%; height: 100%;
    margin: auto;
    mix-blend-mode: soft-light;
    opacity: 0.2;
    z-index: -5;
}

article .cbox {
    margin-top: 15px;
    text-align: right;
}

article .cbox::after {
    margin-top: 15px;
    margin-bottom: 0;
}

 article .cbox ul.post-categories {
    margin: 0;
    padding: 0;
 }

  article .cbox ul.post-categories::after {
    top: unset;
    left: unset;
    right: 0;
    bottom: -17px;
  }

  article .cbox ul.post-categories li {
    margin: 0; padding: 0;
    display: inline-flex;
    align-items: center;
  }

  article .cbox ul.post-categories li::after {
    content: '';
    margin: 0 5px;
    width: 15px;
    height: 1px;
    background: #ffffff;
  }

  article .cbox ul.post-categories li a {
    opacity: 1;
  }

  article .cbox ul.post-categories li a:hover {
    mix-blend-mode: normal;
    opacity: 1;
  }

/* POST ELEMENTS */

article .entry p {
    margin-bottom: 15px;
    opacity: 1;
}

article .entry blockquote p:only-of-type, section#nfcontent .entry p:only-of-type {
    margin-bottom: 0;
}

article .entry b, article .entry strong, aside .sidebox b, aside .sidebox strong {
    font-weight: 700;
}

article .entry i, article .entry em, aside .sidebox i, aside .sidebox em {
    font-weight: 600;
}

article .entry a, aside .sidebox a {
    font-weight: 600;
    text-decoration: underline;
}

article .entry img, aside .sidebox img {
    margin: 4px; padding: 2px;
    border-width: 4px;
    border-style: double;
    opacity: 0.85;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

aside .sidebox img {
    padding: 4px;
    border-width: 1px;
    border-style: solid;
}

article .entry img:hover, aside .sidebox img:hover {
    opacity: 1;
}

article .entry blockquote, aside .sidebox blockquote {
    margin: 25px auto;
    padding: 25px 30px;
    font-style: italic;
    box-sizing: border-box;
    quotes: "\201C" "\201D" "\2018" "\2019";
    position: relative;
}

aside .sidebox blockquote {
    padding: 15px 20px;
}

article .entry blockquote::before {    
    content: '\201C';
    position: absolute;
    top: 15px; left: 15px;
    font-family: 'Old Standard TT', serif;
    font-size: 180px;
    font-weight: 700;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    opacity: 0.1;
    z-index: -5;
}

article .entry blockquote::after, aside .sidebox blockquote::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    background: transparent;
    width: 100%; height: 100%;
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    z-index: -1;
}

article .entry blockquote cite {    
    margin-top: 25px;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    display: block;
}

article .entry blockquote cite a {
    text-decoration: none;
}

article .entry a.more-link {    
    margin: 0 auto;
    padding: 5px;
    background: #ffffff;
    color: #5b98a0;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.2em;
    display: table;
    opacity: 0.65;
}

article .entry a.more-link:hover, article #submit:hover {
    opacity: 1;
}

article .entry li, aside .sidebox li {
    padding: 8px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a5d0d6;
    display: block;
}

aside .sidebox li i {
    font-size: 12px;
    margin-right: 15px;
}

iframe, embed, object, video {
	max-width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}

article .alignleft {
    text-align: left;
}

article .aligncenter {
    text-align: center;
}

article .alignright {
    text-align: right;
}

.discog {
    display: inline-block;
}

.discog_cover {
    width: 30%;
	float: left;
}

/* PAGINATION */

#pagination {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#pagination a, #pagination span {
	margin: 0 0.75vw;	
	font-size: 14px;
    font-weight: 600;
    line-height: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
    mix-blend-mode: soft-light;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}

#pagination span.current, #pagination a:hover {
    mix-blend-mode: overlay;
}

/* SIDEBAR */

aside {
    min-width: 360px;
    max-width: 360px;
}

aside .sidebox {
    margin: 0 auto 60px auto;
    text-align: justify;
    display: block;
}

aside h4.sidetitle {
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    position: relative;
}

aside h4.sidetitle::before {
    content: '';
    margin-right: 15px;
    margin-bottom: 2px;
    width: 5px; height: 5px;
    background: #ffffff;
    display: inline-block;
}

aside h4.sidetitle::after {
    margin-top: 13px;
    margin-bottom: 20px;
}

/* PROJECTS */

aside .sidebox .proj {
    margin: 0 auto 20px auto;
    display: block;
}

aside .sidebox .proj img {
    margin: 0; padding: 0;
    border: none;
    opacity: 1;
}

aside .sidebox .proj .tbox, .tbox {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 20px;
    position: relative;
}

aside .sidebox .proj .tbox::after {
    position: absolute;
    left: 0; bottom: -20px;
    margin-bottom: 0;
}

aside .sidebox .proj .tbox .title {
    flex: 1;
    position: relative;
}

aside .sidebox .proj .tbox .title::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 1px; height: 80%;
    background: #ffffff;
    margin: auto;
    display: block;
}

aside .sidebox .proj .tbox .title span, .title span {
    font-size: 14px;
    letter-spacing: 0.05em;
    mix-blend-mode: soft-light;
    display: block;
}

aside .sidebox .proj .synopsis {
    opacity: 1;
}

aside .sidebox .proj .synopsis::before {
    margin-top: 20px;
}

aside .sidebox .proj ul.links {
    margin: 20px auto 0 auto;
    padding: 15px;
    line-height: 100%;
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: relative;
}

aside .sidebox .proj ul.links::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #000000;
    margin: auto;
    mix-blend-mode: soft-light;
    opacity: 0.35;
    z-index: -5;
}

aside .sidebox .proj ul.links li {
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: none;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
}

aside .sidebox .proj ul.links li::after {
    margin: 0 15px;
    height: 14px;
    mix-blend-mode: soft-light;
}

aside .sidebox .proj ul.links li a {
    text-decoration: none;
}

#searchform {
    margin: 0 auto;
    position: relative;
}

#searchform #s {
	background: transparent;
	color: #ffffff;
	margin: 0 auto;
	padding: 10px 45px 10px 15px;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
	text-transform: none;
    letter-spacing: 0.025em;
    border: none;
	box-sizing: border-box;
    position: relative;
	display: block;
}

#searchsubmit, .screen-reader-text {
    display: none;
}

#searchform::after {
	content: "\f002";
	position: absolute;
	top: 20%; right: 15px;
	margin: auto;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    opacity: 0.65;
}

#searchform #s:focus {
    background: transparent;
    outline: none;
    border: none;
}

/* COMMENTS */

article .entry ol.commentslist {
    clear: both;
    margin: 0 auto;
}

article .entry ol.commentslist li {
	list-style-type: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
}

article .entry ol.commentslist ul.children {
    margin: 20px 0 0 20px;
    background: transparent;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #a5d0d6;
    padding: 0 15px;
    box-sizing: border-box;
}

article .entry ol.commentslist li .avatar { 
	margin: 7px 15px 0 0;
	padding: 0;
	float: left;
}

article .entry ol.commentslist cite, article .entry ol.commentslist cite a {
	font-weight: 700;
	font-style: normal;
}

article .entry ol.commentslist .cancel-comment-reply {
	margin-left: 10px;
}

article .entry ol.commentslist li a {
    color: inherit;
    text-decoration: none;
}

#commentform input[type=text], #commentform textarea {
	outline: none;
	margin: 10px 15px 10px 0;
    padding: 10px 15px;
    background: #b7cbca;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.025em;
    border: none;
    box-sizing: border-box;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
}
 
#commentform input[type=text]:focus, #commentform textarea:focus, article .entry input:focus {
	outline: none !important;
    background: #ffffff;
}

article .entry input {	
	margin: 0 15px 0 0;
	padding: 10px 15px;
    background: #b7cbca;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 24px;
	text-transform: none;
	letter-spacing: 0.025em;
    border: none;
	box-sizing: border-box;
}

article #submit {
	margin: 15px 0;
    padding: 10px;
    background: #ffffff;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    font-weight: 600;
	line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
    opacity: 0.65;
    -webkit-transition: all 0.46s ease-out;
    -moz-transition: all 0.46s ease-out;
    -o-transition: all 0.46s ease-out;
    transition: all 0.46s ease-out;
} 

/* FOOTER */

footer {
    background-image: url("../brown/images/bg-black.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;
}

footer .footer-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .footer-inner .fpic {
    width: 200px; min-height: 200px;
	background-position: left top;
    background-repeat: no-repeat;
}

footer .footer-inner .fcontent {
    flex: 1;
}

footer ul#cred {
    padding-bottom: 20px;
    line-height: 100%;
    text-align: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

footer ul#cred li {
    font-size: 14px;
    opacity: 0.9;
    gap: 4px;
}

footer ul#cred li::after {
    margin: 0 1vw;
}

footer ul#cred li a:hover {
    opacity: 1;
}

footer .footer-inner .fcontent .disc {
    padding-top: 20px;
    padding-left: 30px;
    color: #b7cbca;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0.025em;
    box-sizing: border-box;
}