html { font-size: 62.5%; } /* =10px */
body { font-size: 1.4rem; } /* =14px */
h1 { font-size: 2.4rem; } /* =24px */

html, body {
    height: 100%;
}

.full-page {
    height: 100vh;
    width: 100vw;
}

.page-text {
    font-family:'Pilgrim LT W01 Roman';
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #080808;
    text-align: justify;
    margin-bottom: 2.4rem;
}

.legal-text {
    font-family:'Proxima Nova W01 Regular';
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #080808;
}

.logo-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.4rem;
}

.form-control {
  padding: 1.3rem 1.3rem;
  font-family: "Kylo Sans W05 Light";
  color: #838385;
  opacity: 1;
  font-size: 1.48rem;
  background-color: #fafafa;
  border: 1px solid #d7d7da;
  border-radius: 0;
}

.vacation-submit {
  margin: 0;
  padding: 1.6rem 1.5rem 1.6rem;
  font-family: "Proxima Nova W01 Regular";
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .25rem;
  background-color: #272727;
  border: 0;
  border-radius: 0;
  color: #fafafa;
}

.btn:hover {
  color: #838385;
}