body,
html {
    font-family: "Montserrat",  sans-serif;
    color: #21360d;
    background: none;
}

.full {
    background: url(../img/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a,
a:hover {
    color: rgb(117, 53, 53);
    text-decoration: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b5adaa;
    z-index: 99999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}

.logo {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

.logo i {
    font-size: 42px;
}

.coming-soon {
    padding-top: 130px;
    margin: 0 auto;
}

.coming-soon h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 80px 0 69px;
}

.coming-soon p {
    font-size: 18px;
    color: #21360d;
}

.coming-soon .counter {
    margin: 0 0 60px 0;
}

.counter .days-wrapper,
.counter .hours-wrapper,
.counter .minutes-wrapper,
.counter .seconds-wrapper {
    display: inline-block;
    margin: 0 60px 0 0;
    font-size: 18px;
    text-align: center;
    color: #21360d;
}

.counter .days,
.counter .hours,
.counter .minutes,
.counter .seconds {
    font-size: 120px;
    line-height: 120px;
    color: #21360d;
}

.social {
    margin-top: 80px;
    margin-bottom: 60px;
}

.social a {
    color: #4C6733;
    font-size: 28px;
    display: inline-block;
    margin: 0 40px 0 0;
}

.social a:hover {
    color: #fff;
}

.copyright {
    font-size: 14px;
    margin: 20px 0 10px 0;
    color: rgba(255,255,255,0.6);
}

.copyright a {
    color: rgba(255,255,255,0.7);
}

.copyright a:hover {
    color: #cc3333;
}

@media (max-width: 979px) {
    .counter .days-wrapper,
    .counter .hours-wrapper,
    .counter .minutes-wrapper,
    .counter .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 7px;
        padding-top: 20px;
    }

    .counter .days,
    .counter .hours,
    .counter .minutes,
    .counter .seconds {
        font-size: 60px;
        line-height: 70px;
    }
}
