:root {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, a, button, li {
  font-family: "Dosis", "Roboto", sans-serif;
  /*text-transform: uppercase;*/
}

h1, h2, h3, h4, h5, h6 {
  color: #012138;
  font-weight: 600;
}

h1 {
  font-size: 2rem;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p, li {
  font-size: 0.8rem;
  color: #888888;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  p, li {
    font-size: 0.9rem;
  }
}
html {
  scroll-padding-top: 55px;
}

.scroll-down-button {
  content: url("../images/bottomArrow.png");
  bottom: 0;
  margin: 0 auto;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.modular {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.imageHolder {
  margin: 0px auto;
  padding-top: 23px;
  width: 70%;
}
.imageHolder img {
  width: 100%;
}

.red {
  color: #A5051DFF;
}

.blue {
  color: #02389DFF;
}

.green {
  color: #3C975EFF;
}

@media screen and (min-width: 992px) {
  .modular {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
nav {
  background-color: white;
  border-bottom: 1px solid lightgray;
}
nav .navbar-brand {
  color: black;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
nav .nav-link {
  color: #888888;
}
nav button.navbar-toggler {
  border: none;
}
nav button.navbar-toggler:focus {
  box-shadow: none;
}

footer {
  text-align: center;
}
footer p {
  text-align: center;
  display: flex;
  flex-direction: column;
}
footer p span {
  padding: 0 40px;
}
footer p span bold {
  color: black;
  font-weight: bold;
}
footer p span bold .red {
  color: #a5051d;
}
footer p span bold .blue {
  color: #02389d;
}
footer p span bold .green {
  color: #3c975e;
}

@media screen and (min-width: 768px) {
  footer p {
    display: block;
  }
}
#Hero {
  background-image: url("../images/heroImage.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#Hero .container {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#Hero .container .content {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#Hero .container .content img {
  width: 33%;
  padding-top: 9px;
  position: relative;
  right: 40px;
}

@media screen and (min-width: 768px) {
  #Hero .container .content img {
    position: relative;
    right: 170px;
  }
}

#About h1 {
  font-size: 2rem;
}

#About .row {
  margin: 20px auto;
}
#About .row div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 50px;
}
#About .row div:first-child {
  margin-top: 0;
}
#About .row div img {
  max-width: 175px;
}
#About .row div h2 {
  border-top: 3px solid;
  margin-top: 10px;
  width: 60%;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px auto;
  padding-top: 9px;
}

@media screen and (min-width: 768px) {
  #About .row div {
    margin-top: 0;
  }
  #About .row div h2 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #About div .row h2 {
    width: 65%;
  }
}
.specification {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: left;
}
.specification#Coaching {
  background-image: url("../images/backgrounds/coaching.jpg");
}
.specification#Coaching .col {
  background-color: rgba(255, 255, 255, 0.85);
}
.specification#Coaching .col h1 {
  border-bottom: 2px solid #A5051DFF;
}
.specification#Coaching .col a {
  background-color: #A5051DFF;
  color: #fff;
}
.specification#Coaching .col a:hover {
  background-color: #670312;
}
.specification#Advisering {
  background-image: url("../images/backgrounds/advising.jpg");
}
.specification#Advisering .col {
  background-color: rgba(255, 255, 255, 0.85);
}
.specification#Advisering .col h1 {
  border-bottom: 2px solid #02389DFF;
}
/*.specification#Advisering .col a {*/
/*  background-color: #02389DFF;*/
/*  color: #fff;*/
/*}*/
/*.specification#Advisering .col a:hover {*/
/*  background-color: #002774;*/
/*}*/
.specification#Training {
  background-image: url("../images/backgrounds/training.jpg");
}
.specification#Training .col {
  background-color: rgba(255, 255, 255, 0.85);
}
.specification#Training .col h1 {
  border-bottom: 2px solid #3C975EFF;
}
.specification#Training .col a {
  background-color: #3C975EFF;
  color: #fff;
}
.specification#Training .col a:hover {
  background-color: #255a39;
}
.specification .container .row .col {
  border-radius: 10px;
  padding: 20px 40px 30px;
}
.specification .container .row .col h1 {
  font-size: 2rem;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 4px;
  width: 100%;
}
.specification .container .row .col p:last-of-type {
  padding-bottom: 10px;
}
/*.specification .container .row .col a {*/
/*  border-radius: 10px;*/
/*  font-weight: bold;*/
/*  padding: 10px;*/
/*  text-transform: uppercase;*/
/*}*/

