/* Typography
--------------------------*/
  body {
    font-family: Poppins;
  }
h1, h1 a.unset {
    font-size: 72px;
  text-transform: uppercase;
  line-height: 75px;
  font-weight: 700;
}

h2, h2 a.unset {
    font-size: 60px;
  text-transform: none;
  line-height: 66px;
  font-weight: 700;
}

h3, h3 a.unset {
    font-size: 48px;
  text-transform: none;
  line-height: 45px;
  font-weight: 400;
}

h4, h4 a.unset {
    font-size: 30px;
  text-transform: none;
  line-height: 36px;
  font-weight: 500;
}

h5, h5 a.unset {
    font-size: 16px;
  text-transform: none;
  line-height: 20px;
  font-weight: 100;
}

h6, h6 a.unset {
    font-size: 14px;
  text-transform: none;
  line-height: 16px;
  font-weight: 100;
}

body {
  /*font-family: ;*/
  font-size: 18px;
  text-transform: none;
  line-height: 30px;
  font-weight: 400;
}


.arrowlight {
  color: #ffffff;
}
.arrowdark {
  color: #00205c;
}


.light_button,
.light.btn-primary {
  background-color: #eba900;
  color: #ffffff;
  border: solid 1px transparent;
  border-radius: 4px;
  text-transform: capitalize;
  padding:  ;
}

.light_button:hover,.light_button:focus,
.light.btn-primary:hover,.light.btn-primary:focus {
  background-color: #7292cb;
  color: #ffffff;
  border: solid 1px ;
}

.dark_button,
.dark.btn-primary {
  background-color: #002205;
  color: #FFFFFF;
  border: solid 1px transparent;
  border-radius: 4px;
  text-transform: capitalize;
  padding:  ;
}

.dark_button:hover,.dark_button:focus,
.dark.btn-primary:hover,.dark.btn-primary:focus {
  background-color: #7292cb;
  color: ;
  border: solid 1px transparent;
}

/* Logo Sizes
*****************/
@media (min-width: 1367px) {
  .navbar-brand img {
    width: 332px;
    height: 120px;
  }

  header#wrapper-navbar:not(.innerpg-header){
    margin-bottom: -149.25px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-brand img {
    width: 263px;
    height: 95px;
  }

  header#wrapper-navbar:not(.innerpg-header){
    margin-bottom: -124.25px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 166px;
    height: 60px;
  }

  header#wrapper-navbar:not(.innerpg-header){
    margin-bottom: -89.25px;
  }
}