h1 {
  font-size: 80px;
  font-family: Abel;
  margin-block-start: 0;
  margin-block-end: 0;
}
h2 {
  font-family: Prata;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
h3 {
  font-family: Prata;
  font-style: normal;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

h4 {
  font-family: Prata;
  font-style: normal;
}
h5{
    font-family: Abel;
}

p {
  font-family: Abel;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #000000;
}
/* showcase */
.showcase-image {
  display: grid;
  text-align: center;
  justify-content: center;
  align-content: center;
}
.showcase-title {
  margin: auto;
  color: #fff;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

/* bg */
.bg-green {
  background-color: #114133;
}

/* outro image */
.outro-image{
  min-height: 70vh;
  min-height: 70dvh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* BUTTON */
.button {
  border: 1px solid #114133;
  background-color: transparent;
  padding: 6px 24px;
  font-family: Abel;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #114133;
  transition-duration: 0.3s;
}
.button:hover {
  background-color: #114133;
  color: #fff;
  transition-duration: 0.3s;
}

.button-wht {
  border: 1px solid #fff;
  color: #fff;
}
.button-wht:hover {
  background-color: #ffff;
  color: #114133;
  background-color: #ffff;
  transition-duration: 0.3s;
}

/* TEXT */
.uppercase {
  text-transform: uppercase;
}

/* position */
.left {
  text-align: start;
}
.right {
  text-align: end;
}
.center {
  text-align: center;
}

/* COLORS */
.wht {
  color: #fff;
}
.green {
  color: #114133;
}

@media (max-width: 450px) {
  h1 {
    font-size: 40px;
    font-family: Abel;
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
