/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}


/* Custom default button */

.btn-default {
    color: #fff;
    text-shadow: none;
    /* Prevent inheritence from `body` */
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.5rem 2rem;
}

.btn-default:hover,
.btn-default:focus {
    background-color: rgba(255, 255, 255, 0.3);
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
}

body {
    background: url(../img/cover.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.div.div-masthead.inner h4 {
    font-size: 4vh;
    position: fixed;
    left: 40%;
    top: 63%;
}

.div.div-masthead.inner a h4 {
    font-size: 3vh;
    position: fixed;
    left: 35%;
    top: 74%;
}

.div.div-masthead.inner a h1 {
    font-size: 7vh;
    position: fixed;
    left: 44%;
    top: 73%;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}


/* Padding for spacing */

.inner {
    padding: 30px;
}

.div.div-masthead.inner.logo img {
    width: 22vh;
}

.div.div-masthead.inner img {
    width: 22vh;
}

.div.div-masthead.inner.icon img {
    width: 22vh;
}

.div.div-masthead.inner.download {
    position: fixed;
    left: 44%;
    top: 70%;
}


/*
 * Header
 */


/* .masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
} */

.div-masthead {
    text-align: center;
    display: block;
}


/* .div-masthead .div-link {
    display: inline-block;
} */

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    /* .div-masthead {
        float: right;
    } */
}

@media (max-width: 768px) {
    body {
        background: url(../img/cover-m.jpg) repeat center center fixed;
        background-size: cover;
        color: #fff;
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }
    /* .div-masthead {
        float: right;
    } */
    .div.div-masthead.inner a h4 {
        font-size: 3vh;
        position: relative;
        left: 0%;
        top: 0%;
    }
    .div.div-masthead.inner h4 {
        font-size: 2.5vh;
        position: fixed;
        left: 22%;
        top: 32%;
    }
    .div.div-masthead.inner a h1 {
        display: none;
        font-size: 7vh;
        position: fixed;
        left: 0%;
        top: 0%;
    }
    .div.div-masthead.inner.download {
        position: fixed;
        left: 0%;
        top: 50%;
    }
    .div.div-masthead.inner img {
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 1620px) and (max-width: 2560px) {
    .div.div-masthead.inner.download {
        position: fixed;
        left: 44%;
        top: 71%;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-notify {
    padding: 10px 60px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px;
}

.cover-heading {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 2rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .cover-heading {
        font-size: 3.4rem;
        letter-spacing: 15px;
    }
}

.cover-copy {
    max-width: 500px;
    margin: 0 auto 3rem;
}


/*
 * Footer
 */

.mastfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, 0.5);
}


/*
 * Subscribe modal box
 */

#subscribeModal .modal-content {
    background-color: #303546;
    color: #fff;
    text-align: left;
}

#subscribeModal .modal-header,
#subscribeModal .modal-footer {
    border: 0;
}

#subscribeModal .close {
    color: #fff;
}

#subscribeModal .form-control {
    margin-top: 1rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

#subscribeModal .form-control:focus {
    border-color: #49506a;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 1060px;
    }
}