body {
      margin: 0;
      font-family:'montserrat', sans-serif;
      background-color:#173b64;
    }
    header {
      background: aliceblue;
      padding: 15px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 5px solid #ffde70;
      font-family: 'montserrat', sans-serif;
      flex-wrap: wrap;
    }

    


    nav a {
      margin: 0 10px;
      text-decoration: none;
      color: #173b64;
    }
    a:hover{ 
      background-color: #ffde70;
      border: 2px solid #ffde70;
    }
    
    .hamburguer{ 
    font-size: 50px;
    display: none;

}
@media (max-width: 760px){ 
    .menu{ display: none;} 
    .hamburguer{ display: block;}   
}


    .hero {
      background: #173b64 url('hero-image.jpg') center center/cover no-repeat;
      color: #ffde70;
      padding: 80px 30px;
      text-align: center;
    }
    .contact-section {
      display: flex;
      padding: 50px 10%;
      background: aliceblue;
      gap: 40px;
    }
    .contact-info {
      background: #173b64;
      color: white;
      padding: 30px;
      width: 40%;
    }
    .contact-form {
      flex: 1;
    }
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #173b64;
    }
    .contact-form button {
      background: #ffde70;
      color: #173b64;
      border: none;
      padding: 12px 20px;
      cursor: pointer;
    }
    .map {
      margin: 40px 0;
    }
    iframe {
      width: 100%;
      height: 300px;
      border: 0;
    }
    footer {
      background: #ffde70;
      color: rgb(253, 8, 8);
      padding: 9px 10%;
    }
    .footer-columns {
      display: flex;
      justify-content: space-between;
    }
    .footer-columns div {
      width: 25%;
    }
    .footer-columns input {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
    }
    .footer-columns button {
      background: #173b64;
      color: aliceblue;
      padding: 10px;
      border: none;
      margin-top: 10px;
    }
    .social-icons {
      margin-top: 20px;
    }
    .social-icons i {
      margin-right: 10px;
    }
    .copyright {
      text-align: center;
      margin-top: 30px;
      font-size: 14px;
    }

    h6{
        text-align: center;
        color:#ffde70;
    }
    
    div{
        color: #173b64;
    }

    img{
      max-width: 90px;
    }
    