body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  color: #707172;
  background-color: #666;
}

p {
  line-height: 2;
}

a {
  transition: all 0.3s ease;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.small {
  font-size: 0.95rem;
}

.bd-color-primary {
  color: #069;
}

.bd-color-white {
  color: #fff;
}

.bd-color-gray {
  color: #333;
}

.bd-bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.3);
}

.bd-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid white;
}

.bd-intro {
  max-width: 500px;
  width: 100%;
  padding: 55px;
  margin-right: 0;
  margin-left: auto;
}

.bd-section-title {
  font-size: 1.6rem;
}

.parallax-window {
  min-height: 662px;
  background: transparent;
}

.bd-section {
  display: flex;
  align-items: center;
  height: auto;
  max-width: 1275px;
  padding: 66px 60px;
}

#intro {
  min-height: 100vh;
  max-width: none;
}

.bd-brand {
  font-size: 2.6rem;
}

.bd-brand-box {
  box-sizing: content-box;
  width: 100%;
  max-width: 230px;
  min-height: 160px;
  color: white;
  text-align: center;
  margin: 70px auto 90px;
}

.bd-double-border-1,
.bd-double-border-2 {
  border: 1px solid #fff;
  position: relative;
}

.bd-double-border-2 {
  top: 4px;
  left: 4px;
}

.bd-border-gray {
  border-color: #cdcecf;
}

.bd-box-pad {
  padding: 50px 55px;
}

.bd-brand {
  padding: 30px;
}

.bd-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 70px;
  padding-right: 70px;
  width: 400px;
  max-width: 400px;
}

/* Hide scrollbar */
.bd-sidebar {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.bd-sidebar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.bd-sidebar-sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bd-section-wrap {
  width: calc(100% - 400px);
  margin-left: auto;
  margin-right: 0;
}

.bd-main-nav > li > a {
  color: white;
}

.bd-main-nav {
  margin-bottom: 160px;
}

.bd-white-rect {
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
}

.nav-link {
  font-size: 1.25rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link .bd-white-rect {
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-link.current .bd-white-rect,
.nav-link:hover .bd-white-rect {
  opacity: 1;
}

.bd-social-links {
  margin-bottom: 27px;
}

.bd-social-link {
  width: 40px;
  height: 40px;
  color: black;
  background-color: white;
  margin: 8px;
  border-radius: 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-social-link:hover,
.bd-social-link:focus {
  background-color: #069;
  color: white;
}

.bd-footer-link {
  color: white;
}

.bd-footer-link:hover {
  color: #F93;
  text-decoration: none;
}

.bd-section-half {
  padding: 55px;
}

.bd-section-icon {
  color: #369;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-gallery-wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  .bd-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 1200px) {
  .bd-gallery-wrap {
    max-width: 520px;
  }
}

@media (max-width: 991px) {
  .bd-gallery-wrap {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .bd-gallery-wrap {
    max-width: 520px;
  }
}

@media (max-width: 480px) {
  .bd-gallery-wrap {
    max-width: 260px;
  }
}

.bd-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1600px) {
  .bd-sidebar {
    width: 30%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bd-social-link {
    margin: 5px;
  }

  .bd-section-wrap {
    width: 70%;
  }
}

.navbar-toggler {
  display: none;
}

@media (max-width: 991px) {
  .bd-bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .bd-brand-box {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 200px;
    min-height: 100px;
  }

  .bd-brand {
    padding: 20px 30px;
  }

  .bd-main-nav {
    margin-bottom: 60px;
  }

  .bd-social-links {
    margin-bottom: 30px;
  }

  footer p {
    line-height: 1;
  }

  .bd-sidebar {
    width: 250px;
    left: -250px;
    padding: 15px;
    transition: all 0.3s ease;
  }

  .navbar-toggler {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 5px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .bd-sidebar.show {
    left: 0;
  }

  .bd-sidebar.show .navbar-toggler {
    left: 250px;
  }

  .bd-section-wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bd-section {
    padding: 30px;
  }
}

@media (max-width: 554px) {
  .bd-section {
    padding: 15px;
  }
}

@media (max-width: 383px) {
  .bd-box-pad {
    padding: 50px 30px;
  }
}

p.get {
  margin-top: 50px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bd-logo {
  background-image: url("../img/bd256x256_thumb.png");
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 48px;
}