@media screen and (min-width: 992px) {
  .specification {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align: left;
  }
  .specification .container .row .col {
    border-radius: 10px;
    padding: 20px 40px 30px;
  }
  .specification .container .row .col h1 {
    width: 48%;
  }
}
#Team .col-12:first-child p:last-child {
  border-bottom: 1px solid lightgray;
  margin-bottom: 30px;
}
#Team h3 {
  border-bottom: 2px solid #02389d;
  margin: 10px auto 10px;
  padding-bottom: 4px;
  width: 58%;
}

@media screen and (min-width: 768px) {
  #Team .col-12:first-child p:last-child {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
#Testimonials {
  background-image: url("../images/reviewBackground.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
#Testimonials .container {
  width: 100%;
}
#Testimonials .container h1 {
  text-align: center;
  color: #fff;
}
#Testimonials .container #caroselTestimonialIndicators .content {
  padding: 10px;
  margin: 0 auto;
  width: 75%;
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 100;
  border-radius: 10px;
}
#Testimonials .container #caroselTestimonialIndicators .content h2 {
  color: #012138;
}
#Testimonials .container #caroselTestimonialIndicators .content p {
  color: #6d767b;
}

#contact {
  position: relative;
  text-align: center;
}
#contact .container .col-md-9 form .form-field:first-child input {
  margin-right: 4%;
}
#contact .container .col-md-9 form .form-label {
  display: none;
}
#contact .container .col-md-9 form div[data-grav-field=captcha] {
  display: table;
  margin-bottom: 10px;
}
#contact .container .col-md-9 form input, #contact .container .col-md-9 form textarea {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  transition: background-color 0.5s ease, border-color-bottom 0.5s ease, border-radius 0.5s ease, color 0.5s ease, padding-bottom 0.5s ease;
  width: 48%;
}
#contact .container .col-md-9 form input:hover, #contact .container .col-md-9 form input:focus, #contact .container .col-md-9 form textarea:hover, #contact .container .col-md-9 form textarea:focus {
  background-color: transparent;
  border-bottom: #02389d 2px solid;
  border-radius: 0px;
  color: #838c91;
  margin-bottom: 8px;
  outline: none;
  padding-bottom: 0px;
}
#contact .container .col-md-9 form input:hover::-webkit-input-placeholder, #contact .container .col-md-9 form input:focus::-webkit-input-placeholder, #contact .container .col-md-9 form textarea:hover::-webkit-input-placeholder, #contact .container .col-md-9 form textarea:focus::-webkit-input-placeholder {
  color: #000;
}
#contact .container .col-md-9 form input:hover:-moz-placeholder, #contact .container .col-md-9 form input:focus:-moz-placeholder, #contact .container .col-md-9 form textarea:hover:-moz-placeholder, #contact .container .col-md-9 form textarea:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#contact .container .col-md-9 form input:hover::-moz-placeholder, #contact .container .col-md-9 form input:focus::-moz-placeholder, #contact .container .col-md-9 form textarea:hover::-moz-placeholder, #contact .container .col-md-9 form textarea:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#contact .container .col-md-9 form input:hover:-ms-input-placeholder, #contact .container .col-md-9 form input:focus:-ms-input-placeholder, #contact .container .col-md-9 form textarea:hover:-ms-input-placeholder, #contact .container .col-md-9 form textarea:focus:-ms-input-placeholder {
  color: #fff;
}
#contact .container .col-md-9 form textarea {
  width: 100%;
}
#contact .container .col-md-9 form button {
  background: #02389d;
  border: none;
  border-radius: 10px;
  color: white;
  float: left;
  font-weight: bold;
  padding: 10px;
  width: 100%;
}
#contact .container .col-md-3 {
  padding: 30px;
}
#contact .container .col-md-3 p span .fa-envelope-o:before {
  color: #838c91;
  margin-right: 10px;
}
#contact .container .col-md-3 p span .fa-mobile:before {
  color: #838c91;
  font-size: 23px;
  margin-right: 10px;
}
#contact .container .col-md-3 p span .fa-whatsapp:before {
  color: #838c91;
  margin-right: 10px;
}

/*# sourceMappingURL=style.css.map */
