body {font-family: Lato;}  
  .navbar.navbar-top{display: none;}
 
  .footer-section .col-sm-4:nth-child(2){display: none;}
  .footer-section .col-sm-4:nth-child(1){display: block; width: 40%;}
  .footer-section .col-sm-4:nth-child(3){display: none;}
  .carousel-inner{border-bottom: 4px solid black;}
 #c452 p.text-center{color: black;}
 
 #c615.frame {padding-bottom: 0px;}
 #c452.frame,#c454.frame {padding-top: 0px;}
.col-md-4{width: 39%;}  
.col-md-4:nth-child(2){width: 20%;}
 #c452 p.text-center strong,#c454 p.text-center strong{font-size: 1.2em;}
.footer-section-meta{display: none;}
.footer-section {padding: 24px;}
.footer-section a, 
.footer-section a:hover,  
.footer-section a:focus{
  color: #e30518;
}


@media only screen and (max-width : 480px) {
  .col-md-4 {width: 100%;}

  .footer-section .col-sm-4:nth-child(2){display: none;}
  .footer-section .col-sm-4:nth-child(1){display: block; width: 80%;}
  .footer-section .col-sm-4:nth-child(3){display: none;}
  .carousel-small .item {
      height: 200px;
  }

}