body{
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #cccccc
}
.container{
	width: 90%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.container2{
	width: 50%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.container3{
	width: 49%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.container4{
		width: 70%;
		margin: auto;
		overflow: hidden;
		position: relative;
	}
.current a{
	color: #ff0000;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
ul{
	margin: 0;
	padding: 0;
}

/*Header*/
header{
	background: #1a1a1a;
	color: #ffffff;
	padding-top: 30px;
	min-height: 100px;
	border-bottom: #ff0000 8px solid;
}
header li{
	float: left;
	display: inline;
	padding: 0 30px 0 30px;
}
header #branding{
	float: left;
	padding-bottom: 10px;
}
header #branding a{
	color: #ff0000;
	text-decoration: none;
	font-size: 30px;
}
header nav{
	float: right;
	padding-top: 60px;
}
header nav a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
header nav a:hover{
	color: #ff0000;
}
#menuicon{
	width: 40px;
	height: 40px;
	background: url('../img/nav.png') center;
}
a:hover#menuicon{
	border-radius: 1px 1px 0 0;
background: 
}

/*Showcase*/
#showcase{
	min-height: 500px;
	/*background:url('../img/showcase.png') no-repeat 0-50px;*/
	background-position: center;
	background-color:#1a1a1a;
	border-bottom: #ff0000 8px solid; 
	text-align:center;
	color: #ffffff;
	margin: 0 auto;
}
#showcase h1{
	margin-top: 50px;
	font-size: 45px;

}
#showcase p{
	text-align: center;
	margin-top: 80px;
	font-size: 40px;
}
#showcase .crossfade > figure {
	  animation: imageAnimation 30s linear infinite 0s;
	  /*backface-visibility: hidden;*/
	  background-size: cover;
	  background-position: center center;
	  color: transparent;
	  min-height: 500px;
	  max-height: 500px;
	  margin: 0 auto;
	  opacity: 0;
	  position: absolute;
	  width: 100%;
	  top: auto;
	  z-index: 0;
	}
	#showcase .crossfade > figure:nth-child(1) {
	 background-image: url('../showcase/1.jpg'); 
	 }
	#showcase .crossfade > figure:nth-child(2) {
	  animation-delay: 7s;
	  background-image: url('../showcase/2.jpg');
	}
	#showcase .crossfade > figure:nth-child(3) {
	  animation-delay: 14s;
	  background-image: url('../showcase/3.jpg');
	}
	#showcase .crossfade > figure:nth-child(4) {
	  animation-delay: 21s;
	  background-image: url('../showcase/4.jpg');
	}
	#showcase .crossfade > figure:nth-child(5) {
	  animation-delay: 28s;
	  background-image: url('../showcase/4.jpg');
	}

	@keyframes
	imageAnimation {  0% {
	 animation-timing-function: ease-in;
	 opacity: 0;
	}
	 8% {
	 animation-timing-function: ease-out;
	 opacity: 1;
	}
	 17% {
	 opacity: 1
	}
	 25% {
	 opacity: 0
	}
	 100% {
	 opacity: 0
	}
	}
/*footer*/
footer{
	padding: 20px;
	margin-top: 20px;
	color:#ffffff;
	background-color: #1a1a1a;
	border-top: #ff0000 8px solid;
	padding-top: 20px;
}
aside #social .box{
	float: right;
	width: 10%;
	margin-top: 20px;
}
footer a{
	text-decoration: none;
}
footer p{
	float: left;
	width: 90%;
	margin-top: 20px;
	color: #ffffff;
	text-decoration: none;
}
footer a{
	color: #ffffff;
	text-decoration: none;
}

/*indexcards*/
#indexcards {
	margin-top: 20px;
}
#indexcards .box{
	float: left;
	text-align: center;
	width: 30%;
	padding: 0 20px 0 20px;	
}
#indexcards img{
	width: 50%
}
#indexcards iframe{
	width: 80%;
	height: 250px;
}
#indexcards h1 {
	font-size: 120%
}
#indexcards h3{
	font-size: 90%;
}

/*communication site*/
#communication{
	margin-top: 20px;
}
#communication .box{
	float: left;
	text-align: center;
	width: 50%;
}
#communication .box iframe{
	width: 90%;
	height: 300px;
}
#communication .box h2, p{
	text-align: left;
}
#communication img{
	display: block;
	margin: auto;
	border-radius: 30px;
	width:60%;
}

/*gallery*/
#fotos h1{
	text-align: center;
	font-size: 20px;
}
#fotos .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 100px;
  width: auto;
  padding: 2%;
  margin-top: 30%;
  color: red;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  background: black;
  user-select: none;
  -webkit-user-select: none;
}

#fotos .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#fotos .prev{
	left: 0;
}

#fotos .prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

#fotos .numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 22px;
  bottom: 50px;
  margin: auto;
}

#fotos .mySlides, .foto img{
	display: block;
	margin: auto;
	border-radius: 15px;
}

#construction img{
	display: block;
	margin: auto;
	margin-top: 20px;
	border-radius: 30px;
	width:60%;
}
/*services*/
#services {
	margin:auto;
	margin-top: 20px;
}
#ourservices{
	float: left;
	margin: auto;
	width: 50%;
}
#ourservices h1{
	text-align: center;
	font-size:200%; 
}
#ourservices ul{
	padding-left: 20px; 
}
#ourservices img{
	display: block;
	margin: auto;
	margin-top: 50px;
	border-radius: 15px;
}
#services2 {
	margin:auto;
	margin-top: 20px;
}
#parts{
	float: left;
	padding-top: 50px;
	margin: auto;
	width: 50%;
}
#parts img{
	display: block;
	margin: auto;
	margin-top: 50px;
	border-radius: 15px;
}
#parts h1{
	text-align: center;
	font-size:200%;
}
#parts ul{
	padding-left: 20px; 
}
#services3 {
	margin:auto;
	margin-top: 20px;
	}
	#oils{
	float: left;
	padding-top: 50px;
	margin: auto;
	width: 50%;
	}
	#oils h1{
		text-align: center;
		font-size:200%;
	}
	#oils ul{
		padding-left: 20px; 
	}
	#oils img{
	display: block;
	margin: auto;
	margin-top: 50px;
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	header{
		position: relative;
	}
	header #branding{
		float: left;
		padding-bottom: 10px;
		width: 100%;
	}
		
	#menuicon{
		display: inline-block;
	}
	nav ul, nav:active ul{
		display: none;
		z-index: 1000;
		position: relative;
		padding: 20px;
		right: 20px
		top: 60px;
		width: 50%;
		
	}
	nav:hover ul{
		display: block;
	}
	nav li{
		text-align: left;
		width: 100%;
	}
	#showcase h1{
		font-size: 180%;
	}
	#showcase p{
		font-size: 150%;
	}
	#indexcards .box{
		float: left;
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
	#indexcards .box h2{
		font-size: 90%;
	}
	#indexcards .box h3{
		font-size: 90%;
	}
	#communication .box{
		float: left;
		text-align: center;
		width: 100%;
	}
	#communication .box iframe{
		width: 90%;
		height: 100%;
	}
	.container2{
		width: 100%;
		margin: auto;
		overflow: hidden;
		position: relative;
	}
	#communication img{
		margin-top: 20px;
		width: 100%;
		height: 150px;
	}
	.container3{
		width: 90%;
		margin: auto;
		overflow: hidden;
		position: relative;
	}
	#services {
		margin:auto;
		margin-top: 20px;
	}
	#ourservices{
		margin: auto;
		width: 100%;
	}
	#ourservices h1{
		text-align: center;
		font-size:150%;
	}
	#ourservices ul{
	padding-left: 20px; 
	}
	#services2 {
		margin:auto;
		margin-top: 20px;
	}
	#parts{
		padding-top: 30px;
		margin: auto;
		width: 100%;
	}
	#parts h1{
		text-align: center;
		font-size:150%;
	}
	#parts ul{
		padding-left: 20px; 
	}
	#services3 {
		margin:auto;
		margin-top: 20px;
	}
	#oils{
		padding-top: 30px;
		margin: auto;
		width: 100%;
	}
	#oils h1{
		text-align: center;
		font-size:150%;
	}
	#oils ul{
		padding-left: 20px; 
	}
}