body{
	background-color: #12b1eb;
}

/*HERO SECTION*/
#hero {
  align-content: center;
  padding: 25px 0 20px 0;
}

.heroClass {
  background-image: url("../../assets/img/ODFW_logo.svg");
  background-position: top;
  background-repeat: no-repeat;
  height: 90px;
  background-size: contain;
}

@media (min-width: 576px) {
  .heroClass {
    height: 180px;
  }
}

@media (min-width: 768px) {
  .heroClass {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .heroClass {
    height: 350px;
  }
}


#slider {
  padding: 30px 0px;
	
}

@media (min-width: 576px) {
  #slider {
    padding: 60px 20px;
  }
}

@media (min-width: 768px) {
  #slider {
    padding: 75px 50px;
  }
}

@media (min-width: 1440px) {
  #slider {
    padding: 75px 160px;
  }
}

@media (min-width: 1920px) {
  #slider {
    padding: 75px 300px;
  }
}

.fa.fa-chevron-left {
  font-size: 35px;
  color: #FFEDED;
}

@media (min-width: 576px) {
  .fa.fa-chevron-left {
    font-size: 50px;
    color: #FFEDED;
  }
}

.fa.fa-chevron-right {
  font-size: 35px;
  color: #FFEDED;
}

@media (min-width: 576px) {
  .fa.fa-chevron-right {
    font-size: 50px;
    color: #FFEDED;
  }
}



/*BUY SECTION*/
#buyHeader {
  padding: 10px 0 0 0;
}

#buy {
  padding: 25px 25px;
  margin-bottom: 50px;	
}

#retailLogos {
  padding: 25px 0 0 0;
  align-content: center;
}

.retail {
  height: 100px;
}


.cepiaLogo {
	  background-image: url("../../assets/img/Cepia_logo2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*------------------FOOTER------------------*/

#footBasic {
  padding: 20px 0;
  font-size: 16px;
  height: 100px;
  background-color: #1888FF;
}

@media (min-width: 768px) {
  #footBasic {
    font-size: 14px;
    height: 65px;
  }
}

.footlink { 
	color: #FFFFFF; 
}

.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;    
}

.footer-basic {
  padding: 20px 0;
  color: rgba(255,255,255,.5);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,0.25);
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.80;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
/*----------------end FOOTER---------------------------*/
