.text-11 {
  font-size: 11px;
}

.navbar-brand img {
  width: 180px;
}

.pb_navbar {
  background: #fff;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a,
.pb_navbar ul > li > a {
  color: #0d324d !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active,
.pb_navbar ul > li > a.active {
  color: #baa25a !important;
}

.navbar-dark .navbar-nav .nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb_navbar .navbar-toggler {
  border: none;
  color: #0d324d;
  border-color: white;
  cursor: pointer;
  padding-right: 0;
}


.pb_outline-light {
  color: #fff !important;
}

.pb_outline-light:hover, .pb_outline-light:active, .pb_outline-light:focus {
  color: #000 !important;
}

@media (max-width: 991px) {
  .pb_navbar .navbar-nav {
    background: none !important;
  }
}


.parallax {
  /* The image used */

  /* Set a specific height */
  height: 90vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}