/*
Theme Name: Theme
Author: About Image
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mydomain
*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(images/bgtest2.jpg) repeat;
	line-height: 23px;
	background: url(images/bgtest1.jpg) repeat;
	
	
}



.cycloneslider-template-standard {
	margin-bottom: 0px !important;
}

/*
	Typography
*/

h1,h2,h3,h4,h5,h6 {
	color: #0085bf;
	font-weight: bold;
	padding-bottom: 10px;
}

blockquote {
	border-left: 5px solid #47b8ea;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.9em;
}

i {
	padding-right:5px;
}

main {
	background: #fff;
	padding: 5px;
}

.top-logos {
	padding-top: 30px;
}

.maps {
	float: right;
}

.teammember {
	margin-bottom: 50px;

}


footer {
	height: 50px;
	background: #0085bf;
}

	footer p {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 50px;
	}

.terms, .terms a{
	font-size: .8em;
	color: #333;
}






/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px){

	h1 {
		font-size:2.4em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
		
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.1em;
	}

	main {
		padding: 20px;
	}

	
}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px){

	
	 
}
 
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px){

	
 
}
 
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px){


 
}