html,body{
    margin:0;
    padding:0;
    font-size:0;
    color: #4F4E4C;
    background-color:#FAFAFA;
    font-family: "Montserrat", sans-serif;
}
div{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.post, .page{
    margin:0;
}
img{
    max-width:100%;
    width:100%;
}

h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size:36px;
}
h2{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size:32px;
}
h3{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size:28px;
    padding:0;
    margin:0;
}
h4{
    color:#E39C5D;
    font-size:18px;
    padding:0;
    margin:0;
}
p{
    font-size:18px;
}




@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
    h2{
        font-size:30px;
    }
}
@media screen and (max-width: 1024px) {
    h2{
        font-size:28px;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}