@font-face { 
  font-family: "ROBOTO"; 
  src: url("../assets/fonts/Roboto-Regular.ttf"); 
}

@font-face { 
  font-family: "ROBOTOSLAB"; 
  src: url("../assets/fonts/RobotoSlab-Bold.ttf"); 
}

@font-face { 
  font-family: "LIBERATOR-HEAVY"; 
  src: url("../assets/fonts/Liberator-Heavy.ttf"); 
}

@font-face { 
  font-family: "LIBERATOR-MEDIUM"; 
  src: url("../assets/fonts/Liberator-Medium.ttf"); 
}

@font-face { 
  font-family: "LIBERATOR-LIGHT"; 
  src: url("../assets/fonts/Liberator-Light.ttf"); 
}

body {
  background-color: #eee;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.8;
  z-index: 1;
}

a {
  color: #014F92 !important;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

.bg-body-blue{
  background-color: #022A3A !important;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: #fff;
}

.nav-link{
  color: #fff !important;
  font-size: 22px !important;
  font-family: ROBOTOSLAB;
}

.navbar-brand > img {
  position: absolute;
  width: 8%;
  top: -23px;
  z-index: 2;  
}

.content{
  padding: 15px;
  background-color: #fff;
}

h1{
  font-family: "LIBERATOR-HEAVY";
  color: #022A3A;
}

h2{
  font-family: "LIBERATOR-HEAVY";
  color: #022A3A;
}

h3{
  font-family: "LIBERATOR-HEAVY";
  color: #022A3A;
}

footer .nav-link{
  color: #000 !important;
  font-size: 16px !important;
}

.navbar-nav > li{
  padding-left:15px;
  padding-right:15px;
}

.navbar-nav > li{
  margin-left:15px;
  margin-right:15px;
}

.content > p{
  text-align: justify;
}

.fa-ul > li {
  font-size: 26px !important;
}

.fa-ul > li > a{
  color: #014F92 !important;
  font-family: "ROBOTOSLAB";
}

.btn-squad > h3{
  color: #014F92 !important;
}

#map { 
  height: 600px; 
}

.award-img {
  width: 64px;
  margin-right: 15px;
  box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.69);
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.69);
}

.pilot-list > li{
  margin-bottom: 32px;
}