header{
    background-color: #fef5f6 !important;
}
header nav img {
    width: 130px !important;
}
header.header-sticky nav img {
    width: 110px;
}
.header-sticky{

}
.background-header{

}
.main-banner .item h2 {
    text-shadow: 1px 1px 1px #000, 
               3px 3px 5px #fff; 
}
.video {
    padding: 100px 0px 100px 0px;
}
.fun-facts{
    margin-top: 75px;
}
.video {
   padding:50px 0px 50px 0px ; 
}
footer.footer-no-gap {
    margin-top: 10px;
}
.rating {
    margin-top: 0px;
    border: none;
    float: left;
  }
  
  .rating > label {
    color: #90A0A3;
    float: right;
  }
  
  .rating > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005" !important;;
    display: inline-block;
  }
  
  .rating > input {
    display: none;
  }
  
  .rating > input:checked ~ label,
  .rating:not(:checked) > label:hover,
  .rating:not(:checked) > label:hover ~ label {
    color: #F79426 !important;
  }
  
  .rating > input:checked + label:hover,
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label,
  .rating > input:checked ~ label:hover ~ label {
    color: #FECE31 !important;
  }
  .card {
  /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;*/
    text-align: center;
    font-family: arial;
  }
  .card h1{
    font-size: 16px;
    margin-top: 10px;
  }
  .card p{
    margin-bottom: 10px;
  }
  .title {
    color: grey;
    font-size: 18px;
  }
  p i.fa-star{
    color: #F79426;
  }
  .m10{
    display: block; margin: 0 auto; height: 20px;
  }
  .formt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact-page #contact-form textarea {
    height: 100px;
  }