/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #000000;
    color: #ffffff;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 300;
}


a, a:visited {
    color: #ffffff;
    text-decoration: none;
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;

    padding: 100px 0;

}

.central {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}

.identity {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 36px auto;
}

.title {
    font-size: 40px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 60px;
    font-weight: normal;
}

.text {
    text-align: center;
}

.text p, #mc_embed_signup .mc-field-group label {
    line-height: 24px;
    font-size: 12px;
}

.instagram {
    font-size: 20px;
    display: block;
    margin: 24px 0 0 0;
}

.divider {
    margin: 0 auto;
    max-width: 745px;
}

.loader {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup .mc-field-group input {
    background: none;
    border: none;
    color: #FFFFFF;
    border: 1px solid #000 !important;
    outline: none;
}

#mc_embed_signup .mc-field-group {
    border-bottom: 1px solid #ffffff4d;
    margin: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
}

#mc_embed_signup .asterisk {
    color: #ffffff !important;
    font-size: 14px !important;
    top: 0 !important;
}

#mc_embed_signup .btn-holder {
    margin: 60px auto !important;
    width: 200px;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding: 0 !important;
    min-height: auto !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border:none !important;
}

div.mce_inline_error {
    display: none !important;
}

#mc_embed_signup .button {
    background: #000 !important;
    border: 1px solid  #ffffff4d !important;
    width: 200px !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    line-height: 24px !important;
    font-size: 12px !important;
}

.indicates-required {
    margin: 12px 0 0 0 !important;
    width: 100%;
}

#mc_embed_signup .col {
    margin: 0 0 12px 0;
}

#mc_embed_signup div#mce-responses {
    float: none; !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 12px
}

#mc_embed_signup div.response {
    font-weight: normal !important;
}

#mc_embed_signup #mce-success-response {
    color: #fff !important;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {



    .text p, #mc_embed_signup .mc-field-group label {
        line-height: 28px;
        font-size: 14px;
    }

    .identity {
        max-width: 300px;
        margin-bottom: 48px;
    }

    .title {
        font-size: 60px;
        margin-bottom: 84px;
    }


    .left {
        padding: 0 6px 0 0;
    }

    .right {
        padding: 0 0 0 6px;
    }

    .form {
        display: flex;
        flex-wrap: wrap;
    }

    #mc_embed_signup .btn-holder {
        margin: 36px auto !important;
    }

    #mc_embed_signup .col {
        width: 50%;
        margin: 0;
    }

    #mc_embed_signup .mc-field-group {
        display: flex;
    }

    #mc_embed_signup .mc-field-group label {
        width: 50px;
    }

    #mc_embed_signup .mc-field-group input {
        padding: 0;
        width: 70% !important;
        flex-grow: 1;
    }

}

@media screen and (min-width: 1500px) {


    .identity {
        max-width: 350px;
        margin-bottom: 48px;
    }

}


