body{
  max-width: 90%;
  padding: 200px, auto;
}
h1{
    color: rgb(79, 87, 104);
    font-size: 25pt;
}
h3{
font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  color: rgb(79, 87, 104);

}

a img:hover{
  transform: scale(1.1);
}

article{
  max-width: 100%;
}

.gallery-card {
  position: relative;
  width: 300px;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  text-decoration: none; /* Removes underline on links */
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Let the link still be clickable */
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.overlay-text {
  color: white;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 10px;
  pointer-events: none;
}



@media(min-width:1300px) {
  html {
    
      max-width: 1200px;
      height: 100%;
      width: 90%;
      margin: 0 auto;
  }
  .headerLogo img{
    width: 200px;
  }

  .sr-only {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px;
  }
   

  nav {
      padding: .5em;
      display: flex;
      justify-content: space-evenly;
      position: sticky;
      top: 0;
      background-color: white;

  }

  nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
  }

  nav a {
      color: rgb(79, 94, 125);
      text-decoration: none;
      padding: .2em .5em;
      margin: 0 20pt;
      text-align: left;
  }

  a {
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      padding: 10px;
      font-size: 15pt;
      line-height: 1.5em;
  }

  nav ul li a:hover {
      color: #6d8291;
      border-bottom: 2px solid rgb(79, 94, 125);
      
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #b1b1b3;
    min-width: 260px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 10px;
}

li.dropdown {
    position: relative;
}

li.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  font-size: 12pt;
  color: white;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: rgb(79, 94, 125);
  border-bottom: none;
}

  .social {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;

  }

  #instagram-button {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
  }

  #instagram-logo {
      width: 30px;
      height: auto;
      transition: transform 0.3s;
  }

  #instagram-button:hover #instagram-logo {
      transform: scale(1.1);
  }

  footer {
  font-size: x-small;
  text-align: center;
  color: rgb(79, 87, 104); 
  padding: 10px;
  background-color: white;
  margin-top: auto; 
  width: 100%;
  }

  h1{
      font-family: "Rozha One", serif;
      font-weight: 400;
      font-style: normal;
  }

  h2{
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
  }

  p{
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
  }
  
  button{
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
    
  }
  
}

@media (min-width: 800px) and (max-width: 1299px) {
  html {
      max-width: 1200px;
      height: 100%;
      width: 90%;
      margin: 0 auto;
  }
  .headerLogo img{
    width: 200px;
  }

  .sr-only {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 1px;
  }
   

  nav {
      padding: .5em;
      display: flex;
      justify-content: space-evenly;
      position: sticky;
      top: 0;
      background-color: white;

  }

  nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
  }

  nav a {
      color: rgb(79, 94, 125);
      text-decoration: none;
      padding: .2em .5em;
      margin: 0 20pt;
      text-align: left;
  }

  a {
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      padding: 10px;
      font-size: 15pt;
      line-height: 1.5em;
  }

  nav ul li a:hover {
      color: #6d8291;
      border-bottom: 2px solid rgb(79, 94, 125);
      
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #b1b1b3;
    min-width: 260px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 10px;
}

li.dropdown {
    position: relative;
}

li.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  font-size: 12pt;
  color: white;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: rgb(79, 94, 125);
  border-bottom: none;
}

  .social {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;

  }

  #instagram-button {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
  }

  #instagram-logo {
      width: 30px;
      height: auto;
      transition: transform 0.3s;
  }

  #instagram-button:hover #instagram-logo {
      transform: scale(1.1);
  }

  footer {
  font-size: x-small;
  text-align: center;
  color: rgb(79, 87, 104); 
  padding: 10px;
  background-color: white;
  margin-top: auto; 
  width: 100%;
  }

  h1{
      font-family: "Rozha One", serif;
      font-weight: 400;
      font-style: normal;
  }

  h2{
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
  }

  p{
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
  }
  
  button{
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
    
  }
} 

@media(max-width:799px) {
    html {
        max-width: 350px;
        /* width: 90%; */
        margin: 0 auto;
    }
    .headerLogo img{
      width: 100px;
    }
  
    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
     
  
    nav {
        padding: .2em;
        display: flex;
        justify-content: space-evenly;
        position: sticky;
        top: 0;
        background-color: white;
  
    }
  
    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
  
    nav a {
        color: rgb(79, 94, 125);
        text-decoration: none;
        /* padding: .2em .5em; */
        margin: 0 2pt;
        text-align: left;
    }
  
    a {
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        padding: 8px;
        font-size: 12pt;
        line-height: 1.5em;
    }
  
    nav ul li a:hover {
        color: #acacac;
        /* border-bottom: 2px solid rgb(79, 94, 125);
         */
    }
  
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #b1b1b3;
      min-width: 160px;
      box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
      padding: 2px;
      border-radius: 10px;
  }
  
  li.dropdown {
      position: relative;
  }
  
  li.dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-content a {
    font-size: 8pt;
    color: white;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    color: rgb(79, 94, 125);
    border-bottom: none;
  }
  
    .social {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
  
    }
  
    #instagram-button {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }
  
    #instagram-logo {
        width: 30px;
        height: auto;
        transition: transform 0.3s;
    }
  
    #instagram-button:hover #instagram-logo {
        transform: scale(1.1);
    }
  
    footer {
    font-size: x-small;
    text-align: center;
    color: rgb(79, 87, 104); 
    padding: 10px;
    background-color: white;
    margin-top: auto; 
    width: 100%;
    }
  
    h1{
        font-family: "Rozha One", serif;
        font-weight: 400;
        font-style: normal;
    }
  
    h2{
        text-align: center;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
    }
  
    p{
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
    }
    
   .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.button-row button {
    flex: 1 1 auto;
    font-size: 8pt;
    padding: 6px;
    min-width: 160px;
    max-width: 10px;
}
  
}
  