 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poiret One", sans-serif;
    font-size: 20px;
    background: #202020;

    font-size: 20px;
    line-height: 26px;
    color: #000000;
       
}


main, section, aside, footer {
    padding: 20px;
}





nav {
    background-color: rgb(250, 235, 215);
    text-align: center;
    position: fixed;
    width: 100%;
    padding: 7px;

    font-family: 'DM Serif Display';
    font-size: 24px;    
    
}
nav ul li {
    display: inline;
    margin-right: 20px;
}
nav ul li a {
    color: #5531B5;
}
nav{
           min-height: 50px;
        }
        nav ul li {
            display: inline-block;
            margin-right: 100px;
            padding: 3px;
            background-color: rgb(0, 0, 0);
            border-radius: 5px;
            /* padding-top or left or wtv is the amount of pixels for that section */
        }
       
        nav ul li a {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
            letter-spacing: 1px;
            color: rgb(0, 0, 0);
            text-decoration: none;
            background-color: rgb(219, 210, 210);
        }

#banner {
    background-image: url("img/image 1.png");
    background-size: cover;
    /* background-position: bottom center;
    background-attachment: fixed; */
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
}

header {
    position: fixed;
    z-index: 1;
}

/* header, */
 main, .grid, #banner, footer {
    max-width: 1600px;

    margin: 0 auto;
    position: relative;

}

/* gallery */
.grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-template-columns: repeat(3, 1fr); */

    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    place-items: center;
}

.grid-item {
    /* background-color: aqua; */
    text-align: center;
    padding: 5px;
}

.grid-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}


h1, nav {
    font-family: "DM Serif Text", serif;
}
h1 {
    margin-bottom: 20px;
}


#grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
@media screen and (max-width:1024px) {
    #about {
        grid-template-columns: 1fr;
    }
    #banner{
        height: 60vh;
    }
    nav{
        font-size: 18px;
    }
}

.banner img {
  width: 100%;
  height: 1600px;
  object-fit: cover;
}

.p{
    color: rgb(70, 38, 38);
}
 .box {
      background-color: white;
      margin: 30px auto;
      padding: 50px;
      max-width: 800px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      color: black;
}
.box {
      background-color: white;
      margin: 30px auto;
      padding: 50px;
      max-width: 800px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      color: black;
}
.box h1 {
    color: black;
}
.box2 {
      background-color: white;
      margin: 30px auto;
      padding: 50px;
      max-width: 800px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      color: black;
    
}

 .box4 {
      background-color: white;
      margin: 30px auto;
      padding: 50px;
      max-width: 800px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      color: black;
}