@font-face {
    font-family: 'nimbus_sans_lregular';
    src: url('../fonts/NimbusSanL-Bol-webfont.eot');
    src: url('../fonts/NimbusSanL-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NimbusSanL-Reg-webfont.woff2') format('woff2'),
         url('../fonts/NimbusSanL-Reg-webfont.woff') format('woff'),
         url('../fonts/NimbusSanL-Reg-webfont.ttf') format('truetype'),
         url('../fonts/NimbusSanL-Reg-webfont.svg#nimbus_sans_lregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus_sans_lbold';
    src: url('../fonts/NimbusSanL-Bol-webfont.eot');
    src: url('../fonts/NimbusSanL-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NimbusSanL-Bol-webfont.woff2') format('woff2'),
         url('../fonts/NimbusSanL-Bol-webfont.woff') format('woff'),
         url('../fonts/NimbusSanL-Bol-webfont.ttf') format('truetype'),
         url('../fonts/NimbusSanL-Bol-webfont.svg#nimbus_sans_lbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'nimbus_sans_lbold';
    background-color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 5px 10px rgba(0,0,0,0.25);
}

html, body, main, .landing {
    height: 100%;
}

.flex-even {
    flex: 1;
}

.xphone { 
    width: 100%;
    height: 100%;
    position: relative;
}

.xphone > * {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.xphone > .frame {
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 100;
}

.xphone {
    z-index: 10;
    width: 70%;
}

.coming-soon {
    text-align: center;
    font-size: 32pt;
    line-height: 32pt;
    width: 70%;
    /* padding: 0 2rem; */
}

.right-pane {
    flex: 1;
}

.logo {
    font-size: 48pt;
    font-family: 'nimbus_sans_lregular';
    font-weight: bold;
}

.logo > i {
    background-image: url("../images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #bebebe;
    width: 4.5rem;
    height: 4.5rem;
    -webkit-box-shadow: 5 5 10px -3px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.31);
    display: inline-block;
    position: relative;
    top:.6rem;
    margin-right:2rem;
}

.main {
    width: 70%;
}

.subscribe {
    -webkit-box-shadow: 5 5 10px -3px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.31);
    font-family: 'nimbus_sans_lregular';
    font-size: 10pt;
}

input, button {
    border-radius: 0 !important;
    text-transform: uppercase;
}

.hero {
    font-size: 10pt;
}

.subscribe h3 {
    font-weight: bold;
}

.note, .terms {
    text-transform: none !important;
}

.terms {
    font-size: xx-small;
    font-family: 'nimbus_sans_lregular';
}

@media (max-width: 1399.98px) {
   .main {
       width: 100%;
   }
}

@media (max-width: 1199.98px) {
    .xphone .coming-soon { 
        font-size: 28pt;
        line-height: 28pt; 
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 14pt;
    }

    .left-pane {
        display: none;
    }

    .logo {
        font-size: 40pt;
    }

    .logo > i {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 10pt;
    }

    .logo {
        font-size: 28pt;
    }

    .logo > i {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 6pt;
    }
}

@media (min-width: 992px) {
    .left-pane {
        flex: 0 0 40%;   
    }

    .left-pane, .left-pane > div {
        height: 100%;
    }

    .right-pane, .right-pane > div {
        min-height: 100%;
    }
}

/* @media (min-width: 1400px) {
    .xphone {
        width: 50%;
    }

    .xphone .coming-soon {  
        width: 85%;
    }
} */

.thankyou {
    font-size: 1rem;
}

.thankyou span {
    font-size: 2rem;
    font-family: 'nimbus_sans_lbold';
}