html {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}

body {
  background-color: rgb(3,3,3);
  font-family: calibri, open sans, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 21px;
  margin: 0px;
  padding: 0px 1rem;
  outline-width: 0px;
  width: calc(100% - 2rem);
  max-width: 1000px;
}

.header-wrapper {
  width: 100%;
}

section {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

section > p {
  max-width: 700px;
  text-align: justify;
}

.header {
  width: 100%;
  height: 750px;
  background-color: rgb(3,3,3);
  background-image: url(https://houseofhempel.com/images/soundprint.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer {
  width: 100%;
  height: 250px;
  background-color: rgb(250,75,0);
  background-image: url(https://houseofhempel.com/images/footer.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.menu-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
  flex-wrap: wrap;
}

.menu-container a:link {
  color: rgb(255,255,255);
  font-size: 24px;
}

.hero-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.hero-item {
  min-width: 200px;
  flex: 1 0 30%;
  text-align: center;
}

.hero-item.red-card {
  background-color: rgb(255, 255, 255);
  padding: 10px 10px 15px 10px;
}

.hero-item img {
  aspect-ratio: 1/1;
  border: 0px;
  width: 100%;
}

.socialmedia-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 2rem;
}

#Contact-Form {
  text-align: center;
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Contact-Form input,
#Contact-Form textarea {
  width: 100%;
}

#Contact-Form textarea {
  resize: none;
}

table tr td {
  background-color: rgb(3,3,3);
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 21px;
  margin: 0px;
  padding: 0px;
  outline-width: 0px;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
a:link {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 21px;
  text-decoration: none;
}
a:visited {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 21px;
  text-decoration: none;
}
a:hover {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 21px;
  text-decoration: none;
}
a:active {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 21px;
  text-decoration: none;
}
h1 {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 36px;
  font-weight: normal;
}
h2 {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 30px;
  font-weight: normal;
}
h3 {
  font-family: calibri, open sans, sans-serif;
  color: rgb(255,255,255);
  font-size: 24px;
  font-weight: normal;
}
img {
  border-width: 0px;
}
#teamimg {
  max-width: 300px;
}