/*@font-face {
    font-family: 'Visuelt Pro';
    src: url('VisueltPro-Medium.woff2') format('woff2'),
        url('VisueltPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Folio';
    src: url('Folio-med.woff2') format('woff2'),
        url('Folio-med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/



-------------------------------------------------- */

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/* Clearfix
-------------------------------------------------- */

.cf:after {
    content: "";
    display: table;
    clear: both;
}
html {
    overflow-y: scroll; 
    height: 100%;
}
html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: black;
    font-family: Sans-serif;
    margin: 0;
    /*font-weight: lighter;*/
    font-size: 5em;
    color: pink;
    display: none;
    padding-left: .25em;
    padding-right: .25em;
    padding-bottom: .25em;
    padding-top: .25em;
    /*line-height: 1em;*/

}
.body-pink {
    background-color: pink;
    position:fixed;
    z-index: -99;
    height: 100vh;
    width: 100vw;
    display: none;
    top: 0px;
    left: 0px;
}

a {
    text-decoration: none;
    color:inherit;
    -moz-transition: 0.5s;
    transition: 0.5s; 
}

a:hover {
    text-decoration: none;
    opacity: .6;
}

.underline {
    text-decoration: underline !important;
}

.underline:hover {
    text-decoration: underline;
}

.list {
    display: block;
    text-align: center;

}
.link {
    text-align: center;
    display: inline-block;
        text-decoration: none;
    color:inherit;
    cursor: pointer;
    -moz-transition: 0.5s;
    transition: 0.5s; 
    padding-bottom: .75em;
}

.link:hover {
    opacity: .6;
    /*text-decoration: none;*/

}

.a:hover {
    opacity: .6;
    text-decoration: none;
}


.title {
/*    padding-bottom: 1em;*/
    display: inline-block;

}

.section-title {
    font-size: .5em;
    line-height: 5em;
}

.contact {
    display: inline-block;
    float: right;
}
.info:hover {
    opacity: .6;
    cursor: pointer;
}
.info {
    -moz-transition: 0.5s;
    transition: 0.5s; 
}
.laurel-wrap {
    position: fixed;
    right: 0.25em;
    bottom: 0.25em;
    /* height: 100vh; */
    width: 2px;
}
.laurel {
    opacity: 0;
    /* position: fixed; */
    right: 0.25em;
    bottom: 0.25em;
    height: 1.5em;
    -moz-transition: 1s;
    transition: 1s;
    float: right;
    display: inline;
    padding-top: 0.25em;
}

/*.noncommercial {
    padding-bottom: .75em;
}*/

/*.commercial {
    padding-bottom: .2em;
}*/

.close {
  background-image: url(exit-black.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
    width: 1em;
    height: .75em;
    top: .35em;
    right: .05em;
  background-size: contain;
  z-index: 99999;
    position: fixed;
    display: none;
}

.close:hover {
    opacity: .6;
}

.transition {
    -moz-transition: 0.5s;
    transition: 0.5s; 
}

.info-page {
    display: none;
    position: fixed;
    padding-right: 1em;
    color:black;
}


.video {
    display: none;
}

.video > div {
    position: fixed !important;
    padding-top: 0 !important;
    top: .25em;
    left: .25em;
    right: .25em;
    bottom: .25em;
}

.thumbnail {
    background-position: center center;
    background-size: cover;
    -webkit-filter: brightness(60%);
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    z-index: -1;
    background-color: black;
    top:0;
    left: 0;
    opacity: 0;
    -moz-transition: all 1s;
    transition: all 1s; 
}

.thumbnail-visible {
    opacity: 1 !important;
}
.laurel-visible {
    opacity: 1 !important;
}



@media screen and (orientation: portrait) and (max-width: 768px) {

body {
    font-size: 3em;
}

.laurel {
    display: none;
}
}



