body {
  font-family: 'Karla', sans-serif;
  background-color: black;
  background-image: url("city.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
 }

.bg-dark-transparent {
  background: rgba(0, 0, 0, 0.7);
}

#bg-cover {
  min-height: 100vh;
}

.content {
  min-height: 40vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.privacy {
    padding: 15px;
}

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

.navbar-brand img {
    height: 10vh; 
      
}

.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; 
  }


.cs-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 6px; 
}

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

.cs-info {
  max-width: 465px;
  font-size: 30px;
  margin-bottom: 59px;
  color: red; 
}
  @media (max-width: 767px) {
    .cs-info {
      font-size: 18px; } 
  }

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

.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; 
}

  .social-links .social-link:last-child {
    margin-right: 0; 
  }
  .social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; 
  }


footer {
  min-height: 15vh;
  padding: 20px;
}