body {
  font-family: 'Oswald', sans-serif;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% top;
  color: #ffffff;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-dark .navbar-text {
  color: #ffffff;
  opacity: 1;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.navbar-dark .navbar-text:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .navbar-dark {
    padding-bottom: 0;
  }
}

.page-heading {
  display: none;
}

.page-title {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 17%;
}

.legal-link {
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  margin-bottom: 30px;
}

.legal-link:hover {
  color: white;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 21px;
  margin-bottom: 59px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  margin-bottom: 21px;
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
  margin-right: 0;
}

.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.footer_inner_txt {
  font-size: 12px;
  text-align: center;
  padding: 50px 0 20px;
}

.footer_inner_txt a {
  color: white;
  font-weight: bold;
}

.footer_inner_txt a:hover {
  color: white;
}