@import url('fonts.css');
@import url('header.css');
/* BASE
------------------------------------- */
html, body {
    color: #171717;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
body.loaded {
    background: #fff;
}
body.loaded.webp {
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .blog #main h1 a {
    color: #000000;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    margin: 0 0 20px;
}
h1, .blog #main h1 a {
    font-size: 38px;
    letter-spacing: 1px;
}
h2 {
    font-size: 38px;
    letter-spacing: 1px;
}
h1 + h2, h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-btn, a.main-btn, .bp-forms-btn, a.bp-forms-btn {
    color: #ffffff;
    background: #015293;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.main-btn:hover, a.main-btn:hover, .bp-forms-btn:hover, a.bp-forms-btn:hover {
    background: #171717;
    color: #fff;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 600px) {
.bottom-button-container .main-btn {
	font-size: 14px;
}
}
