/*------------------FONTS----------------



font-family: 'Open Sans', sans-serif;

font-family: 'Jura', sans-serif;

/*------------------NAVI-----------------*/
h1, h2, h3, h4{
	font-family: 'Jura', sans-serif;
	font-weight: 600;
	font-size:36px;
	
}

.navi{
	
	color: #00668C;

}
.navi h1{
        font-size:50px;
    
}
.navi h2{
		margin-top:-5px;
        padding-top:0;
	
}
.navi .phone_block{
        margin:30px 0;
        font-size:36px;
        font-family:'Jura', sans-serif;
}

/*------------------HEADER-----------------*/

.header{
	background-image:url(../images/header-bg_dark2.jpg);
	/*height:530px;*/
	background-size:cover;
	background-position:center bottom;
}
.header-left-column {
	color:white;
	font-family: 'Open Sans', sans-serif;

}
.header-button{
	
	left:0;
}
.header-left-column{
	padding-top:12px;
	
}
.phone:hover{
    text-decoration:none;
}
/*------------------SECTIONS-----------------*/

.section{
	padding:30px 0;
	
}
.section-text {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.section-photo img{
	margin:4px 2px;
	
}
.section-text > h1,.section-text > h2,.section-text > h3,.section-text > h4{
	color: #00668C;
}

.section2, .section2 h1, .section2 h2, .section2 h3, .section2 h4{
	color:white;
}
.section2{
    background:#5185AD url(/images/section2.jpg) top center no-repeat;
    background-size:cover;
}

.fw p{
	width:75%;
	/* margin:0 auto; */
}
.section4, .section4 h1, .section4 h2, .section4 h3, .section4 h4{
	color:white;
}
@media screen and (max-width:480px){
    .email{
        font-size:29px;
    }
    .header-left-column h3{
        font-size:28px;   
    }
    .navi h1,.navi h2{
        font-size:28px;
    }
    form .pull-right{
        float:none!important;
    }
}
.section4{
    background:#48BF68 url(/images/section4.jpg) top center no-repeat;
    background-size:cover;
}

.section5 h1,.section5 h2,.section5 h3,.section5 h4{
	color: #00668C;
	
}

/*-----------------------BUTTON--------------------------*/
.my-btn{
	background-color: #04B7D3;
    border-color: #2e6da4;
    color: #fff;
}