* {
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  background: rgb(0, 0, 0);
  margin: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Thin";
}
.header img {
  height: 100px;
}
.header a {
  font-family: "Roboto Regular", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 18pt;
  text-decoration: none;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.781);
  justify-content: center;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  list-style-type: none;
}
.menu li {
  float: left;
  font-family: "Roboto Medium";
}
.menu li a {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 16px;
}

.container {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  flex-wrap: wrap;
}
.container .grass-item-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.container .grass-item-container img {
  margin: 5px;
  width: 100%;
}
.container .grass-item-container h1 {
  font-family: "Roboto Regular";
  align-self: center;
  font-size: 16pt;
  margin: 10px;
}
.container .grass-item-container h2 {
  font-family: "Roboto Regular";
  align-self: center;
  text-align: center;
  font-size: 12pt;
}
.container .item-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.container .item-container img {
  margin: 5px;
  height: 450px;
  width: 320px;
}
.container .item-container h1 {
  font-family: "Roboto Regular";
  align-self: center;
  margin: 10px;
}

.contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Regular", sans-serif;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact h1 {
  color: rgb(0, 0, 0);
  font-size: 16pt;
  margin-bottom: 6px;
}
.contact h2 {
  color: rgb(0, 0, 0);
  font-size: 12pt;
  margin-bottom: 6px;
}
.contact h3 {
  font-family: "Roboto Thin", sans-serif;
  font-weight: 400;
  font-size: 10pt;
  color: rgb(150, 150, 150);
  margin-top: 100px;
  margin-bottom: 30px;
}

.body-main {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-main p {
  font-family: "Roboto Regular";
  font-size: 16pt;
  color: rgb(0, 0, 0);
}/*# sourceMappingURL=main.css.map */