@media only screen and (max-width: 991px){
  .name h3{font-size: 18px;}
  .name h4{font-size: 14px;}
  #fh5co-header nav ul li a{font-size: 16px;}
}
@media only screen and (max-width: 850px){
  .name h3{
    font-size: 14px;
    font-weight: bold;
  }
  #fh5co-header nav ul li a{font-size: 14px;}
}
@media only screen and (max-width: 768px){
    .carousel-caption {top: 10%;}
    .carousel-caption h1{font-size: 36px;}
}

@media only screen and (max-width: 480px){
  .carousel-caption h1{font-size: 20px; margin-top: -19px;}
  .carousel-caption h2{font-size: 15px; margin-top: -28px;}
  .name{display:none;}
}