@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	background: #fefefe;
	font-family: 'Museo Sans', sans-serif;
	font-weight: 300; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #000;
	font-family: 'Museo Sans', sans-serif;
	font-weight: 300;
	margin: 0;
}

h1,
.blog #main h1 a {
	/*font-size: 42px;*/
	font-size: 38px;
	line-height: 1;
    /*font-family: 'Cinzel';*/
    font-family: trajan-pro-3;
    color: #337db1;
	margin: 0 0 20px;
}

h2 {
	/*font-size: 42px;*/
	font-size: 43px;
	line-height: 1;
    /*font-family: 'Cinzel';*/
    font-family: trajan-pro-3;
    color: #337db1;
}

h3 {
	font-size: 24px;
	line-height: 40px;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	/*border: none;*/
    border-radius: 0px;
    color: #fff;
    /*background-color: #337db1;*/
    background-color: #2aafc4;
    font-family: 'Museo Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    outline: #2aafc4 solid 4px;
    border: 2px solid #fff;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: #194f90;
	outline: #194f90 solid 4px;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media(max-width: 480px) {
    h1, h2, .blog #main h1 a {
        font-size: 28px;
        line-height: 31px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    html, body{
        font-size: 16px;
    }
}
