/**
 * Homepage Screen
 */

.homepage {
  padding: 3rem 2rem 2rem;
  display: none;
}
.js-homepage .homepage{
  display: block;
}
.homepage__logo {
  margin: 0 auto;
}
.homepage__title {
  margin: 2rem 0;
  font-family: Calibri;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
}
.homepage__button {
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.homepage__button-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  color: var(--color-primary--1);
  padding: 2rem;
  text-align: center;
}
.homepage__button-title {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: 3px; 
  text-transform: uppercase;
}
.homepage__button-subtitle {
  margin: 0.5rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
}