body {
  font-family: 'Arial', sans-serif;
  /*background: rgba(116, 164, 45, 0.7) url("../images/bg.jpg");*/
  background: rgba(49, 66, 65, 0.7) url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: darken;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 30vh; }
  @media (max-width: 767px) {
    .navbar-brand img {
    height: 30vh; } }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-left: 2px solid #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  @media (max-width: 767px) {
    .navbar-dark .navbar-text {
      padding-bottom: 0;
      font-size: 16px; } }

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 45px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 800px;
  font-size: 20px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 16px; } }

.page-title-small {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .page-title-small {
      font-size: 24px;
      margin-bottom: 8px; } }

.page-description-small {
  max-width: 800px;
  font-size: 14px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .page-description-small {
      font-size: 14px; } }

p {
  font-size: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  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: #b59d6d;
    color: #ffffff; }

.social-link-icon {
  vertical-align: -.125em;
  fill: currentColor; }

.footer-contact {
  text-align: center;
  font-size: 14px;
  color: #ccc; }

a:link {
  color: #ccc;
  text-decoration: underline; }

a:hover {
  color: #ccc; }

a:visited {
  color: #ccc; }
