@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
    background: #fefefe;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #00469d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    color: #00469d;
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
	color: #a250b0;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background: rgb(136,211,23);
    background: -moz-linear-gradient(left, rgba(136,211,23,1) 0%, rgba(136,211,23,1) 100%);
    background: -webkit-linear-gradient(left, rgba(136,211,23,1) 0%,rgba(136,211,23,1) 100%);
    background: linear-gradient(to right, rgba(136,211,23,1) 0%,rgba(136,211,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d317', endColorstr='#88d317',GradientType=1 );
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
    background: rgb(162,80,176);
    background: -moz-linear-gradient(left, rgba(162,80,176,1) 0%, rgba(0,70,157,1) 100%);
    background: -webkit-linear-gradient(left, rgba(162,80,176,1) 0%,rgba(0,70,157,1) 100%);
    background: linear-gradient(to right, rgba(162,80,176,1) 0%,rgba(0,70,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a250b0', endColorstr='#00469d',GradientType=1 );
}

.consult-form .checkbox-label, .consult-form .radio-label, .consult-form .switch-label {
    margin: 0;
}

.consult-form p.form-heading {
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: 500;
}

.consult-form p.form-subheading {
    font-style: italic;
}

.consult-form p.form-subheading:last-of-type {
    margin-top: 10px;
    margin-bottom: 0;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media(max-width: 480px) {
    h1, h2, .blog #main h1 a {
        font-size: 30px;
        line-height: 35px;
    }
}


