body {
  background-color: #0e1a2b;
  color: #cccccc;
  overflow-x: hidden;
}
.section-hero {
  height: 70vh;
  background-color: #cccccc;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Times New Roman", Times, serif;
}

.nav-link {
  color: #cccccc;
}

.navbar-toggler {
  color: #d6c45c !important;
}

.nav-link.active {
  color: #d6c45c !important;
}
.section-hero .hero-bg {
  background-image: url("../images/coverimage.jpg");
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero .hero-message {
  position: absolute;
  right: 10%;
  top: 35vh;
}

.section-hero .hero-message h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: right;
}

.section-hero .hero-message h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: right;
}

.section-title h3 {
  font-size: 2em;
}

.card-bg {
  background-color: #0e1a2b;
}

.card {
  color: #cccccc;
}

.card .card-title {
  height: 65px;
}

.card .card-icon {
  color: #d6c45c;
  font-size: 48px;
  border: #d6c45c 1px solid;
  border-radius: 6px;
  padding: 3px 6px;
}

.training-left {
  box-shadow: 1rem 0px 1rem black;
  position: relative;
  background-color: #cccccc;
  overflow: visible;
  width: 50%;
  height: 60vh;
  margin: 30px 0px;
}

.training-left .inner-container {
  background-color: #0e1a2b;
  position: absolute;
  top: -1.5rem;
  bottom: -1.5rem;
  width: 100%;
}

.training-left .inner-container .body {
  width: 500px;
  margin: 1rem auto;
}

.training-right {
  width: 50%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3.6rem;
  background-position: center;
}

.training-right.training-1-on-1 {
  background-image: url("../images/trainin1on1.jpg");
}

.training-right.training-group {
  background-image: url("../images/grouptraining.jpg");
}

.training-right.training-corporate {
  background-image: url("../images/training-corporate.jpg");
}

.footer {
  min-height: 30vh;
}

.footer .right-pane {
  margin: 40px auto;
  width: 400px;
}

.footer .right-side {
  margin: 40px auto;
}

.footer .right-pane .card .card-body {
  height: 450px;
}

.footer a {
  text-decoration: none;
  color: #cccccc;
}

.card.shadow {
  box-shadow: 0 0.5rem 1rem black !important;
}

.footer h2 {
  color: #aea25b;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .section-hero {
    height: 50vh;
  }
  .section-hero .hero-message {
    position: absolute;
    right: 0;
    top: 10vh;
  }
  .training-left {
    width: 100%;
    margin: 0px;
    height: 70vh;
    font-size: 1em;
  }
  .training-right {
    width: 100%;
    margin-top: 0rem;
  }
  .training-left .inner-container .body {
    width: 100%;
    margin: 0 auto;
  }
  .footer .right-pane {
    width: 100%;
  }
  .footer h2 {
    font-size: 3rem;
  }

  .footer-content {
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  .section-hero .hero-bg {
    height: 100%;
    background-size: cover;
  }
  .section-hero .hero-message {
    background-color: #0e1a2b67;
    position: absolute;
    top: 20vh;
    width: 100%;
    padding: 1rem;
  }
  .section-hero .hero-message h2 {
    font-size: 3rem;
  }

  .section-hero .hero-message h3 {
    font-size: 2rem;
  }
}
