body {
  background: #020A1B;
  color: #ffffff;
  font-family: 'Merriweather', sans-serif;
}
h1,
h2 {
  font-weight: bold;
}
p {
  font-size: 16px;
  color: #ffffff;
}

.navbar {
  margin-bottom: 0px;
}

.jumbotron {
  background: #0048CD;
  color: white;
  text-align: center;
}
.jumbotron p {
  color: white;
  font-size: 26px;
}

.btn-primary {
  color: #fff;
  /* text-color: #000000; */
  border-color: white;
  margin-bottom: 5px;
}

img, video, audio {
  margin-top: 20px;
  max-width: 80%;
}

div.caption {
  float: left;
  clear: both;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-inverse .navbar-nav>li>a.active {
  color: #fff;
  background-color: #080808;
}