body {
  background-color: black;
  color: white;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

body,
#main-container,
main {
  height: 100%;
}

#logo img {
  max-width: 150px;
  height: auto;
}

#subscription-success p,
#subscription-error p
 {
  max-width: 400px;
  margin-right: auto !important;
  margin-left: auto !important;
}

#subscription {
  padding: 2rem;
  border: .5px solid #BA8F73;
  border-radius: 10px;
}

#subscription-row-1 {
  font-weight: bold;
  margin-bottom: 0;
}

#subscription-row-2 {
  font-style: italic;
  color: #8F9091;
}

#email-field,
#submit-button {
  padding-top: 1rem;
}

@media (min-width: 576px) {
  #email-field,
  #submit-button {
    border-top: .5px solid #BA8F73;
  }
}

#email-field {
  padding-right: .3rem;
  padding-left: 0;
}

#email-field input {
  color: white;
  background-color: black;
  border-color: #BA8F73;
}

#submit-button {
  padding-left: .3rem;
  padding-right: 0;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: black;
  background-color: #BA8F73;
  text-shadow: none; /* Prevent inheritance from `body` */
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold;
}

#legal-notice {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-row {
  margin-bottom: 0;
}

#text-row-3,
#text-row-5 {
    margin-bottom: 1.4rem;
}

#text-row-1 {
  font-size: 2rem;
}

#text-row-4 {
  font-size: 2.2rem;
}

#text-row-2,
#text-row-5 {
  font-size: 1.6rem;
}

#text-row-3 {
  font-size: 1rem;
}

#text-row-2,
#text-row-3,
#text-row-5 {
  color: #8F9091;
}

#text-row-6,
#text-row-7 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #BA8F73;
  letter-spacing: .2em;
}

#text-row-6 {
  font-weight: bold;
}

#text-row-2,
#text-row-3,
#text-row-5,
#text-row-7 {
  font-style: italic;
}