body.jct-custom {
  background-color: #2c6690;
}

body.jct-custom #jct-header {
  background-position: center bottom;
  background-image: none;
  background-color: white;
  max-height: 225px;
  background-size: cover;
}

body.jct-custom #jct-header .main-text, body.jct-custom #jct-header .subtitle-text {
  color: #333;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin: 0;
}

body.jct-custom #jct-menu-top {
  border-radius: 0;
  -moz-box-shadow: 0 3px 3px #ccc;
  -webkit-box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px #ccc;
  border-top: 1px solid #8749dd;
  border-bottom: 1px solid #8749dd;
}

body.jct-custom #jct-menu-top .jct-navbar, body.jct-custom #jct-menu-top .jct-navbar .dropdown-menu {
  background-color: #8749dd;
  color: white;
}

body.jct-custom #jct-menu-top .jct-navbar a {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 13px 12px 13px 12px;
}

body.jct-custom #jct-menu-top .jct-navbar a:hover, body.jct-custom #jct-menu-top .jct-navbar a:focus, body.jct-custom #jct-menu-top .jct-navbar a:active {
  color: white;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

body.jct-custom #jct-menu-top .jct-navbar .nav .open > a {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

body.jct-custom #jct-menu-top .jct-navbar ul.dropdown-menu a {
  text-decoration: none;
  text-shadow: none;
}

body.jct-custom #jct-header .site-logo {
  padding: 0 !important;
  width: auto;
  max-height: 90px;
}

.jct-logo .pull-left {
  margin: 5px 10px 0;
}

.jct-title {
  padding-top: 10px;
  float: left;
}

@media (max-width: 767px) {
  body.jct-custom #jct-header .site-logo {
    height: 13vw;
    width: auto;
  }

  body.jct-custom #jct-header .main-text {
    font-size: 5vw;
  }

  body.jct-custom #jct-header .subtitle-text {
    font-size: 3vw;
  }
}

@media (max-width: 480px) {
  .jct-logo .pull-left {
    margin-top: 5.5vw;
  }

  .jct-title {
    padding-top: 5vw;
  }
}
