@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

/**************************/
/* STYLING FOR WHOLE PAGE */
/**************************/

.help {
  height: 4rem;
}

:root {
  --main-bg-color: #1ebba3;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: Lato, sans-serif;
  color: #505962;
}

.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: var(--main-bg-color);
  margin: 0 auto 2rem;
}

button:active {
  outline: none;
  border: none;
}

a {
  color: #505962;
}

a:hover {
  color: #505962;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

h3.heading2 {
  letter-spacing: 0.15rem;
}

*:focus {
  outline: none !important;
}

/******************************/
/* JETS AND NON-JETS SECTIONS */
/******************************/
.inner-card {
  overflow: hidden;
}

.imgCenter {
  display: block;
  margin: auto;
}

.btnCenter {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 85%;
}

.card-body {
  background-color: var(--main-bg-color);
  color: black;
}

#color {
  background-color: var(--main-bg-color);
  color: black;
}

.modal-body {
  background-color: white;
  color: black;
}

.yellow {
  border: 5px solid #555;
}

.yitt {
  background-color: var(--main-bg-color);
}

.card-color {
  background-color: var(--main-bg-color);
}

.bubba {
  background-color: var(--main-bg-color);
}

.card {
}

/**********/
/* NAVBAR */
/**********/
.clickmsg {
  font-size: 0.75rem;
}
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  background: rgba(0, 0, 0, 0.6) !important;
}
.navbar-brand img {
  height: 4rem;
}
.navbar-nav li {
  padding-right: 0.3rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding: 0.6rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--main-bg-color);
}

ul {
  text-align: center;
  list-style: inside;
}

ul.B58 {
  list-style-type: none;
}
/***************************************/
/* PADDING AND COLORS FOR ALL SECTIONS */
/***************************************/
#B58-heading {
  padding-top: 50px;
}
#F4-heading {
  padding-top: 50px;
}
#F9F-heading {
  padding-top: 50px;
}
#F4D-heading {
  padding-top: 50px;
}
#F86-heading {
  padding-top: 50px;
}
#Viggen-heading {
  padding-top: 50px;
}
#F18-heading {
  padding-top: 50px;
}
#Mirage-heading {
  padding-top: 50px;
}
#F4-JFury-heading {
  padding-top: 50px;
}
#Viking-heading {
  padding-top: 50px;
}
#Viggen2-heading {
  padding-top: 50px;
}

#about-head-section {
  padding-top: 135px;
}

#about-section {
  padding-bottom: 50px;
}

#jets-head-section {
  padding-top: 135px;
}
#jets-section {
  padding-bottom: 50px;
}

#nonjets-head-section {
  padding-top: 135px;
}
#nonjets-section {
  padding-bottom: 50px;
}

#videos-head-section {
  padding-top: 135px;
}
#videos-section {
  padding-bottom: 50px;
}

#retracts-head-section {
  padding-top: 135px;
}
#retracts-section {
  padding-bottom: 50px;
}

#recent-head-section {
  padding-top: 135px;
}
#recent-section {
  padding-bottom: 50px;
}

#customers-head-section {
  padding-top: 135px;
}
#customers-section {
  padding-bottom: 50px;
}

#contact-head-section {
  padding-top: 135px;
}
#contact-section {
  padding-bottom: 50px;
}

#about-head-section {
  background-color: rgb(200, 200, 200);
}
#about-section {
  background-color: rgb(200, 200, 200);
}

#jets-head-section {
  background-color: rgb(205, 205, 205);
}
#jets-section {
  background-color: rgb(205, 205, 205);
}

#nonjets-head-section {
  background-color: rgb(210, 210, 210);
}
#nonjets-section {
  background-color: rgb(210, 210, 210);
}

#videos-head-section {
  background-color: rgb(215, 215, 215);
}
#videos-section {
  background-color: rgb(215, 215, 215);
}

#retracts-head-section {
  background-color: rgb(220, 220, 220);
}
#retracts-section {
  background-color: rgb(220, 220, 220);
}

#recent-head-section {
  background-color: rgb(225, 225, 225);
}
#recent-section {
  background-color: rgb(225, 225, 225);
}

#customers-head-section {
  background-color: rgb(230, 230, 230);
}
#customers-section {
  background-color: rgb(230, 230, 230);
}

#contact-head-section {
  background-color: rgb(235, 235, 235);
}
#contact-section {
  background-color: rgb(235, 235, 235);
}

/*#F4-JFury {
  padding-top: 135px;
}*/
/********************/
/* CUSTOMER SECTION */
/********************/
.imgCenter {
  display: block;
  margin: auto;
  box-shadow: 5px 5px 3px 1px #999;
}

