
body {
  padding: 0px;
  margin: 0px;
  background-color: #f6f6f6;
}

h1 {
  color: #ff6d00;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

img.example {
  width: 66%;
  height: auto;
}


.center { text-align: center; }

.contact {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0.5em 0px;
  width: min-content;
  margin: 0 auto;
}

.contact .key {
  font-weight: bold;
}


#banner {
  background-image: url(img/pipes-75.webp);
  background-size: 100%;
  left: 0px; right: 0px;
  resize: both;
  color: white;
  padding: 2.5em 2em;
  margin: 0px;
  text-shadow: /* fake char outline */
  -1px -1px 0 black, 1px -1px 0 black,
  -1px  1px 0 black, 1px  1px 0 black;
}

#banner h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}

#banner p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

#content {
  padding: 2em 2em 1em 2em;
}

#content p.desc {
  text-align: center;
  margin-bottom: 2.5em;
  padding: 0px 10%;
}

#foot {
  color: white;
  padding: 1em 0px 5em 0px;
  background-color: black;
}

#foot a {
  color: #03a9f4;
}
