/**************************************************/
/******************* CUSTOM CSS *******************/
/*********** Authored by Webspec Design ***********/
/**************************************************/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

body {
  line-height: 1.48;
}

.upper-header {
  padding: 10px 0;
}
.upper-header p {
  color: white;
}

.booking-link-button {
  display: block;
}

/* Header changes */
.navbar-header {
  width: 100% !important;
}

.navbar-brand {
  max-width: 30%;
}
.navbar-brand img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.nav-lower-container {
  background-color: #00172F;
}

.nav-lower-container > .container > #bs-example-navbar-collapse-1 > ul > li.active > a,
.nav-lower-container > .container > #bs-example-navbar-collapse-1 > ul > li.open > a {
  color: #00172F;
}

.nav-lower-container > .container > #bs-example-navbar-collapse-1 > ul > li > a {
  color: white;
}

.btn-success {
  background-color: #00172F;
  border-color: #000b17;
}

.btn-success:hover {
  background-color: #FFF;
  border-color: #000b17;
  color: #00172F;
}

.header-info {
  color: black;
  padding: 22px 0;
}
.header-info a {
  color: black;
  text-decoration: none;
}
.header-info p {
  margin-bottom: 0px;
}

.wrap > .custom-container {
  padding: 175px 0 0 0;
}

.hero img {
  width: 100%;
  height: auto;
}

.fp-three-col .col-lg-4 {
  margin-top: -60px;
}

.balls {
  text-align: center;
}
.balls img {
  display: inline-block;
}

.footer {
  background-color: #54354a;
  color: white;
}
.footer a {
  color: white;
}

@media (max-width: 768px) {
  .navbar-brand {
    height: auto !important;
    width: calc(100% - 60px );
  }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
  .navbar-brand div {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    height: auto !important;
    width: calc(100% - 60px );
  }
}
