.marcellus-regular, .container {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-light, .section-description-text {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  background-color: #d9bb9b;
}

.container {
  display: grid;
  grid-template-rows: 4fr 1fr;
  grid-template-columns: 1fr;
  min-height: 100vh;
  background: #000000;
  color: #FFFFFF;
  margin: 0;
}

.display-grid {
  display: grid;
}

.cover-background {
  background: url(background.jpg);
  background-size: cover;
}

.header {
  display: grid;
  justify-items: stretch;
  grid-template-columns: 3fr 1fr 1fr 3fr;
  align-content: center;
  grid-column-end: span 3;
  padding-left: 15px;
}

.logo-letters {
  min-width: 50px;
  max-width: 500px;
  align-self: center;
  padding-top: 10px;
}

.menu {
  justify-self: end;
  padding-right: 10px;
}

.left-aside {
  grid-row-start: 2;
  grid-column-start: 1;
}

.right-aside {
  grid-column-start: 3;
}

.hero-banner {
  display: grid;
  grid-column-start: 2;
  justify-self: center;
  min-height: 350px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3137254902);
  padding: 10px;
}

.logo-img {
  width: 100%;
  max-width: 800px;
  justify-self: center;
}

.section-heading-text {
  justify-self: center;
  align-self: end;
  font-size: clamp(27px, 4.1vw, 60px);
  font-weight: bolder;
  margin: 0;
}

.phone-text {
  justify-self: center;
  align-self: end;
  font-size: clamp(20px, 3.1vw, 45px);
  font-weight: unset;
  margin: 0;
}

.address-text {
  text-decoration: none;
  color: #FFF;
  justify-self: center;
  align-self: end;
  font-size: clamp(20px, 3.1vw, 45px);
  font-weight: unset;
  margin: 0;
}

.section-description-text {
  text-align: center;
  font-size: clamp(16px, 1.4vw, 26px);
  align-self: start;
  margin: 0;
}

.stock-section {
  display: grid;
  grid-column-end: span 2;
  align-content: start;
  justify-content: center;
  padding: 10px;
  background-color: #d9bb9b;
}
.stock-section h1, .stock-section h2 {
  align-self: start;
  color: #000000;
  background-color: unset;
}

.divider {
  padding-bottom: 3%;
  border-bottom: black 2px solid;
}

.footer {
  grid-column-end: span 2;
  background: #d9bb9b;
}

.contact-section {
  display: grid;
  grid-template-columns: 30px 1fr;
  justify-items: center;
  justify-content: start;
  row-gap: 10px;
}
.contact-section h2, .contact-section a {
  padding: 0px 10px;
  justify-self: start;
  background-color: unset;
  text-decoration: none;
}
.contact-section a:link, .contact-section a:visited {
  color: #000000;
}

.icon {
  width: clamp(16px, 2vw, 30px);
}/*# sourceMappingURL=styles.css.map */