/**
 * Styles for the home page of TheFruitWagon.com
 *
 * @author bmannell
 * @version 0.3
 */

#banner-images {

  overflow: hidden;

  margin-bottom: 0px; 

  height: 400px;
}

#banner-images img {

  width: 100%; 

}

@media (max-width: 992px) {
  #banner-images {
    max-height: 350px; 
  }
  #main-title{
    font-size: 30px;
  }
}

@media (max-width: 768px){
  #banner-images{
    height: 150px;
  }
  #main-title {
    font-size: 24px;
  }
}


nav.navbar-default {
  border: none; 
}

h1#main-title{
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
}

#contact h3{
  margin-top: 2px;
}

#contact p {

  margin-bottom: 4px; 

}


#social {

  background-color: #9BD1E5;

  padding-bottom: 25px;

  overflow: hidden; 

}

#social #facebook {

  width: 100%; 

}