/*About Page Greens:
Green: #1B998B
Dark Green: #167F6F;
Off-White: #ECF0F1;
*/

.bg-dark {
  background-color: #1b998b !important;
}

.navbar-nav > li > a:hover {
  background-color: #167f6f;
}

.navbar-nav > li > a.active {
  background-color: #ecf0f1 !important;
  color: #167f6f !important;
  font-weight: 800;
}

h2 {
  font-family: "CovesLight", sans-serif;
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 900;
}

.jumbotron {
  color: white;
  background-image: url("http://theoperadatabase.com/media/heromanuscript1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16em;
}

.jumbotron .container {
  color: white;
  background-color: #1b998b;
}

.jumbotron p {
  color: white;
}

.jumbotron h2 {
  color: white;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
