/* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,700);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.site-elements {
    margin-bottom: 20px;

}

.header-style  {
/*	margin-top: 60px;*/

 	text-align: center;
 }

 .heading-one  {
/* 	 	width: 70%;*/
 	 	text-align: center;
 	 		padding: 20px;
	margin-top: 60px;
    margin-left: 20%;
    margin-right: 20%; 	
 }

 .heading-two  {
    font-family: 'Josefin Slab', serif;   
    font-size: 50px;
    font-style: bold;
 	text-align: center;
/* 	width: 70%;*/
	margin-top: 60px;
    margin-left: 20%;
    margin-right: 20%;    
	padding: 20px;
	border: 1px;
	border-color: #fff;
	border-style: solid;
 }

h3.body-style  {

	color: #3f5b78;
	font-size: 22px;
	margin-bottom: 20px;
	margin-left: 20%;
    margin-right: 20%;  
	font-family: 'Montserrat', sans-serif;

}
h4.body-style  {

	color: #3f5b78;
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 20%;
    margin-right: 20%;  
	font-family: 'Montserrat', sans-serif;

}
h4.body-style-smaller {

	color: #3f5b78;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 20%;
    margin-right: 20%;  
	font-family: 'Montserrat', sans-serif;

}
 .round-it {
    border-radius: 50px;
    border:1px solid #2e7cc3;
}


.lead{
	font-weight: 400;
}



/* ================================
Intro
================================= */

.top-banner{
    min-height:500px;
    width:100%;
    background-color: #529abb;
    background-image: url(../img/grassdropsBG3.jpg);
    background-position:center;
    background-repeat:no-repeat;
    overflow-y:hidden;
    text-align:center;
    position:relative;
}



.line-spacer {
	width: 40%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #3f5b78;
}


h4.pad-but {
     margin-bottom: 40px;
     text-decoration: none;

}

.nounderline{text-decoration: none}

/* ================================
Footer
================================= */
footer {
	background: #3f5b78;
	color: #ddd;
	padding: 50px 0 30px;
}


/* ================================
more media queries
================================= */

@media (max-width:768px) {
	#intro{
		background-image: url(../img/bg-mac.png);
		background-size:100%;
	}
	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}	
	.box-team {
		margin-bottom: 30px;
	}

	
}

@media (max-width:992px) {


	.service p{
			margin-bottom: 60px;
	}

}

@media (max-width:480px){
	#intro{
		background-image: none;
	}
}