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

body {
  background-color: rgb(236, 236, 236);
  background-color: beige;
  font-family: "Lexend Giga", sans-serif;
}

html {
  scroll-behavior: smooth;
}

nav {
  background-color: beige;
  text-align: center;
  position: absolute; 
  width: 100%;
  height: 40px;
  padding: 10px;
  display: inline;
  max-width: 30%;
  right: 1rem;

  
}

ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

nav ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

nav ul li {
  display: inline;
  letter-spacing: 1px;
  padding: 3px;
}

nav ul li a {
  color: rgb(84, 108, 79);
  padding: 3px;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover {
  color: rgb(134, 152, 135);
  text-decoration: underline;
  font-weight: bolder;
}

#logo {
  width: 100px;
  margin-left: 30px;
  position: relative;
  top: -5px;
}

#banner {
  background-image: url("../image/image\ 7\ \(1\).jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
}
#banner2 {
  background-color: #a9caa8;
  width: 100%;
  padding: 10rem;
  font-size: 4rem;
}

/*#banner2 h1 {
  left: 23%;  NEVER DO THIS !!!!!
  padding: 0 15rem;
  font-size: 70px; 
} */

#banner3 {
  background-image: url(../pics/sm.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh;
}

header {
  padding-top: 10px;
  height: 10%;
}

#grid {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* gap: 16%;  */
  text-align: center;
  padding: 4px;
  padding-bottom: 100px;
}

#grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-columns: repeat(auto-fit minmax (200px 1fr)); */
  text-align: center;
  padding: 2rem;
  place-items: center;
  position: relative;
}

.grid-item {
  padding: 3rem;
  text-align: center;
}

.grid-item img {
  height: 20rem;
  object-fit: cover;
  text-align: center;
}

.grid-item figcaption {
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  position: relative;
  padding: 30px;
}

article {
  text-align: center;
  padding-top: 40px;
  font-size: 30px;
  color: rgb(101, 123, 101);
  letter-spacing: 20px;
}

#price h1 {
  font-size: 3rem;
  padding: 2rem;
}

#store h1 {
  font-size: 3rem;
  padding: 2rem;
}

#about1 {
  background-color: #a9caa8;
  padding: 2rem;
  border-radius: 70px;
  text-align: center;
  width: 70%;
  margin: 5rem auto;
}

.box {
  padding: 30px;
  width: 40%;
  height: 30%;
  position: relative;
  left: calc(100% - 50%);
  top: -282px;
  font-size: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.box img {
  height: 750px;
  padding: 30px;
  position: relative;
  top: -520px;
  left: 18%;
}

#box1 p {
  font-size: 1.5rem;
  padding: 1rem;
}


#box1 {
  background-color: #a9caa8;
  padding: 1rem;
  align-items: center;
  height: 0 auto;
}

.text {
  width: 55%;
  padding: 50px;
  font-size: 23px;
}

iframe {
  width: 90%;
  height: 700px;
  padding: 5rem;
  margin-left: 7rem;

}

.about-content p {
  flex: 1;
  font-size: 1rem;
  line-height: 1.3;
}

aside {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 34%;
}

aside img {
   width:30rem;
   margin-top: -18rem;

}
footer {
  background-color: #a9caa8;
  width: 100%;
  background-size: cover;
  padding: 35px;
  font-size: 17px;
}

.footer-socials {
  transition: opacity 0.3s ease;
  position: relative;
  bottom: 20px;
}

.footer-socials img {
  height: 24px;
}

.footer-socials img:hover {
  opacity: 0.5;
}

footer p {
  max-width: 60%;
  padding: 5px;
}

button {
  padding: 1.5px;
  background-color: green;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
}
 #smiski {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 1rem;
 }

#about-smiski p {
  font-size: 1.5rem;
}
#store-grid {
  display: grid;
  grid-template-columns: .5fr 1fr;

}
#store-grid img {
  height: 500px;
  padding: 1rem;
  margin-left: 10rem;
  margin-top: 6rem;
}