.jumbotron {
  background: url("../img/karen.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  border-radius: 0px;
  height: 500px;
}
.top-header {
  background-color: rgb(51, 48, 48);
  color: white;
  text-align: center;
  padding-top: 15px;
  font-weight: 600;  
}
.headline {
  margin-top: 100px;
  font-weight: 800;
}
.lead {
  font-weight: 600;
}
.bookingh1 {
  font-size: 25px;
}
.questions {
  font-size: 18px;
  font-weight: 400;
}
.animalspng {
  margin-bottom: -51px;
}
.gallh3 {
  text-align: center;
}
.hand-phone {
  max-height: 420px;
  width: auto;
}
.footer {
  background-color: rgb(51, 48, 48);
  color: bisque;
  padding-top: 20px;
}
.copyright {
  background-color: rgb(77, 145, 9);
  color: white;
  padding-top: 20px;
}

@media screen and (max-width: 420px){
  .headline {
    margin-top: 50px;
  }
}

@media screen and (max-width: 375px){
  .headline {
    margin-top: 10px;
    font-weight: 400;
    font-size: 50px;
  }
}