body {
  overflow-x: hidden;
}
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
  border-left: #444 3px solid;
}

.carousel-item {
  height: 450px;
}

.carousel-inner .lead {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.carousel-image-1 {
  background: url("../img/1.jpeg");
  background-size: cover;
  background-position: 0 -200px;
}
.carousel-image-2 {
  background: url("../img/5.jpeg");
  background-size: cover;
  background-position: 0 -300px;
}
.carousel-image-3 {
  background: url("../img/4.jpg");
  background-size: cover;
}

.carousel-image-4 {
  background: url("../img/carousel-4.jpeg");
  background-size: cover;
}

#headingfont1,
#headingfont2,
#headingfont3,
#headingfont4 {
  color: gray;
  -webkit-text-stroke: 1px black;
}

#descripfont2 {
  color: white;
}

#home-heading {
  position: relative;
  min-height: 150px;
  background: url("../img/2.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#video-play {
  position: relative;
  min-height: 200px;
  background: url("../img/2.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

#page-header {
  height: 250px;
  background: url(../img/1.jpeg);
  background-position: 0 -760px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

#degree-header {
  height: 150px;
  background: url(../img/degree.jpeg);
  background-position: 0 -160px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

#main-footer {
  background: #000;
  color: #fff;
}

#event-header {
  position: relative;
  min-height: 150px;
  background: url("../img/event-header.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

#photo-header {
  position: relative;
  min-height: 150px;
  background: url("../img/photo-header.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

#footer-text {
  font-size: 14px;
}

.popover {
  max-width: 95%;
}

#tuition-page-header {
  height: 150px;
  background: url(../img/tuition-header.jpeg);
  background-position: 0;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.jumbotron {
  background: rgb(54, 54, 54);
  color: white;
}
