.apply-btn {
  height: 40px;
  padding: 0 50px 0 50px;
}

.primary-pink {
  background-color: #dc3982;
  color: #fff;
}

.dark-pink {
  background-color: #730a39;
  color: #fff;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

#headercara div.owl-stage-outer div.owl-stage div.item {
  height: 60vh;
  width: 100%;
}
#headercara div.owl-stage-outer div.owl-stage div.item .hero-content {
  color: #fff;
  z-index: 999;
  margin: 0 auto;
}
#headercara div.owl-stage-outer div.owl-stage div.item .hero-content #herotext {
  z-index: 999;
  text-align: center;
}
#headercara div.owl-stage-outer div.owl-stage div.item .hero-content #herotext h3 {
  color: #FFD98B;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
#headercara div.owl-stage-outer div.owl-stage div.item .hero-content #herotext h1 {
  font-size: 5em;
  font-weight: bold;
  color: #dc3982;
}
#headercara div.owl-stage-outer div.owl-stage div.item .hero-content #herotext h5 {
  margin-top: 15px;
  color: #FFD98B;
  font-size: 1rem;
  font-style: italic;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.black-overlay {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#subscribeform {
  width: 70%;
}
#subscribeform #form {
  width: 70%;
}
#subscribeform #form #emailinput {
  padding: 0px 0px 0px 10px;
  margin: 0;
  height: 50px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#subscribeform #btn {
  width: 30%;
}
#subscribeform #btn #btn-sub {
  padding: 0;
  margin: 0;
  height: 50px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.centerform #subscribeform {
  margin: 0 auto;
}

.contactForm label {
  font-weight: bold;
}

input {
  border: 0;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

textarea {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

body {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

#site-header {
  height: 40vh;
  background-color: #dc3982;
}
#site-header h2 {
  font-size: 3rem;
  color: #fff;
}

.actvnavbar {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}

#logo {
  width: 80px;
  transition: 0.4s;
}

.navbar-white {
  background-color: #fff;
  box-shadow: 0 0 5px rgb(10, 10, 10);
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

.btn.btn-round {
  color: #fff !important;
  min-width: 120px;
  border-radius: 50px;
}

.btn-head {
  background-color: #dc3982;
}
.btn-head a {
  color: #fff !important;
}

.navbar {
  font-size: 12px;
}

.applycalltoaction .row h3 {
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
}
.applycalltoaction .row p {
  color: #ffffff;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  background: none;
  height: 80vh;
}
.jumbotron #canvas {
  height: 100%;
}
.jumbotron #canvas .logoheadwrap {
  height: 70%;
}
.jumbotron #canvas .logoheadwrap #herotext {
  z-index: 999;
  text-align: center;
}
.jumbotron #canvas .logoheadwrap #herotext h3 {
  color: #FFD98B;
  padding: 0;
  margin: 0;
}
.jumbotron #canvas .logoheadwrap #herotext h1 {
  font-size: 5em;
  color: #dc3982;
}
.jumbotron #canvas .logoheadwrap #herotext h5 {
  margin-top: 15px;
  color: #111;
  font-size: 1rem;
  font-style: italic;
  background-color: #FFD98B;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.jumbotron #canvas .sidcol {
  position: relative;
  height: 30%;
}
.jumbotron #canvas .sidcol .girlbg {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
}

@media (min-width: 768px) {
  .jumbotron #canvas .sidcol .girlbg {
    height: 100%;
    width: auto;
    margin: 0 30%;
  }
}/*# sourceMappingURL=styles.css.map */