/* Google Font Import Link */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
/* ===================================
    Scrollbar
====================================== */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 12px;
    background:white;
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: #337ab7;
    width: 0;
    height: 25%;
    border-radius: 4px;
}
/* ===================================
    General
====================================== */
html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
a{
  color: #fff;
}
p{
  margin: 1rem;
}
hr{
  width: 70%;
  border-color: #337ab7;
  background-color: #337ab7;
  color: #337ab7;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  box-shadow: 0px 5px 8px #888888;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* ===================================
    Bootstrap Edits
====================================== */
.container-fluid{
  padding: 0;
  margin: 0;
}
.row{
  margin-left: 0;
  margin-right: 0;
}
/* ===================================
    Preloader
====================================== */
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 2;
  background:#337ab7;
}

.preloader p{
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -45px;
    height: 90px;    
    text-align: center;
    color: #fff;
    font-size: 24px;
    z-index: 3;
}

.preloader img {
    position: absolute;
    top: 40%;
    left: 49%;
    margin-left: -45px;   
    z-index: 3;
    max-width: 20vh;
    max-height: 3vh;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index:3;
  border: 4px solid #fff;
  top: 50%;
  margin-left: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner  {
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/* ===================================
    Hide at Load
====================================== */
.hideatstart{
  display: none;
}
/* ===================================
    Navbar
====================================== */
.navbar{
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.navbar-dark .navbar-nav .nav-link{
  color: #fff;
  opacity: 1;
}
.navbar-collapse{
  align-content: right;
}
.nav-item{
  height: 100%;
  margin-right: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.nav-link{
  color: #fff;
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px 4px;
  transition: all 0.3s ease;
}
nav.sticky{
  background: #337ab7;
  color: #fff;
  opacity: 1;
  box-shadow: 0px 5px 8px #888888;
}
.navbar img{
  max-width: 302px;
  max-height: 58px;
}
 nav.sticky .nav-links li a{
   color: #fff;
   transition: all 0.4s ease;
}
 nav.sticky .nav-links li a:hover{
  color: #0E2431;
}
/* ===================================
    Banners
====================================== */
.main-banner{
  height: 100vh;
  background: url("/assets/images/img/f35_dusk.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
@media only screen and (max-device-width: 480px) {
	.main-banner{
  		height: 100vh;
  		background: url("/assets/images/img/f35_dusk.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-typhoon{
  		height: 50vh;
  		background: url("/assets/images/img/eufi_low_level_2.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-typhoon2{
  		height: 50vh;
  		background: url("/assets/images/img/41Sqn_Eufi_6.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-f35{
  		height: 50vh;
  		background: url("/assets/images/img/f35_dusk.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-juno{
  		height: 50vh;
  		background: url("/assets/images/img/h145_2.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-voyager{
  		height: 50vh;
  		background: url("/assets/images/img/a332_f35_2ship.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
	.banner-a400{
  		height: 50vh;
  		background: url("/assets/images/img/a400.jpg") no-repeat;
  		background-size: cover;
  		background-position: center center;
  		width: 100%;
  		opacity: 1;
  		visibility: inherit;
	}
}
.banner-typhoon{
  height: 50vh;
  background: url("/assets/images/img/eufi_low_level_2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-typhoon2{
  height: 50vh;
  background: url("/assets/images/img/41Sqn_Eufi_6.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-f35{
  height: 50vh;
  background: url("/assets/images/img/f35_dusk.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-juno{
  height: 50vh;
  background: url("/assets/images/img/h145_2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-voyager{
  height: 50vh;
  background: url("/assets/images/img/a332_f35_2ship.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-a400{
  height: 50vh;
  background: url("/assets/images/img/a400.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-pilot-roster-header{
  height: 50vh;
  background: url("/assets/images/img/eufi_low_level_2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-application-tracker-header{
  height: 50vh;
  background: url("/assets/images/img/f35_2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-squadrons-header{
  height: 50vh;
  background: url("/assets/images/img/f35_2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
.banner-joinus-header{
  height: 50vh;
  background: url("/assets/images/img/f35_dusk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  opacity: 1;
  visibility: inherit;
}
/* ===================================
    Text Fields
====================================== */
.text-header{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  background: #337ab7;
  color: #fff;
  padding: 3px;
}
.supported-sims{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #337ab7;
  border-top: 5px solid #337ab7;
  transition: all 0.4s ease;
}
.supported-sims img{
  max-width: 40vh;
  max-height: 100px;
  height: auto;
  padding: 1vh;
  display: inline;
}
.text{
  width: 100%;
  text-align: justify;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #337ab7;
  transition: all 0.4s ease;
}
.text .about-text{
  padding-left: 15vw;
  padding-right: 10vw;
  font-size: 1.25em;
}
.text .about-imgs{
  padding-right: 10vw;
  display: inline-block;
}
.text .about-imgs img{
  max-width: 30vw;
  padding: 5px;
  margin: auto;
  border-radius: 5%;
}
.text .aircraft-text{
  font-size: 1.25em;
}
.text .aircraft-imgs{
  display: inline-block;
}
.text .aircraft-imgs img{
  max-width: 30vw;
  padding: 5px;
  margin: auto;
  border-radius: 5%;
}
.text .joinus-text{
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.4s ease;
}
.text .joinus-text a{
  color: #337ab7;
}
.text .joinus-text ol{
  padding: 0;
  margin: 1rem;
}
.text .joinus-text li{
  list-style-type: none;
}
.appform{
  margin-bottom: 5px;
}

.btn {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background:linear-gradient(to bottom, #337ab7 5%, #019ad2 100%);
  background-color:#337ab7;
  border-radius:6px;
  border:1px solid #057fd0;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:8px 30px;
  text-decoration:none;
  text-shadow:0px -1px 0px #5b6178;
}
.btn:hover {
  background:linear-gradient(to bottom, #019ad2 5%, #337ab7 100%);
  background-color:#019ad2;
}
.btn:active {
  position:relative;
  top:1px;
}

/* ===================================
    Tabs
====================================== */
.tab {
  overflow: hidden;
  border: 0;
}
.tab button {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #E0E0E0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  margin: -0.2em;
}
.tab button:hover {
  color: #0E2431;
}
.tab button.active {
  color: #fff;
  background-color: #276aa3;
}
.tabcontent {
  display: none;
  padding: 12px 12px;
  border: 0;
  border-top: none;
}
/* ===================================
    Tables
====================================== */
.text table{
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}
.table .thead-dark th:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table .thead-dark th:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table .thead-dark th {
    background-color: #337ab7;
    border-color: transparent;
}
.text th,
.text tr,
.text td{
  padding: 0.75rem;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  line-height: 1.5;
}
.text td a{
  text-decoration: none;
  color: #000;
}
/* ===================================
    Footer
====================================== */
.footer{
  text-align: center;
  padding: 3vh;
  background: #337ab7;
  color: #fff;
  box-shadow: 0px 10px 8px #888888;
}
.footer a{
  color: #fff;
  text-decoration: none;
}
.footer img{
  max-width: 40vh;
  max-height: 100px;
  height: auto;
  padding: 1vh;
}
.footer .social-icons a{
  display: inline-block;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.footer .social-icons a:hover{
  background-color: #fff;
  color: #000;
}
/* ===================================
    Other
====================================== */
.clearfix{
  content: "";
  clear: both;
  display: table;
}