@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: white;
}

.navbar {
  background: rgba(0, 0, 0, .6);
}

.navbar-brand img {
  height: 2rem;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("./tuffi-background.png");
  background-color: #0c0a31;
}

.caption {
  position: absolute;
  top: 38%;
  width: 100%;
  color: white;
}

.caption h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.8rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  font-size: 1.1rem;
  padding: .6rem 1.3rem;
}

.btn-outline-light {
   background-color: rgb(0 0 0 / 50%);
}

.new {
   background: green;
   border-radius: 5px;
   padding: 2px 4px;
   text-align: center;
}

.pilot-img {
   width: 100%;
}

/*============= INFO SECTION =============*/
.row {
  background-color: #0c0a31;
  width: 100%;
  min-height: 100vh;
}

.center {
  display: flex;
  align-items: center;
}

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}

.col-md-8 h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.bold {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .2rem;
}

.card {
  background: #353535;
}

.config {
  padding: 8px;
  border: 1px solid;
  background: #151515;
  color: white;
  width: 100%;
  height: 80vh;
  resize: none;
}

.card.info {
  background: #1084bb;
}

.btn-link {
  color: white;
}

.btn-link:hover {
  color: rgb(233, 233, 233);
}

.left-text {
  text-align: left;
}

hr {
  color: white;
}

.small-text {
  font-size: .75rem;
  padding-top: .75rem;
}

.btn-width {
  min-width: 200px;
}

.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #e52d2e;
  background-color: #e52d2e;
  color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #b72122;
  background-color: #b12121;
  color: white;
}

.btn-secondary.download {
  border-color: #1b5ca7;
  background-color: #1b5ca7;
}

.btn-secondary.download:hover,
.btn-secondary.download:focus {
  border-color: #1b5ca7;
  background-color: #1b5ca7;
  color: white;
}

.btn-secondary.changelog {
  border-color: #1ba766;
  background-color: #1ba766;
}

.btn-secondary.changelog:hover,
.btn-secondary.changelog:focus {
  border-color: #1ba766;
  background-color: #1ba766;
  color: white;
}

.footer {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: black;
  padding-left: 1rem;
}

.flighttracker {
  position: relative;
  width: 94vw;
  height: 100vh;
  margin-left: -23%;
  background-image: url("./flighttracker.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

iframe {
  position: relative;
  width: 94vw;
  height: 100vh;
  border: 1px solid #353535;
}

/* MODAL DESIGN */

.modal-content {
  background-color: #252525;
}

.modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.modal-body {
  text-align: left;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1.1rem;
  }

  .caption h1 {
    font-size: 1.4rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }

  .caption h3 {
    font-size: 1.1rem;
    padding-bottom: 1.2rem;
  }

  .btn-lg {
    font-size: 1rem;
    padding: .5rem 1rem;
  }

  .col-md-8 h1 {
    font-size: 1.7rem;
  }

  .flighttracker {
    margin-left: 0;
  }
}

.carousel-image {
  display: block;
  height: 300px;
  /* set min-width, allow images to set cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%)
}

.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}

.carousel-caption {
  position: relative;
  margin: 0;
  padding: 10px;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-caption.is-fullscreen {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 50px;
  top: -236px;
  background: rgba(0, 0, 0, 0.5);
}

.flickity-page-dots {
  bottom: -60px !important;
}

.flickity-enabled.is-fullscreen {
  z-index: 9999 !important;
}

.flickity-page-dots .dot {
  background: white !important;
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/