/* BACK TO TOP OVERRIDE */

.back-to-top {
  color: #FFF;
  background-color: #362e55;
  border: 1px solid #FFF;}

.back-to-top:hover{
  background-color: #211b3c;
  color: #FFF;
  border: 1px solid #211b3c;}

.back-to-top:focus{
  color: #FFF;}

/* HEADER */

header {
  background-image: url(../../images/landing/spring_cage_clips/banner_mobile@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 40px 0 0 0;
  padding: 0;
  overflow: hidden;
  height: 520px;}

/* PRODUCTS */

#products{
  margin-top: -50px;}

#products h2{
  color: #0b183e;
  font-weight: 500;}

#products h3{
  font-weight: 500;
  text-transform: uppercase;}

#products a{
	color: #362e55;}

#products img{
  width: 130px;
  height: 130px;
  margin: 0 auto;}

#products ul{
  list-style: none;
  padding: 0;}

#products li{
  margin-bottom: 5px;}

/* MEDIA QUERIES */

@media (min-width: 768px) {
  
/* HEADER */	
	
header{
  background-image: url(../../images/landing/spring_cage_clips/banner_tablet@2x.jpg);
  height: 600px;}

/* PRODUCTS */

#products ul{
  margin-bottom: 40px;}
}

@media (min-width: 992px) {	

/* HEADER */
	
header{
  background-image: url(../../images/landing/spring_cage_clips/banner_desktop@2x.jpg);
  height: 400px;}
}

@media (min-width: 1200px) {
	
/* HEADER */

header{
  height: 500px;
  background-image: url(../../images/landing/spring_cage_clips/banner_extra-large@2x.jpg);}
}