body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #111958;
}

a:hover {
  color: #2c388f;
  text-decoration: none;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.btn {
  border-width: 0;
}

.header {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(138, 138, 138), 0 0 1px rgb(104, 104, 104),
    0 0 1px rgb(75, 75, 75);
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.carouselHeading {
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 0, 0),
    0 0 0.2em rgb(0, 0, 0);
  pointer-events: none;
}

@media (max-width: 768px) {
  .carouselHeading {
    font-size: x-large;
  }
}

a .carouselHeading {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 0, 0),
    0 0 0.2em rgb(0, 0, 0);
}

.carouselSubHeading {
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 0, 0),
    0 0 0.2em rgb(0, 0, 0);
}

.footer {
  padding-top: 1rem;
  background-color: #111958;
  color: #b6b6b6;
}

hr.style1 {
  border: 0;
  height: 1px;
  width: 30%;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.profile {
  border-radius: 200px;
}

#logo {
  height: 100px;
}

#mainnavbar {
  background-color: rgba(255, 255, 255, 0.90);
  color: #202020;
  font-weight: 500;
}

#welcome {
  background-color: #111958;
  border-radius: 200px;
  margin-top: -3em;
  z-index: 1;
}

@media (max-width: 768px) {
  #topbanner {
    margin-top: 140px;
  }
}

@media (min-width: 576px) {
  #gallery .carousel-item-next:not(.carousel-item-start),
  #gallery .active.carousel-item-end {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  #gallery .carousel-item-prev:not(.carousel-item-end),
  #gallery .active.carousel-item-start {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  #welcome {
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* Gallery Slider */
  #gallery .carousel-item-next:not(.carousel-item-start),
  #gallery .active.carousel-item-end {
    -webkit-transform: translateX(33.3%);
    transform: translateX(33.3%);
  }

  #gallery .carousel-item-prev:not(.carousel-item-end),
  #gallery .active.carousel-item-start {
    -webkit-transform: translateX(-33.3%);
    transform: translateX(-33.3%);
  }

  #welcome {
    padding: 2rem;
  }
}

