/* style 2 de delco web */


footer .fa {
		padding-left: 30px;
	}
	
	.fa {
		  padding: 10px;
    font-size: 20px;
    width: 50px;
	height: 30px;
    text-align: center;
    text-decoration: none;
   
    
}

.fa:hover {
    opacity: 0.7;
	
}

.fa-facebook {
 
  color: #fff;
  
}
	
.fa-twitter {
 
  color: #fff;
   
}
body {

font-family: 'Raleway', sans-serif;
}




#main2 {
background-color: #f1f1f1;

}

section {
background-color: #f1f1f1;
}

section#about article {
	
	background-color: #fff;
}
article h1 {
 color: #ffffff;
 
}

article h2 {
 color: #ffffff;
 
}
article#me {

background-color: #fff;
}
article#me h2 {
  color: #333;
}
* {box-sizing:border-box}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  
  padding-top: 20px;
  max-width: 1200px;
  position: relative;
  margin: auto;
}


.mySlides fade img {
	
	height: auto;
	display: block;
	margin: auto;
}

/* Caption text */
.text {
  color: #ffffff;
  position: absolute;
  bottom: 4px;
  text-align: center;
  width:100%;
 
 
 
  
  
}
.text a {
 text-decoration:none;
 color: #007CB4;
}

.numbertext {
  color: #fff;
  font-size: 20px;
  padding-top: 50px;
  padding-left: 50px;
  position: absolute;
  text-align:center;
 
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #F26A00;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .text {font-size: 1em;}
}
@media only screen and (min-width: 501px) {
  .text {font-size: 1.3em;}
}

.orange {
	
	color: orange;
}
	