/* Add here all your css styles (customizations) */

@media (min-width: 992px) {
  .navbar-toggle { display: none; }
}

/* A button for toggling the navigation menu. */
.navbar-toggle {
  position: relative;
  margin-left: 10px;
  margin-right: 24px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
}

/* Single bars of a menu icon. Use three of these together. */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
}

/* Space between individual bars of the menu icon. */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


.tp-caption[data-type="text"] {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    #navBar ul.navbar-nav li.nav-item a.nav-current-page { 
        color: white;
        background-color: rgb(20, 100, 255);
    }

    #navBar ul.navbar-nav li.nav-item a:active {
        color: white;
        background-color: rgb(20, 100, 255);
    }
}

@media (min-width: 992px) {
    #navBar ul.navbar-nav li.nav-item a.nav-current-page { 
        color: rgb(20, 100, 255); 
        border-bottom: 0.20em solid rgb(20, 100, 255);
    }

    #navBar ul.navbar-nav li.nav-item a:active {
        color: rgb(20, 110, 255);
    }
}

.bg-exploration {
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.0)), url("../img/bg/exploration.jpg");
  background-size: cover;
  background-position: center top;
}

.g-brd-blue-light-v3-bottom {
  border-bottom-color: #d6e2ee !important; 
}

.g-brd-blue-light-v3-right {
  border-right-color: #d6e2ee !important; 
}

ul.travel-action-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.travel-action-menu > li {
  display: inline-block;
  text-align: center;
}

ul.travel-actionmenu > li > a {
  display: block;
  text-align: center;
}

ul.travel-action-menu > li > a > img {
  max-height: 48px;
  margin: 1em auto;
  display: block;
}

@media (max-width: 684px) {
  .travel-supplemental-image {
    max-width: 100%;
  }
}

@media (min-width: 685px) {
  .travel-supplemental-image {
    max-width: 40%;
    float: left;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}
