body {
  padding-top: 0px;
}
h2 {
  font-weight: 600 !important;
  font-size: 34px !important;
  line-height: 34px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
}
header#primaryHeader a {
  color: #ffffff;
}
header#primaryHeader #mainNavigationHolder #mainNavigation a.active {
  border-bottom: none;
}
header#primaryHeader {
  height: 90px;
  background: #273359;
  color: #ebd792;
  border-bottom: 1px solid #ebd792;
}
header#primaryHeader #mainNavigation a {
  color: #ebd792 !important;
}
header#primaryHeader.transparent-header {
  background-color: transparent;
  color: #273359;
  border-bottom: none;
}
header#primaryHeader.transparent-header #mainNavigation a {
  color: #273359 !important;
}
header#primaryHeader.scroll {
  background: #273359;
  color: #ebd792;
}
header#primaryHeader.scroll #mainNavigation a {
  color: #ebd792 !important;
}
header#primaryHeader.scroll {
  height: 60px;
}
header#primaryHeader.scroll .bookButton {
  border: 1px solid #ebd792 !important;
}
header#primaryHeader .container {
  height: 100%;
  display: grid;
}
header#primaryHeader .logo {
  height: 50px;
  width: auto;
}
header#primaryHeader button {
  color: #ebd792;
}
header#primaryHeader .navbar-toggler:focus {
  box-shadow: none;
}
header#primaryHeader #mainNavigationHolder {
  top: 103px;
  padding: 0;
  background: #273359;
  background: transparent;
  top: 0px;
}
header#primaryHeader #mainNavigationHolder #mainNavigation a {
  text-transform: uppercase;
  padding: 0px 18px;
  color: #273359;
  font-weight: normal;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
header#primaryHeader #mainNavigationHolder #mainNavigation a.scroll {
  background: #273359;
  color: #ebd792;
}
header#primaryHeader #mainNavigationHolder .bookButton {
  font-weight: bold;
  color: #ebd792;
  background: transparent;
  border: 1px solid white;
  text-transform: uppercase;
  margin-left: 10px;
  -webkit-appearance: initial;
}
header#primaryHeader #profile {
  margin-right: 25px;
}
header#primaryHeader #profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0px solid #ebd792;
  background: #ffffff;
}
header#primaryHeader #profile a {
  color: #ebd792;
  font-weight: normal;
}
header#primaryHeader #profile a.dropdown-item {
  color: #ebd792;
  font-size: 14px;
  font-weight: bold;
  padding: 0 25px;
}
header#primaryHeader #profile a.dropdown-item.active {
  border-bottom: 2px solid #e91d62;
}
header#primaryHeader #profile .dropdown-item:hover, header#primaryHeader #profile .dropdown-item:focus {
  color: #1e2125;
  background-color: initial;
}
#primarySidebar .offcanvas-header {
  background-color: #273359;
}
#primarySidebar .offcanvas-header a {
  font-size: 20px;
  color: #ebd792;
}
#primarySidebar .offcanvas-body {
  background-color: #131e3a;
}
#primarySidebar .offcanvas-body a.nav-link {
  color: #ffffff;
}
#primarySidebar .offcanvas-footer {
  background-color: #131e3a;
  padding-bottom: 20px;
}
#primarySidebar .offcanvas-footer a.nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  header#primaryHeader {
    height: 80px;
    background-color: #273359;
    color: #ffffff;
  }
  .logo {
    width: auto;
    height: 38px;
  }
  .videoHolder {
    height: 240px !important;
  }
  section.pageSlider {
    margin-top: 80px;
  }
  .homepage section.pageSlider .carousel-caption h5, .homepage section.pageSlider .carousel-caption section.pageSlider .carousel-caption p {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}