header{
	background: url('../img/banner.jpg')no-repeat;
 background-size: 180% 100%;
    background-position: 50%;
  min-height: 400px;
    padding: 20px;
}
.logo{
	margin-left: -7px;

}
@keyframes animator{
	0%{
	background-image:url('../img/banner2.jpg');
	}
	50%{
   	background-image:url('../img/banner2.jpg');
	}
	100%{
	background-image:url('../img/banner.jpg');
	}
}
header {
	animation-name: animator;
	animation-delay: 10s;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
header * {
	color: white;
}
header h1 {
	text-transform: capitalize;
	margin-top: 30px;
}
header h1, header h2, header p{
text-align: center;
clear: both;
}
header h1{
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 150px;
}
header h2{
	font-size: 15px;
	color: white;
	text-transform: capitalize;
	display:block;
	text-align: center;
	margin: auto;
	font-weight: bold;
	width: 90%;
	margin-top: 10px;
}

header p{
	background:  hsl(30,100%,50%);
	width: 280px;
	text-align: center;
	margin: auto;
	border-radius: 3px;
	margin-top: 20px;
	padding: 10px;
}
header p *{
	display: inline-block;
}
header p a{
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
header p a img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
section{
	background: white;
	padding-top: 1px;
	margin-top: 20px;
	text-align: center;
}
section h1{
	margin: 20px;
	text-align: center;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}
h5{
	color: grey;
	font-weight: normal;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin: auto;
	line-height: 25px;
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 16px;
}
section div img{
	width: 100%;

}
section div{
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
section  div h3, section div a{
	display: block;
	width: 90%;
	margin: auto;
	margin-top: -80px;
}
section div h3{
	color: white;
	text-transform: uppercase;
	font-weight: normal;
}
section div a{
	text-decoration: none;
	color: black;
	background-color: white;
	display: inline-block;
	width: 150px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
}
article h1{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 5px;
	color: black;
	font-weight: bold;
}
article{
	background: white;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	text-align: center!important;
	
}
article .why{
	padding: 20px;
    width: 100%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	background:hsl(30,100%,50%);
}
article .why p *{
display: block;
margin: auto;
color: white;
width: 80%;
}
article .why p{
	display: block;
	width: 80%;
    text-align:center;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	min-height: 350px;
}
.why p b{
	margin: auto;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 5px;
	
	color: white;
}
.why p em{
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*Vector art image sizes*/
article .why p img{
	width: 100px;
}
#testimonials p{
	white-space: nowrap;
	overflow: scroll;
}
article #testimonials p img{
	width: 300px!important;
	margin: 10px!important;
}

@media(min-width: 1000px){
	header nav{
		margin-top: -5px;
	}
h5{
	width: 50%;
}
	header{
   background-position: 100% 30%;
   background-size: 100%;
   min-height: 550px;
	}
	header h1{
		margin-top: 200px;
		font-size: 45px;
	}
	header h2{
		padding: 10px;
		font-size: 23px;
		width: 60%;
		margin-top: 0px;
	}
	header p .desk{
		display: inline-block;
	}
	header p{
		width: 310px;
	}
	header a{
		text-decoration: none;
		font-weight: normal;
	}
	section div{
		width: 350px;
		margin:10px;
		margin-bottom: 30px;
	}
	article .why p{
		width: 200px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 20px;
	}
	article .why p b{
		display: block!important;
		width: 100%;
		margin: auto!important;
		text-align: center!important;
		margin-top: 10px!important;
	}
	
	article .why p *{
		width: 100%;
		text-align: left;
		margin: 0px;
		margin-top: 7px;
	}
	article .why p img{
		width: 100px;
		margin: auto;

	}
	.logo{
		margin-top: -20px;
	}
	.why p em{
		text-align: center;
		font-size: 16px;
	}
	#testimonials p{
	white-space: nowrap;
	overflow: hidden;
}
}