@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');

@font-face {
    font-family:"ChronicleDisplay-Black";
    src:url("../fonts/Chronicle Display Black.woff2") format("woff2"),url("../fonts/Chronicle Display Black.woff") format("woff"),url("../fonts/Chronicle Display Black.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Acme Gothic Wide Regular";
    src:url("../fonts/AcmeGothicWide-Regular.woff2") format("woff2"),url("../fonts/AcmeGothicWide-Regular.woff") format("woff"),url("../fonts/AcmeGothicWide-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

body {
    background: #000;
    color: #AEB0B3;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
}

 body.error404 {
    background: #fff;
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
}

.post, .page {
	margin: 0;
}

.widget {
	margin: 0;
}

#page {
    position: relative;
}

.admin-bar .fixed-top {
    top: 46px;
}

@media(min-width: 783px){
    .admin-bar .fixed-top {
        top: 32px;
    }  
}

h1 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: .02em;
    margin: 0;
}

h2 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .1em;
    margin: 0;
}

h3 {
    font-family:  ChronicleDisplay-Black, serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: .2em;
    margin-bottom: 40px;
}

@media(min-width: 768px){
    #page {
        padding: 0 50px 0 50px;
    }
}

#intro {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    padding-bottom: 20px;
}

@media(min-width: 768px){
    #intro {
        font-size: 16px;
    }
}

#coming-soon {
    font-family:"Acme Gothic Wide Regular";
    font-size: 18px;
    letter-spacing: .075em;
    line-height: 22px;
    min-height: 50px;
    padding: 10px 0;
    text-transform: uppercase;
}

@media(min-width: 768px){
    #coming-soon {
        padding: 15px 0 0 0;
    
    }
}

/*#hero, .hero-inner {
    height: calc(100vh - 172px);
}*/

@media(min-width: 768px) and (max-height: 799px){
    .hero-inner {
        padding: 50px 0;   
    }
}

@media(min-width: 768px) and (min-height: 800px){
    #hero, .hero-inner {
        height: calc(100vh - 134px);
    }
    
    .hero-inner {
        padding:  0;   
    }
}

#hero {
    background: #fff;
    background-image: url("../images/background.jpg");
    background-size: cover;
}

#logo {
    padding-top: 20px;
    padding-bottom: 10px;
}

@media(min-width: 768px){
    #logo {
        padding-top: 0;
        padding-bottom: 60px;
    }   
}

@media(max-width: 400px){
    #logo svg {
        width: 250px;
    }
}

@media(min-width: 401px){
    #logo svg {
        width: 275px;
    }
}

@media(min-width: 768px){
    #logo svg {
        width: 500px;
    }
}

@media(max-width: 768px){
    #contact {
        padding-bottom: 40px;
    }
}

#contact .contact-text {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    padding-bottom: 20px;
}


a.button {
   
    display: inline-block;
    letter-spacing: .1em;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    width: 250px;
    transition: all .25s ease-in-out;
}

a.button, a.button:visited, a.button:focus {
    background: #000;
    color: #fff;
}

@media(min-width: 576px){
    a.button, a.button:visited, a.button:focus {
        width: 323px;
    }
}

a.button:hover {
    background: #000;
    color: #fff;
    opacity: .5;
}

#colophon {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    padding: 30px 0;
}

:root {
  --animate-delay: 0.5s;
}

.fade-content-in-down, .fade-content-in-left, .fade-content-in-up, .fade-content-in-right, .fade-content-in {
    opacity: 0;
}
  