body {
    background-color:white !important;
}

.btn-white {
    transition: all .5s ease !important;
    background: white;
    border-radius: 0;
    color: black;
    font-size: 15px;
    padding: 21px 34px;
    font-weight: 700;
    border: 2px solid white !important;
}

.btn-white:hover {
    transform: scale(1.05);
    color: white;
}

.btn-black {
    transition: all .5s ease !important;
    background: black;
    border-radius: 0;
    color: white;
    font-size: 15px;
    padding: 21px 24px;
    font-weight: 700;
    border: 2px solid #000 !important;
}

.btn-black:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgb(255, 255, 255);
    transition: all .5s ease;
  }

.btn-black:hover:after {
    bottom: 0;
    height: 100%;
}

.btn-black:hover {
    transform: scale(1.05);
    background: black;
}

.brand {
    max-height: 120px;
}

.icon {
    max-height: 50px;
}

.title-pink {
    color: #cb2a6c;
}

#readyToBook {
    background: #431f5c;
}

.img-box {
    height: 300px;
    object-fit: cover;
    transition: all .5s ease !important;
}

.img-box:hover {
    transform: scale(1.05);
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  .archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}