@font-face {
    font-family: 'Afacad';
    src: url('/fontused/Afacad-VariableFont_wght.ttf') format('truetype');
}
body {
    background-color: #F8E7DD;
    height: 100vh;
    font-family: 'Afacad', sans-serif;
    margin: 0;
}

nav {
    background-color: #FFFFFF;
    opacity: 72%;
}

h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.infocontainer {
    display: flex;
    justify-content: space-evenly;
}
.form {
    background-color: #FFFFFF;
    opacity: 72%;
    padding: 100px;
    margin: 100px;
}

.contact-container {
    display: flex;
    justify-content: space-evenly;
    margin: 35px;
}

.info {
  min-width: 500px;
  line-height: 2;
}
.form-container {
    background-color: #FFF9F5;
    padding: 35px;
    padding-right: 48px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    border: 2px solid gray;
}

h2 {
    font-size: 18.5px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
label {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
textarea {
    height: 80px;
    resize: none;
}
.submit-btn {
    background-color: #DFF8D8;
    color: black;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #C8F0C0;
}

#map {
    height: 100%;
}


gmp-map {
    height: 400px;
}

footer { background-color: #FFFFFF;
    opacity: 72%;}

span>img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "Header"
      "Footer";
  }
  
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  
  .Header {
    grid-area: Header;
  }
  
  .Intro {
    grid-area: Intro;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: antiquewhite;
  }
  
  .comfort-text {
    background-color: white;
    opacity: 0.77;
    transform: translateY(250px) translateX(-300px);
    z-index: 2;
    width: 450px;
    height: 350px;
    position: absolute;
    border-radius: 20px;
  }
  
    
  .Footer {
    grid-area: Footer;
  }
  
  #Extras{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    border-top: solid;
    border-color: gray;
    border-width: 0.4px;
    color: gray;
  }
  
  #small-logo {
    width: 190px;
    height: 190px;
  }
  
  #Header {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    font-family: Afacad;
  }
  
  #Header img {
    width: 100px;
    height: 100px;
  }
  
  #navigation {
    background-color: none;
    display: flex;
    align-items: center;
    margin-right: 50px;
    color: black;
    gap: 50px;
  }
  #navigation a {
    color: black;
    text-decoration: none;
    font-size: 20px;
  }
  #navigation a:hover {
    color: rgb(107, 95, 95);
  }
  .dropbtn {
    color: black;
    background-color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .ElementA {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  .ElementA:hover .dropdown-content {
    display: block;
  }
  
  .ElementA:hover .dropbtn {
    color: gray;
  }
  #ElementB {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
    
  /*Footer*/
  #Footer {
    background-color: rgba(255, 255, 255, 1);
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-around;
    height: 300px;
  }
  #Contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: gray;
  }
  #Contact p {
    margin: 2px;
  }
  .footerTitle {
    font-size: 18px;
    font-weight: bold;
  }
  #LinkWall {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }
  .footerColumn {
    margin-top: 30px;
  }
  .footerColumn a {
    color: black;
    text-decoration: none;
  }
  .footerTitle {
    font-size: 18px;
    font-weight: bold;
    color: gray;
  }
  #ContactColumn {
    margin-top: 50px;
  }
  
  #Newsletter {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #Base {
    padding: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: solid;
    border-width: 0.1px;
    border-color: gray;
  }
  #BaseButton {
    padding: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border: solid;
    border-width: 0.1px;
    border-color: gray;
    background-color: rgba(2, 159, 174, 1);
    color: white;
  }
  #BaseButton:hover {
    background-color: rgb(0, 181, 197);
  }
  #BaseButton:active {
    background-color: rgb(0, 87, 95);
  }
  

  @media screen and (max-width: 969px) {  
    .contact-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

.info {
  min-width: 300px;
  line-height: 2;
  text-align: center;
}
  }
  @media screen and (min-width: 300px) and (max-width: 600px) {
    body {
      width: 27rem;
    }

    #Header {
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      justify-content: space-between;
      font-family: Afacad;
      font-size: 10px;
      width: 27rem;
    }
    #Header img {
      width: 80px;
      height: 80px;
    }
    .dropbtn {
      color: black;
      background-color: white;
      padding: 0px;
      font-size: 10px;
      border: none;
      cursor: pointer;
    }
    #navigation {
      background-color: none;
      display: flex;
      align-items: center;
      margin-right: 50px;
      color: black;
      gap: 20px;
    }
    #navigation a {
      color: black;
      text-decoration: none;
      font-size: 12px;
    }
  
    #Footer {
      background-color: rgba(255, 255, 255, 1);
      display: grid;
      grid-template-columns: auto;
      justify-content: space-around;
      height: 800px;
      margin-top: 10px;
    }
    #Contact {
      align-items: flex-start;
      margin-left: 50px;
    }
    #LinkWall {
      justify-content: center;
    }
    #ContactColumn {
      margin-left: 50px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  
    .contact-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .container {
      flex-direction: column;
      align-items: stretch;
  }

  .about-image {
      margin-top: 20px;
  }

  .team-members {
      flex-direction: column;
      align-items: stretch;
  }

  .member-card {
      width: 100%;
      margin-bottom: 20px;
  }

  }
  
  @media screen and (min-width: 0px) and (max-width: 425px) {
    #Header {
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      justify-content: space-between;
      font-family: Afacad;
      font-size: 10px;
    }
    #Header img {
      width: 80px;
      height: 80px;
    }
    .dropbtn {
      color: black;
      background-color: white;
      padding: 0px;
      font-size: 10px;
      border: none;
      cursor: pointer;
    }
    #navigation {
      background-color: none;
      display: flex;
      align-items: center;
      margin-right: 50px;
      color: black;
      gap: 20px;
    }
    #navigation a {
      color: black;
      text-decoration: none;
      font-size: 12px;
    }
  
    #Footer {
      background-color: rgba(255, 255, 255, 1);
      display: grid;
      grid-template-columns: auto;
      justify-content: space-around;
      height: 800px;
      margin-top: 10px;
    }
    #Contact {
      align-items: flex-start;
      margin-left: 50px;
    }
    #LinkWall {
      justify-content: center;
    }
    #ContactColumn {
      margin-left: 50px;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  
    .contact-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  }
  
  @media screen and (min-width: 697px) and (max-width: 1023px) {
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  h2 {
    text-align: center;
  }
  }

