* {
  box-sizing: border-box;
}
html {
  font-size: 22px;
}
@media screen and (max-width: 980px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 15px;
  }
}
body {
  margin: 0;
  font-size: 1.2em;
  font-family: "EB Garamond";
  background: #0c070b;
  color: #fff;
  line-height: 1.8em;
}
body, html {
  height: 100%;
}
.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  background: url(../../assets/img/desktop-bg.webp);
  background-size: cover;
  background-position: center right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .site-wrapper {
    background: url(../../assets/img/mobile-bg.webp);
    background-size: cover;
    background-position: center right;
  }
}
.logo img {
  width: 60%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .logo img {
    max-width: 80px;
  }
}
.footer-logo img {
  width: 60%;
  max-width: 80px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .footer-logo img {
    max-width: 50px;
  }
}
.wrapper-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 800px) {
  .wrapper-inner {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: 85vh;
  }
}
.content {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .content {
    width: 80%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "schwarzkopf-new";
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
/*--- SIGNUP FORM ---*/
.thank-you-block {
  display: block;
  padding-bottom: 3em;
  padding-top: 2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .thank-you-block {
    padding-bottom: 2em;
    padding-top: 1em;
  }
}
.thank-you-block:last-child {
  padding-bottom: 1em;
}
.claim {
  text-transform: none;
}
.fancy {
  font-family: "schwarzkopf-new";
  font-size: 2.5em;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  text-transform: none;
}
.signup {
  padding-top: 0em;
  padding-bottom: 3em;
}
.form-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.subscribe-form {
  padding-top: 0em;
}
.form {
  padding-top: 2em;
}
.enter-email {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  grid-gap: 0.5em;
}
@media screen and (max-width: 1200px) {
  .form-grid {
    grid-template-columns: 100%;
  }
}
.email {
  border: 1px solid #F6F3ED;
  padding: 1em;
  font-family: "EB Garamond";
  border-radius: 0 !important;
  font-size: 0.75em;
  background: none;
  color: #F6F3ED;
  text-transform: uppercase;
  width: 100%;
  text-align: center !important;
}
select {
  padding: 0.85em !important;
  border-radius: 0 !important;
  text-align: center !important;
}
select option {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  select {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-align-last: center;
    /* centers the displayed value */
  }
  option {
    text-align: center;
    /* may not affect dropdown list in some browsers */
  }
}
.submit {
  font-family: "schwarzkopf-new";
  padding: 0.3em;
  padding-left: 0.5em;
  margin-top: 0.5em;
  padding-right: 0.5em;
  background: #F6F3ED;
  color: #00637c;
  border: 0;
  font-size: 1.5em;
  position: relative;
  top: 2.5px;
}
@media screen and (max-width: 980px) {
  .submit {
    margin-top: 0.5em;
  }
}
.submit:hover {
  background: #00637c;
  color: #F6F3ED;
  cursor: pointer;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F6F3ED;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #F6F3ED;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #F6F3ED;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #F6F3ED;
}
/*# sourceMappingURL=https://deadgirlwalking.com/wp-content/themes/bb-theme-master/assets/css/cs.map */