body {
  background: #101010;
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  background-color: #0d0d0d;
  border: none;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #ccc;
  font-weight: 600;
  transition: color 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a {
  color: #C75000;
  background: transparent;
}

.navbar-brand img {
  max-height: 50px;
  padding: 5px 0;
}

.container {
  background: #191919;
  padding: 40px;
  border-radius: 8px;
  margin-top: 40px;
}

h1, h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

a {
  color: #C75000;
  text-decoration: none;
}

a:hover {
  color: #839788;
  text-decoration: underline;
}

footer {
  margin-top: 40px;
  padding: 20px 0;
  background: #0d0d0d;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 400 !important;
}
