
body {
    background: linear-gradient(180deg, rgba(255,255,255,1) 80%, rgb(232 232 232) 100%);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    height: 100vh;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
}

h2 {
    margin: 0 0 11px;
    font-size: 36px;
    font-weight: 100;
    line-height: 33px;
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 27px;
}

img { max-width: 100%; }

::-moz-selection { background: #42bfc2; color: #fff; text-shadow: none; }
::selection { background: #42bfc2; color: #fff; text-shadow: none; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    height: 100%;
}
.inner-bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.data {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: start;
    text-align: left;
}
.elements {
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    height: 100%;
}
.coming-soon .logo {
    padding-bottom: 20px;
    width: 190px;
}
.coming-soon .logo h1 {
    margin: 0;
}
.coming-soon .logo a {
    display: inline-block;
    width: 200px;
    height: 110px;
    background: url(../img/logo.png) center center no-repeat;
    text-indent: -99999px;
}
.coming-soon .logo a:focus { outline: 0; }

.coming-soon .logo a:hover { background-image: url(../img/logo-hover.png); }

.coming-soon .logo a:before {
    content: url(../img/logo-hover.png);
    width: 0;
    height: 0;
    visibility: hidden;
}

.coming-soon p {
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 17px;
    line-height: 28px;
    max-width: 500px;
    color: #333;
}

.image {
    background-image: url(../img/maintenance.svg);
    background-position: center;
    background-size: contain;
    width: 365px;
    height: 365px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 6%;
    opacity: 0.6;
}



/***** Media Queries *****/
@media (max-width: 1280px) {
h2 {
    font-size: 30px;
    line-height: 33px;
}
.coming-soon p {
    font-size: 15px;
    line-height: 25px;
}
.coming-soon .logo {
    width: 167px;
}
.image {
    width: 300px;
    height: 300px;
}
}

@media (min-width: 768px) and (max-width: 991px) {

    .coming-soon p { padding: 0; }
    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 150px; }

}

@media (max-width: 767px) {
    .elements {
        flex-direction: column;
    }
    .data {
        text-align: center;
        align-items: center;
    }
    .image {
        margin: 0;
        width: 244px;
        height: 263px;
    }
    .inner-bg {
        align-items: start;
    }
    .coming-soon p { padding: 0; }
    .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { width: 150px; }
    .timer .slash { display: none; }
    
    .footer-copyright p, .footer-social { text-align: center; }
    .footer-copyright { padding-bottom: 15px; }

}

@media (max-width: 550px) {

    .subscribe form input { width: 95%; }
    .subscribe form button { width: 95%; margin-top: 10px; }

}

@media (max-width: 400px) {
    
    h1, h2 { font-size: 32px; }

}