.responsive-img img {
  max-width: 100%;
  height: auto;
}

.city {
  width: 75%;
}
.city .content-block h2 {
  color: #f5581a;
  font-size: 50px;
}
.city .content-block a {
  color: black;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  border: 1px solid black;
  border-radius: 35px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.city .content-block a:hover {
  text-decoration: underline;
  color: white;
  transition: 0.3s;
  border: none;
  background: #f5581a;
}
.city .img-box {
  position: relative;
  max-width: 750px;
}
.city .img-box img {
  object-fit: cover;
}
@media (max-width: 1020px) {
  .city .img-box {
    margin-top: 25px;
  }
}

.city-info {
  margin-top: 250px;
}
.city-info .img-container {
  margin-top: -65px;
  margin-right: -85px;
  max-width: 600px;
  float: right;
  z-index: 5;
  position: relative;
}
@media (max-width: 750px) {
  .city-info .img-container {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.city-info .content-block {
  background-color: #286842;
  padding: 95px;
}
.city-info .content-block p, .city-info .content-block h4 {
  color: white;
}

.city-willemstad .textbox {
  color: black;
}
@media (max-width: 600px) {
  .city-willemstad .textbox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.city-willemstad p {
  margin-top: 8px;
  font-size: 16px;
  margin-left: 10px;
}
.city-willemstad span {
  color: #f5581a;
}
.city-willemstad .card {
  border-style: none;
  background: #286842;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  color: white;
  width: 500px;
}
@media (max-width: 750px) {
  .city-willemstad .card {
    border-radius: 0px !important;
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .city-willemstad .card p {
    font-size: 12px;
    margin-left: 0px;
  }
}
.city-willemstad .card h4 {
  font-size: 28px;
  padding-top: 12px;
  text-align: center;
}
@media (max-width: 550px) {
  .city-willemstad .card h4 {
    font-size: 20px;
    text-align: left;
  }
}
.city-willemstad .card .possibility {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 550px) {
  .city-willemstad .card .possibility {
    margin-left: 0px !important;
    padding-left: 0px;
  }
}
.city-willemstad .card .img-box img {
  width: 650px;
}
.city-willemstad .img-box {
  margin-top: 25px;
}
@media (max-width: 1020px) {
  .city-willemstad .img-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.city-willemstad .img-box img {
  max-width: 650px;
}
@media (max-width: 1020px) {
  .city-willemstad .img-box img {
    margin-top: 25px;
  }
}

.responsive-img img {
  max-width: 100%;
  height: auto;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

.contact {
  background-color: #286842;
}
.contact .image-container img {
  border-radius: 100%;
  border: 2px solid white;
}
.contact ul {
  list-style-type: none;
  padding-left: none;
}
.contact ul li {
  list-style-type: none;
  align-items: center;
}
.contact h2 {
  font-size: 42px;
  color: white;
  padding-bottom: 55px;
  text-align: left;
  padding-left: 0px;
}
.contact p {
  width: 70%;
  color: white;
  font-size: 16px;
  align-self: center;
}
.contact i {
  color: white;
  padding-right: 25px;
}
.contact .textbox ul {
  padding-left: 0px;
}
.contact .image-container {
  max-width: 300px;
  margin-top: 100px;
}
.contact .image-container img {
  max-width: 750px;
}
@media (max-width: 750px) {
  .contact .image-container img {
    max-width: 300px;
  }
}
@media (min-width: 960px) {
  .contact .image-container {
    margin-left: 160px;
  }
}
.contact .custom-btn {
  color: white;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  border: 1px solid white;
  border-radius: 35px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.contact .custom-btn:hover {
  text-decoration: underline;
  color: white;
  transition: 0.3s;
  border: none;
  background: #f5581a;
}

@media (max-width: 900px) {
  .contact-location h2 {
    margin-top: -30px;
  }
}

.orange {
  color: #f5581a;
}

.tour-pricing {
  background: #286842;
}
.tour-pricing h5 {
  color: white;
}
.tour-pricing p {
  color: white;
}
@media (max-width: 700px) {
  .tour-pricing .pricing {
    flex-flow: column-reverse;
  }
}
.tour-pricing .tour {
  padding-top: 75px;
  padding-bottom: 25px;
}
.tour-pricing span {
  color: #f5581a;
}
@media (max-width: 700px) {
  .tour-pricing .socials {
    flex-flow: column-reverse;
  }
}
@media (max-width: 700px) {
  .tour-pricing .social {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tour-pricing .social i {
  font-size: 26px;
  color: #f5581a;
}
.tour-pricing .social a {
  text-decoration: none;
  color: white;
}
.tour-pricing .social a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  text-decoration: underline;
  color: #f5581a;
}

.contactform {
  min-height: 75vh;
}

.navbar .nav-item a {
  font-size: 24px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.languages {
  background-color: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.responsive-img img {
  max-width: 100%;
  height: auto;
}

.city {
  width: 75%;
}
.city .content-block h2 {
  color: #f5581a;
  font-size: 50px;
}
.city .content-block a {
  color: black;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  border: 1px solid black;
  border-radius: 35px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.city .content-block a:hover {
  text-decoration: underline;
  color: white;
  transition: 0.3s;
  border: none;
  background: #f5581a;
}
.city .img-box {
  position: relative;
  max-width: 750px;
}
.city .img-box img {
  object-fit: cover;
}
@media (max-width: 1020px) {
  .city .img-box {
    margin-top: 25px;
  }
}

.city-info {
  margin-top: 250px;
}
.city-info .img-container {
  margin-top: -65px;
  margin-right: -85px;
  max-width: 600px;
  float: right;
  z-index: 5;
  position: relative;
}
@media (max-width: 750px) {
  .city-info .img-container {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.city-info .content-block {
  background-color: #286842;
  padding: 95px;
}
.city-info .content-block p, .city-info .content-block h4 {
  color: white;
}

.city-willemstad .textbox {
  color: black;
}
@media (max-width: 600px) {
  .city-willemstad .textbox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.city-willemstad p {
  margin-top: 8px;
  font-size: 16px;
  margin-left: 10px;
}
.city-willemstad span {
  color: #f5581a;
}
.city-willemstad .card {
  border-style: none;
  background: #286842;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  color: white;
  width: 500px;
}
@media (max-width: 750px) {
  .city-willemstad .card {
    border-radius: 0px !important;
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .city-willemstad .card p {
    font-size: 12px;
    margin-left: 0px;
  }
}
.city-willemstad .card h4 {
  font-size: 28px;
  padding-top: 12px;
  text-align: center;
}
@media (max-width: 550px) {
  .city-willemstad .card h4 {
    font-size: 20px;
    text-align: left;
  }
}
.city-willemstad .card .possibility {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 550px) {
  .city-willemstad .card .possibility {
    margin-left: 0px !important;
    padding-left: 0px;
  }
}
.city-willemstad .card .img-box img {
  width: 650px;
}
.city-willemstad .img-box {
  margin-top: 25px;
}
@media (max-width: 1020px) {
  .city-willemstad .img-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.city-willemstad .img-box img {
  max-width: 650px;
}
@media (max-width: 1020px) {
  .city-willemstad .img-box img {
    margin-top: 25px;
  }
}

.responsive-img img {
  max-width: 100%;
  height: auto;
}

.carouselhero .item {
  position: relative;
}
.carouselhero .item img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
.carouselhero .item .overlay {
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0), rgb(13, 13, 13));
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.carouselhero .item .overlay p {
  color: white;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 2%;
}

/*# sourceMappingURL=main.css.map */
