body {
  font-family: 'Rubik', sans-serif;
}

.banner-intro {
    padding: 240px 0;
}

.bg-blue {
  background-image: none;
  background-color: #3d5273;
  color: #ffffff !important;
}

.bg-gray {
  background-image: none;
  background-color: #e2e2e0;
}

p a {
  font-weight: bold;
}

.alert-announce {
  background-color: #9b5a58;
  color: #ffffff;
  border-radius: 0;
}


.bg-blue p,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6 {
  color: #ffffff !important;
}

.bg-blue p a,
.alert-announce a {
  color: #ffffff !important;
  text-decoration: underline;
}

.bg-blue p a:hover
.alert-announce a:hover {
  text-decoration: none;
}

.overlay {
  background-color: rgba(61,82,115, 0.83);
}


.form .input-group-btn .btn {
  font-family: 'Rubik', sans-serif;
}

input {
  font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}

.lead {
  font-weight: 500;
}

.headline h1 {
  color: #ffffff !important;
}

.feature-box {
  text-align: left;
}

.navigation #logo {
  background: url(../images/ogf-logo-white.svg) center center no-repeat ;
  background-size: 150px 150px;
  margin: 0;
  text-shadow: none;
  color: transparent;
}

.navigation.fixed-navbar #logo {
  background: url(../images/ogf-logo.svg) center center no-repeat ;
  background-size: 150px;
  margin: 0;
  text-shadow: none;
  color: transparent;
}

.btn {
  color: #ffffff;
  font-weight: bold;
  background-color: #9b5a58;
  border-color: #6e403f;
  text-transform: uppercase;
}

.btn:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #794645;
  border-color: #674140;
}

a.nav-link.active {
  color: #3e6a7d;
}

.nav-item .btn-sm {
  margin-top: 6px;
}


@media (min-width: 992px) {
  body {
    font-size: 16px;
    font-weight: 300;
  }
}
