@font-face {
  font-family: "Minion Pro";
  src: url("./fonts/MinionPro-Regular.eot");
  src: url("./fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/MinionPro-Regular.woff2") format("woff2"), url("./fonts/MinionPro-Regular.woff") format("woff"), url("./fonts/MinionPro-Regular.ttf") format("truetype"), url("./fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Minion Pro", serif;
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
}

h1 {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1;
}
h3 a {
  color: black;
  text-decoration: underline;
}
h3 a:hover {
  color: black;
  text-decoration: none;
}

h4 {
  font-size: 1.7rem;
  line-height: 1;
}

main {
  position: relative;
  height: 100%;
  padding-top: 100px;
  min-height: calc(100vh - 128px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.9px) {
  main {
    min-height: calc(100vh - 210px);
  }
}

.contact a {
  color: black;
}
.contact a:hover {
  color: black;
  opacity: 1;
  text-decoration: underline;
}

footer a {
  text-transform: uppercase;
  color: black;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
footer a.active {
  opacity: 1;
}
footer a:hover {
  color: black;
  opacity: 1;
  text-decoration: none;
}
footer img {
  max-width: 70%;
  height: auto;
  margin-bottom: 4px;
}

/*# sourceMappingURL=style.css.map */
