body{
    background-color: black;
    margin:0;
    padding:0;
}
.logo{
    margin-top:3%;
    width:50%;
}
h1, h2, h3, .hero-title,
.hero-content h1, .about-text h2 {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 800;
  font-size: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.hero{
    background: url('background.mp4') center/cover;
}
.hero-content{
    text-align: center;
    align-items: center;
    flex: auto;
    align-items: center;
}
#myVideo {
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  h1{
    color: rgb(255, 255, 255);
    margin-bottom:10%;
  }
  h2{
    color: rgb(255, 255, 255);
    margin-bottom:10%;
  }

.footer {
    background-color: #111;
    color: #ccc;
    padding: 60px 20px 30px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    justify-content: space-between;
  }
  
  .footer-section {
    flex: 1 1 30%;
  }
  
  .footer-logo {
    height: 200px;
    margin-bottom: 15px;
  }
  
  .footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
  }
  
  .footer-section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
  }
  
  .contact-info {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .contact-info a {
    color: #ccc;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  
  .footer-bottom {
    text-align: center;
    color: #cecece;
    font-size: 13px;
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 20px;
  }
  
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 25px;

    }
  
    .footer-section {
      width: 100%;
      max-width: 100%;
    }
    .footer-section img{
      display:none;
    }
  
    .footer-section h3 {
      font-size: 1rem;
      margin-bottom: 0;
    }
  
    .footer-section p,
    .footer-section li,
    .footer-section a {
      font-size: 0.9rem;
      line-height: 1.4rem;
    }
  
    .footer-logo {
      max-width: 100%;
      margin: 0;
      padding:0;
    }
  
    .map-container iframe {
      width: 100%;
      height: 200px;
      border-radius: 8px;
    }
  
    .footer-bottom {
      font-size: 0.75rem;
      padding: 10px;
      text-align: center;
    }
    .navbar{
      padding-top:10%;
    }
    .logo img{
      width:60%;
    }
  
  }