/****************/
/* HOME SECTION */
/****************/
.help {
  background: rgba(0, 0, 0, 0.1) !important;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  outline-style: solid;
  border-radius: 0;
  opacity: 0;
  animation-name: btn;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
}

.captionx {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 15%;
  z-index: 1;
  color: white;
}

.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  text-shadow: 0.1rem 0.1rem 0.5rem black;
  padding-bottom: 1.6rem;
}

/*.home-inner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),;
    
}*/

#caption2 h1 {
  animation: yitt;
  animation-duration: 3s;
  position: relative;
  animation-fill-mode: forwards;
}

#caption2 h3 {
  position: relative;
  animation: patrol;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

/*************************************************/
/* HOME SECTION ANIMATION FOR CAPTION2 H1 AND H3 */
/*************************************************/
@keyframes yitt {
  0% {
    top: -50px;
  }
  100% {
    top: 15px;
  }
}

@keyframes patrol {
  0% {
    left: -1000px;
  }
  100% {
    left: 0px;
  }
}

/*******************************/
/* SCROLLING TEXT HOME SECTION */
/*******************************/

.example1 {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.example1 h3 {
  margin-top: 100px;
  font-size: 2em;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: example1 15s linear infinite;
  -webkit-animation: example1 15s linear infinite;
  animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX-(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes example1 {
  0% {
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

/*******************************/
/* SCROLLING TEXT HOME SECTION */
/*******************************/

.example2 {
  height: 50px;
  overflow: hidden;
  position: relative;
}
.example2 h3 {
  margin-top: 100px;
  font-size: 2em;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: example2 15s linear infinite;
  -webkit-animation: example2 15s linear infinite;
  animation: example2 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example2 {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes example2 {
  0% {
    -webkit-transform: translateX-(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes example2 {
  0% {
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

/*********************************/
/* SCROLLING IMAGES HOME SECTION */
/*********************************/
.scroll-left {
  height: 150px;
  overflow: hidden;
  position: relative;
  border: none;
}
.scroll-left .inner {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

/*********************************/
/* SCROLLING IMAGES JETS SECTION */
/*********************************/
.scroll-left2 {
  height: 150px;
  overflow: hidden;
  position: relative;
  border: none;
}
.scroll-left2 .inner {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left2 15s linear infinite;
  -webkit-animation: scroll-left2 15s linear infinite;
  animation: scroll-left2 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left2 {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left2 {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left2 {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

/*******************************************************/
/* MODAL FOR JETS AND NON-JETS SECTIONS WITH MAG GLASS */
/*******************************************************/
@media screen and (min-width: 676px) {
  .modal-dialog {
    max-width: 700px; /* New width for default modal */
  }
}

.imagepreview {
  width: 100%;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: zoom-in;
  /*Set the size of the magnifier glass:*/
  width: 75px;
  height: 75px;
}

/*****************************/
/* HOME SECTION IMAGE SLIDER */
/*****************************/
.slider {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
/************************************************/
/* If a picture is added, divide 100% by number */
/* of pictures.  Put the result in for width.   */
/************************************************/
.slider figure div {
  float: left;
  width: 10%;
}

.slider figure img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}

.slider figure {
  position: relative;
  width: 1000%; /* NEEDS TO BEE 100% FOR EACH IMAGE */
  margin: 0;
  animation: animate 60s infinite;
}

@keyframes animate {
  0% {
    left: 0%;
  }
  10% {
    left: 0%;
  }
  15% {
    left: -100%;
  }
  20% {
    left: -100%;
  }
  25% {
    left: -200%;
  }
  30% {
    left: -200%;
  }
  35% {
    left: -300%;
  }
  40% {
    left: -300%;
  }
  45% {
    left: -400%;
  }
  50% {
    left: -400%;
  }
  55% {
    left: -500%;
  }
  60% {
    left: -500%;
  }
  70% {
    left: -600%;
  }
  75% {
    left: -600%;
  }
  80% {
    left: -700%;
  }
  85% {
    left: -700%;
  }
  95% {
    left: -800%;
  }
  97% {
    left: -900%;
  }
  100% {
    left: -900%;
  }
}

img {
  transition: transform 0.25s ease;
}

img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.75);
}

.yittx {
  display: inline-block !important;
  text-align: left !important;
  background-color: white !important;
}
.yitt2 {
  padding-left: 150px !important;
}

.logo {
  pointer-events: none;
}

.airplane {
  pointer-events: none;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bold-contact {
  font-weight: bold;
}

#A7 {
  position: relative;
  animation: patrol2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

/*************************************************/
/* HOME SECTION ANIMATION FOR CAPTION2 H1 AND H3 */
/*************************************************/

@keyframes patrol2 {
  0% {
    left: -1000px;
  }
  100% {
    left: 0px;
  }
}
