body {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
  font-size: 1rem;
}

a {
  color: #3498db;
}

a:hover {
  color: #2980b9;
}

.head {
  background-color: #3498db;
  background-image: url(../img/nice-snow.png);
  border-radius: 5px;
  margin-top: 50px;
}

.navbar-brand .img-fluid {
  width: 269px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.nav-link {
  font-weight: bold;
  text-transform: uppercase;
}

.main {
  border-top: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  margin: 50px 0;
  padding-top: 50px;
}

.main-heading {
  color: #3498db;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .main-heading {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

.slider {
  margin-bottom: 50px;
}

.slide {
  position: relative;
}

.slide .img-fluid {
  border-radius: 5px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.overlay h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ecf0f1;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .overlay h2 {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

.about p {
  margin-bottom: 50px;
  font-size: 1.25rem;
}

.about p span {
  font-weight: bold;
}

.schedule {
  text-transform: uppercase;
  text-align: center;
}

.schedule span {
  color: #3498db;
}

.services p {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.services ul {
  margin-bottom: 50px;
}

.services ul li {
  color: #3498db;
  font-size: 1.25rem;
}

.services ul li span {
  color: #2c3e50;
  font-weight: bold;
}

.airports p {
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.airports p span {
  font-weight: bold;
}

.airports ul {
  margin-bottom: 50px;
}

.airports ul li {
  color: #3498db;
  font-size: 1.25rem;
}

.airports ul li span {
  color: #2c3e50;
  font-weight: bold;
}

.contact {
  position: relative;
  padding-left: 75px;
  margin-bottom: 50px;
}

.contact i {
  position: absolute;
  top: -10px;
  left: 0;
  color: #3498db;
  border: 3px solid #3498db;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 25px;
}

.contact a {
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.contact p {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.foot {
  margin-bottom: 50px;
}

.copy {
  text-align: center;
}

.copy p {
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.75);
    border-color: transparent;
  }
  .navbar-toggler {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0 auto;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-nav {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */