@media (min-width: 1200px) {
  section {
    padding: 100px !important;
  }
}

.collapse.show {
  background-color: #ffffff;
}

.card-header {
  background-color: rgba(255,255,255,0.65);
  border-radius: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.card {
  background-color: transparent;
  border: 0;
}

.card-header h5 {
  text-transform: uppercase;
}

.nav-pills .nav-item {
  width: 100%;
}

.nav-pills .nav-item a {
  text-align: center;
  border-radius: 0;
  color: #000;
  background-color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
  padding: 30px;
  font-size: 14px;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  margin-right: 40px;
  margin-top: 21.5px;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: #fff;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
}

.btn-first-section:hover {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #004c97;
}

.btn-first-section {
  background-color: rgba(255,255,255,0);
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

.btn-first-section {
  background-color: rgba(255,255,255,0) !important;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

.btn-first-section {
  background-color: rgba(255,255,255,0);
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

@media (min-width: 300px) {
  .first-section {
    background-image: url("../../assets/img/YU-BC-Skytrain-poster-11x35-07222019-600x680.jpg");
  }
}

@media (min-width: 1200px) {
  .first-section {
    background-image: url("../../assets/img/YU-BC-Skytrain-poster-11x35-07222019-1920x1000.jpg");
  }
}

@media (min-width: 768px) {
  .first-section {
    background-image: url("../../assets/img/YU-BC-Skytrain-poster-11x35-07222019-768x500.jpg");
  }
}

@media (min-width: 992px) {
  .first-section {
    background-image: url("../../assets/img/YU-BC-Skytrain-poster-11x35-07222019-1920x1000.jpg");
  }
}

@media (min-width: 992px) {
  section {
    padding: 70px !important;
  }
}

@media (min-width: 768px) {
  section {
    padding: 45px;
  }
}

@media (min-width: 576px) {
  section {
    padding: 55px;
  }
}

@media (min-width: 1200px) {
  .overview-img {
    padding-right: 0px;
    padding-left: 30px;
    text-align: right;
  }
}

@media (min-width: 576px) {
  body {
    text-align: left !important;
  }
}

body {
  font-family: 'Roboto Slab', serif;
}

@media (min-width: 300px) {

}


@media (min-width: 992px) {
  .h1, h1 {
    line-height: 50px;
    font-size: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .tab-content h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

.video-iframe {
  width: 100%;
}

@media (min-width: 300px) {
  .p-quote {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .p-quote {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 300px) {
  .nav-pills .nav-item a {
    padding: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .tab-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

