h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3!important;
}

body {
	font-family: 'Muli', sans-serif;
	line-height: 1.7em;
}

body p {
    margin: 1em 0;
}

body a {
    text-decoration: none!important;
    color: #CE7E17;
    transition: 0.3s ease-out;
}

body a:hover {
    color: #a9931d;
    transition: 0.3s ease-in;
}

.post-thumbnail {
    margin-bottom: 1em;
}


