@font-face {
    font-family: 'Futura';
    src: url('fonts/futura-medium-01-webfont.woff2') format('woff2'),
         url('fonts/futura-medium-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futura-mediumitalic-02-webfont.woff2') format('woff2'),
         url('fonts/futura-mediumitalic-02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
    background-color: #2f2f2f;
    margin: 0;
    padding: 0;
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    color: #a28133;
}

#particles {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
http://cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {
    padding: 0 5px 10px 5px;
}

#mc_embed_signup input.email,
#mc_embed_signup input.inquiry {
    background-color: rgba(124, 203, 195, 0.01);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 15px;
    border-color: rgba(124, 203, 195, 0.5);
    color: #EBD174;
    box-sizing: border-box;
    height: 32px;
    padding: 0;
    padding-left: 10px;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: bottom;
    border-top:1px;
    border-left:1px;
    border-right:1px;
} /* tweaking input design */

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    letter-spacing: .03em;
    background: #50b7ad;
    color: black;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 1px 18px 1px 18px;
    display: inline-block;
    margin: 30px 0 0 0;
    transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
    /*background-color: #6b560c;*/
    cursor: pointer;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 .5em 0 .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

.container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    text-align: center;
}

.item {
    flex: 0 0 auto;
    padding: 20px;
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-26 10:7:39
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-26 10:27:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-out-contract
 * ----------------------------------------
 */
 @-webkit-keyframes tracking-out-contract {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
}
@keyframes tracking-out-contract {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
}

.tracking-out-contract {
    -webkit-animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: tracking-out-contract 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.text-block {
    display: inline-block;
    font-family: 'Futura', sans-serif;
    font-size: 30px;
    background-color: #2f2f2f;
    color: #a28133;
    padding: 5px 10px;
    max-width: 80vw;
    overflow: hidden;
    white-space: nowrap;
}

.light-gold {
    color: #ebd174;
    font-weight: 100;
}

@media (max-width: 768px) {
    .text-block {
        font-size: 7vw;
    }
    .br-large {
        display: none;
    }
}

.hidden {
    display: none;
}

.logo {
    display: block;
    margin: 50px auto;
}

@media (min-width: 769px) {
    .br-small {
        display: none;
    }
}
