/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
   .top .container {padding-right: 10px;}
}
@media (min-width:768px) {
.section h3,
.section-colored h3 {margin-top:0px;}
    .logo {padding:1px 0px 0px 0px;
    }

}
