.mobile {
  display: none;
}
.vision-containers {
  max-width: none;
  padding: 0px;
}
.col1,
.col3 {
  width: 30% !important;
}
.col2 {
  width: 40% !important;
}
.globe {
  background-color: black;
}
.modal-header {
  background-color: #3C4439;
}
.modal-content {
  background-color: #f6e8d6;
}
.page-hero {
  background-color: black;
  max-width: 1700px;
  margin: auto;
}
.page-hero-background {
  height: 600px;
  padding: 0px;
  max-width: 574px;
  text-align: center;
  margin: auto;
}
.page-hero h1 {
  font-size: 40px !important;
  font-weight: 500;
  text-transform: none !important;
  color: #F6E8D5;
  letter-spacing: -3px;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.9);
  margin-top: 60px;
  line-height: 100% !important;
  padding-left: 25px;
  padding-right: 40px;
}
.region-button i {
  margin-left: 1rem !important;
}
.region-section {
  color: #FFFFFF;
  margin-top: 125px;
  text-align: right;
}
.region-heading {
  display: inline;
  padding: 8px;
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.regions li {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3px;
}
.regions li a {
  font-family: 'Gotham', sans-serif !important;
  font-weight: 500 !important;
  color: #F6E8D5 !important;
  text-decoration: none;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: -80px;
}
.white-button-narrow {
  line-height: 100% !important;
  background-color: #f6e8d6 !important;
}
.region-button {
  background-color: transparent !important;
}
.region-button:hover {
  background-color: transparent !important;
}
#vision-section {
  padding: 90px;
  background-color: #F6E8D5;
  color: black;
}
.vision-banner {
  background-color: #3C4439;
  width: 100%;
}
.vision-banner-text {
  font-size: 30px;
  font-weight: 600;
  color: #F6E8D5;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
.vision-logo {
  height: 30px;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-right: 30px;
  padding-left: 26px;
}
#vision-header {
  font-size: 80px;
  text-decoration: underline;
  letter-spacing: -4px;
}
#vision-text {
  font-size: 2.5vw;
  font-weight: normal;
}
@media (max-width: 1100px) {
  .regions li,
  .page-hero h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 801px) and (max-width: 905px) {
  .regions li,
  .page-hero h1 {
    font-size: 30px !important;
  }
  .page-hero,
  .page-hero-background {
    max-height: 500px;
  }
}
@media (max-width: 800px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .col1,
  .col2,
  .col3 {
    width: 100% !important;
  }
  .marquee-track {
    animation-duration: 28s !important;
  }
  .page-hero h1 {
    font-size: 28px !important;
    float: none !important;
    width: 100% !important;
    line-height: 54px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 4px;
  }
  .page-hero-background {
    height: 33vh;
  }
  .region-section {
    margin-top: 0px;
    float: none !important;
    width: 100% !important;
    text-align: left;
  }
  .region-heading {
    font-size: 24px;
    padding-left: 0px;
  }
  .regions {
    margin-top: 6px;
  }
  .regions ul {
    padding-left: 10px;
    margin-top: 10px;
  }
  .regions li {
    font-size: 27px !important;
    display: inline;
    line-height: 34px;
  }
  .regions li a {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #444 !important;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: -2px !important;
  }
  .white-button-narrow i {
    margin-left: 1em;
  }
  .vision-banner {
    background-size: 300px;
    height: 30px;
  }
  .vision-logo {
    height: 25px;
  }
  .vision-banner-text {
    font-size: 25px;
  }
  #vision-section {
    padding: 40px;
  }
  #vision-header {
    font-size: 40px;
  }
  #vision-text {
    font-size: 20px;
  }
  #planyourvisit {
    width: 204px;
    left: 50% !important;
  }
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee-track {
  display: inline-block;
  animation: scroll-left 80s linear infinite;
}
.marquee-track h1 {
  display: inline-block;
  padding-right: 0rem;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
