footer .navbar-brand {
  font-size: 12px !important;
}

a.gold,
.gold {
  color: #FFC000 !important;
}

.nav-item a:hover {
  color: #FFC000;
}

.nav-item a {
  color: #fff;
}

.nav-item button:hover {
  background-color: #fff !important;
}

button a:hover {
  text-decoration: none;
}

.doctypes {
  color: #FFC000;
  transition: color .7s;
}

#features,
.doctype-1:hover,
.doctype-2:hover,
.doctype-3:hover {
  color: #fff;
}

#email_header {
  background-color: #051927;
}

#email_header a {
  color: #fff !important;
}

#email_header a:hover {
  text-decoration: none;
}

.doctype-1 {
  background: url('../img/report_card.jpg');
  background-size: cover;
  background-position: bottom right;
  position: relative;
  min-height: 350px;
}

.doctype-2 {
  background: url('../img/exams.jpg');
  background-size: cover;
  background-position: top left;
  position: relative;
  min-height: 350px;
}

.doctype-3 {
  background: url('../img/graduate_1.jpg');
  background-size: cover;
  background-position: top center;
  position: relative;
  min-height: 350px;
}

#features {
  position: relative;
  background: url('../img/FeaturesBackground.png');
  background-size: cover;
  min-height: 400px;
}


.bg-dark,
.navbar-dark {
  background-color: #051927 !important;
}

.carousel-item {
  position: relative;
  height: 600px;
}

.carousel-image-1 {
  background: url('../img/Student Raising Hand.jpg');
  background-size: cover;
  background-position: top center;
}

.carousel-image-2 {
  background: url('../img/teacher-and-students-in-classroom-during-lesson.jpg');
  background-size: cover;
  background-position: top left;
}

.carousel-image-1 .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  color: #FFC000;
}

.dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.lighter_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background .7s;
  padding-top: 150px;
}

.lighter_overlay:hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.spacer {
  padding: 34px 0;
}

.landing {
  font-size: 1em;
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
  background-color: #FFC000;
  color: #fff;
  border: #FFC000;
  outline: none;
}

strong {
  font-weight: 500;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}