@charset "UTF-8";
* { margin: 0; padding: 0; }

a { text-decoration: none;  color: #444;  }

.clearfix { overflow: auto }

.wrapper {
	margin: 0 auto;
	width: 100%;
}
.top-bar {
	width: 100%;
	background: #009933;
}
.top-bar-links {
	float: left;
}
.top-bar-links ul {
	margin: 15px;
	list-style: none;
}
.top-bar-links ul li {
	padding: 0 10px;
	display: inline-block;
	border-right: 1px solid white;
}
.top-bar-links ul li:last-child {
	border: 0;
}
.top-bar-links ul li a {
	color: white;
}
.site-search {
	padding: 3px 5px 3px 10px ; 
	margin: 15px;
	float: left;
	width: 30%;
	background: white;
	border-radius: 10px;
}
.site-search input {
	border: 0;
	float: left;
}
.site-search button {
	width: 18px;
	height: 18px;
	background: url(../img/icons/search.png);
	border: 0;
	float: right;
}
.header {
	width: 100%;
	height: 120px;
	margin: auto;
	overflow: hidden;
}
header .logo {
		width: 20%;
		float: left;
}
header .logo img { 
		width: 95%;
		margin-left: 1%;
		margin-top: 15px;
		float: left;
}
header .slidshow-container {
	width: 58%;
	display: block;

	margin-left: auto;
	float: left;
}
header .slidshow-container img{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 75%;
	position: relative;
}		
header .slidshow-container p{
	margin: auto;
	text-align: center;
}
header .socialmedia { 
	width: 20%;
	float: right; 
	margin-top: 3%;
	margin-right: auto;
}
header .socialmedia ul { 
	list-style: none 
}
header .socialmedia ul li { 
	display: inline 
}
header .socialmedia ul li a {
	margin: auto;
	padding: 2%;
	background: #009933;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}
header .socialmedia ul li a:hover {
	background: orange;
}
header .socialmedia.img {
	width: 2%;
}
nav {
	width: 100%;
	margin-top: 1%;
	background: #000;
	background: linear-gradient( #0000ff, #4d4dff,  #0000ff);
	text-align: center;
	border-radius: 5px;
	float: left;
	position: sticky;
  	top: 0;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
}
nav ul li a {
	color: #fff;
	text-transform: uppercase;
	margin: 1% 4% 1% 4%;
	display: inline-block;
}
nav ul li a:hover {
	color: red;
}
div.intro { 
	width: 100%;
	margin-bottom: 0;
 }
div.intro div.introimage {
	width: 47%;
	float: left;
}
div.intro div.introtext {
	width: 47%;
	float: left;
	margin-top: 10px; margin-bottom: 15px; font-size: 18px; color: #444;
}
div.introimage img {
	width:  100%;
	float: left;
}
div.introtext h1 {
	color: #0000ff;
	font-weight: normal;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 72px;
	text-transform: uppercase;
}
 div.introtext1 h2 {
 	color:  #009933;
	font-weight: normal;
	margin-left: 15px;
	font-size: 54px;
	text-transform: uppercase;
 }
div.introtext p {
		margin-left: 15px;
}
div.introtext a {
	text-transform: uppercase;
	float: right;
}
div.homecontent {
	width: 100%;
	background: #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 10px; 
	margin-bottom: 15px; 
	font-size: 18px; 
	color: #444;
}
div.home-col {
	margin-left: 25px;
	width: 47%;
	float: left;
}
div.home-col img {
	width: 100%;
	border-radius: 10px;
}
div.home-col h2 { 
	margin: 30px 0 30px 0;
	font-size: 30px;
	font-weight: normal;
}
div.services {
	margin-bottom: 20px;
	width: 47%;
	float: left;	
}
div.services h2 {
	margin: 30px 60px ;
	font-size: 30px;
	font-weight: normal;
	font color: #444;
}
div.services img {
	width: 64px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 15px;
}
div.services p {
	margin-top: 0;
}
footer {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
div.footercol {
	font-size: 18px;
	width: 47%;
	float: left;
	margin-left: 25px;
	border-top: 1px solid #000;
}
div.footercol h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #444;
}
div.tweet p {
	font-size: 16px;
}
ul.quicklinks {
	margin-top: 10px;
	list-style: none;
}
ul.quicklinks li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #aaa;
	color: #666;
}
ul.quicklinks li a::before {
	content: "» ";
}
ul.quicklinks li a:hover {
	color: red;
}
div.blogpost {
	clear: both;
}
div.blogpost h5 {
	font-size: 20px;
}
div.blogpost p {
	font-size: 16px;
}
div.blogpost a.readmore {
	float: right;
}
div.Logo img {
	width: 34px;
}
div.copyrights {
	width: 100%;
	background-color: #eee;
	float: left;
}
	div.left {
	float: left;
	margin: 10px;
}
div.right {
	float: right;
	margin: 10px;
}
/* Use a media query to add a breakpoint at 630px: */
@media screen and (max-width: 540px) {
	header .logo img{
	margin: 1%;	
	}
 	.site-search {
 	display: none;	
	}
	.header {
	width: 100%;
	height: auto;
	}
	header .socialmedia{
		width: 50%;
		float: right;
		margin: 1%;
	}
	header .slidshow-container{
	display: none;
	}
	nav ul li a{
	margin: 1% 1% 1% 1%;	
	}
	div.intro div.introimage{
		width: 100%;
	}
	div.intro div.introtext{
		width: 100%;
		float: none;
	}
	div.home-col{
		width: 100%;
		float: none;
	}
	div.services{
		width: 100%;
		float: none;
	}
	div.services{
		width: 100%;
		float: none;
	}
	div.footercol{
		width: 100%;
		float: none;
	}
	div.left {
	float: none;
	margin: 1%;
	}
	div.right {
	float: none;
	margin: 1%;
	}
}