* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@media screen and (min-width: 450px) {
    #gallery {
    grid-template-columns: 1fr 1fr 1fr;}
}



.lexend-exa-bold {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}



body {
    background-color: #DDDFC2;
}

header {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #97AC82;
    text-align: center;
  }

footer {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #97AC82;
    text-align: center;
    font-family:"Lato", sans-serif ;
  }

h1 {
    font-family: "Lexend Exa", sans-serif;
    font-size: 56px;
    color: #2C341B;
}

h2 {
    font-family: "Lexend Exa", sans-serif;
    font-size: 32px;
    color: #2C341B;
    padding-top: 20px;
    padding-bottom: 20px;
}

h3 {
    font-family: "Lexend Exa", sans-serif;
    font-size: 24px;
    color: #2C341B;
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #2C341B;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #7e906c37;
}

a {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #2C341B;
    text-decoration: wavy underline;
    transition: color 0.1s;
}

a:hover {
    color: #DDDFC2;

  }


  html {
    scroll-behavior: smooth;
  }



nav ul li {
    display: inline-block;
    padding-right: 20px;
    padding-top: 5px;
 }

 main, footer {
    padding: 20px;
}

main article p {
    /* max-width: 60ch; */ 
    max-width: 1800px;
}

main article img {
width: 100%;
height: auto;
}

button {
    font-family: lexend-giga-regular;
    font-size: 20px;
    background-color: #97AC82;
    color: #f4efe6;
    border: #688A65, 2px;
    border-style: solid;
    padding: 8px;
    border-radius: 6px;
    display: block;
    margin: 0.5em 1.5em;
    box-shadow: #2C341B 3px 3px;
}

button:hover {
    background-color: #7e906c;
    color: #f4efe6;
    text-decoration: wavy underline;
}

button a {
    text-decoration: none;
    color: #f4efe6;
}

#classes{
        display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

#gallery {
    background-color: #DDDFC2;
    display: grid;
    grid-template-columns: 1fr ;
    }
    
#mg-video{
  display: grid;
  justify-content: center;
  overflow: hidden;
  max-height: 500px;
}

