.container-fluid {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* ------- navbar area ---------*/

.navbar {
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: transparent !important;
  border-bottom: 1px solid white;
}

.navTabs {
  color: white !important;
}

.navbar_name {
  color: white !important;
  font-family: Lora;
  /* font-size: 190%; */
}

.navbar-toggler-icon {
  color: white !important;
}

.tint {
  position: absolute;
  /* height: 100vh; */
  width: 100%;
  background-color: #152435;
  opacity: .4;
}

/* .navbar-collapse {
  background-color: black;
} */

/* ------- badge bar area ---------*/

.badge_bar {
  min-height: 130px;
  background-color: #202E3D;
  -webkit-box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 15px -1px rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid white;
}

.badge_bar_spacer {
  border-right: 1.5px solid white;
  height: 75px;
}

.badge_bar_text {
  color: white;
  font-size: 20px;
  font-family: europa, sans-serif;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 768px) {
  .badge_bar_text {
    text-align: center !important;
  }
}

@media (max-width: 990px) {
  .navbar-collapse {
    background-color: #152435;
  }
}

/* ------- footer area ---------*/

.footer {
  -webkit-box-shadow: 2px 0px 15px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 15px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 15px -1px rgba(0, 0, 0, 0.75);
  background-color: #152435;
  height: 200px;
}

.footer_menu_items {
  font-family: europa, sans-serif;
  font-weight: 100;
  color: white;
  font-size: 10px;
  margin-left: 1%;
}

.footer_menu_items_spacer {
  font-family: europa, sans-serif;
  font-weight: 100;
  color: white;
  font-size: 20px;
  margin-left: 1%;
  margin-bottom: 7px;
  border-right: 1px solid white;
  height: 12px;
}

.footer_top {
  margin-bottom: 12px;
}

/* ------- footer legal area ---------*/

.footer_legal {
  background-color: #535653;
  min-height: 50px;
}

.footer_legal_text {
  font-family: europa, sans-serif;
  font-weight: 100;
  color: white;
  font-size: 10px;
  margin-left: 1%;
}