/* #region Globals */
* {
    font-family:'Red Hat Text';
}

body {
    font-size:18px;
}

h1 {
    color:#fff;
    font-size:4rem;
    line-height:4rem;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
}

h2 {
    color:#336b64;
    font-size:3rem;
    line-height:3rem;
    font-weight:600;
    text-transform:uppercase;
}

h3 {
    font-size:2rem;
    line-height:2rem;
    color:#222;
}

h4 {
    font-size:1.5rem;
    color:#336b64;
}

@media only screen and (max-width:1400px) {
    h1 {
        font-size:3rem;
        line-height:3rem;
    }
    .paddbl {
        padding:60px;
    }
}

@media only screen and (max-width:1000px) {
    .padside {
        padding-left:30px;
        padding-right:30px;
    }
    h1 {
        font-size:2.5rem;
        line-height:2.5rem;
    }
}

@media only screen and (max-width:700px) {
    h1 {
        font-size:2rem;
        line-height:2rem;
    }
    .paddbl {
        padding-left:30px;
        padding-right:30px;
    }
}
/* #endregion */

body {
    background-color:#f5f3f0;
}

.home {
    background-image:url('images/bg_home.jpg');
    background-size:100% auto;
    background-position:center top;
    background-repeat:no-repeat;
}

.home img {
    max-width:400px;
    margin-bottom:90px;
}

.home .mainbox {
    max-width:1400px;
}

.home .news {
    background-color:#fff;
    border:1px solid #ccc;
}

#archive .newschive .newsbox .newslink span {
    color:#c0a05c;
}

.mainlink {
    background-color:#c0a05c;
    color:#fff;
    border:2px solid #c0a05c;
    padding:10px 20px;
    font-weight:bold;
}

.mainlink:hover {
    background-color:transparent;
    color:#c0a05c;
}

.footer p {
    text-align:center;
}

.footer a {
    font-weight:bold;
    color:#c0a05c;
}

.footer a:hover {
    text-decoration:underline;
}

@media only screen and (max-width:1000px) {
    .pad {
        padding:30px;
    }
}

@media only screen and (max-width:600px) {
    .home img {
        width:65vw;
    }
}