html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

main {
  min-height: 100vh;
  flex-direction: column;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) {
  align-items: center;
}
section:nth-of-type(1) h1 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: rgb(139, 26, 26);
}
section:nth-of-type(1) svg {
  width: 30%;
}
section:nth-of-type(1) .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1em;
  margin-bottom: 1em;
}
section:nth-of-type(1) .row h1 {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
}
section:nth-of-type(1) .row p {
  font-size: 1.2em;
  font-family: "Rubik", sans-serif;
}
section:nth-of-type(1) .row .item {
  padding: 1em;
  box-sizing: border-box;
}
section:nth-of-type(1) .row .item:nth-of-type(1) {
  background-color: rgb(34, 9, 1);
  color: rgb(255, 255, 255);
}
section:nth-of-type(1) .row .item:nth-of-type(2) {
  background-color: #f2f2f2;
  color: rgb(34, 9, 1);
}
section:nth-of-type(1) .row .item:nth-of-type(3) {
  background-color: rgb(139, 26, 26);
  color: rgb(255, 255, 255);
}
section:nth-of-type(1) .row .item:nth-of-type(3) h1 {
  color: rgb(255, 255, 255);
}
section:nth-of-type(2) #google-maps-display {
  height: 70vh;
  width: 100%;
}
section:nth-of-type(2) iframe {
  width: 100%;
  height: 100%;
}
section:nth-of-type(2) .map-generator {
  max-width: 100%;
  max-height: 100%;
  background: none;
}/*# sourceMappingURL=contact.css.map */