:root {
  --maroon: #861f1f;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: elza, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.header--name {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .3em;
  font-family: elza, sans-serif;
  font-size: 4vh;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.slider--wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.gallery-slider {
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
}

.display-none {
  display: none;
}

.gallery-slider__arrow-button {
  background-color: #0000000f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  inset: auto 2.5vw 1.25vh auto;
}

.gallery-slider__arrow-button:hover {
  background-color: #0000001f;
}

.gallery-slider__arrow-button.right-arrow-button {
  padding-left: .23%;
  right: 2.5vw;
}

.gallery-slider__arrow-button.left-arrow-button {
  padding-right: .23%;
  transform: rotate(0)translate(-40px);
}

.gallery-slider__image {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-icon {
  height: 50%;
}

.arrow-icon.left-arrow {
  transform: rotate(180deg);
}

.gallery-slider__caption-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 7vh;
  display: flex;
  position: absolute;
  bottom: 0;
}

.gallery-slider-slide__wrapper {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.gallery-slider-slide-caption__details {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: elza, sans-serif;
  font-size: .7rem;
  font-weight: 200;
  line-height: 1em;
}

.header {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

.gallery-slider__image-wrapper {
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 82vh;
}

.about-wrapper {
  color: #fff;
  background-color: #222;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6vh 5vw 2.5vh;
  display: flex;
}

.about-header {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-header__link {
  color: #fff;
  text-transform: uppercase;
  font-family: elza, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.about-header__link:hover {
  border-bottom: 1px solid red;
}

.about__prifile-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
}

.about-profile__name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 2.75rem;
}

.about__profile {
  text-align: center;
  letter-spacing: .05em;
  width: 50vw;
  max-width: 53ch;
  margin-top: 2.4625rem;
  margin-bottom: 2.9625rem;
  font-family: elza, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2em;
}

.about__contact-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-family: elza, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.about__contact-link:hover {
  border-bottom: 1px solid red;
}

.about__copyright {
  text-transform: uppercase;
  font-family: elza, sans-serif;
  font-size: .7rem;
  font-weight: 200;
}

.about-profile__inline-link {
  color: #fff;
  border-bottom: 1px solid #ffffff40;
  text-decoration: none;
}

.about-profile__inline-link:hover {
  border-bottom-color: red;
}

.journal-button {
  z-index: 20;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #000;
  border-top: 1px solid #000;
  padding: .8em .8em .6em;
  font-family: elza, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  position: absolute;
  right: 5vw;
}

.journal-button:hover {
  border-top-color: red;
}

.signup-modal___wrapper {
  color: #fff;
  text-align: center;
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 3.125rem 1.625rem;
  font-family: elza, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 4px 4px 12px #00000040;
}

.signup-modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.signup-modeal__heading {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: elza, sans-serif;
  font-size: 4.6em;
  font-weight: 100;
  line-height: 1.2em;
}

.signup-modal-form__wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  align-self: stretch;
  margin-top: 1em;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.subscribe-form-input:focus {
  border: 1px solid red;
}

.signup-modal__text {
  margin-bottom: 0;
  margin-left: 2.7em;
  margin-right: 2.7em;
  font-family: elza, sans-serif;
  font-size: 1em;
  font-weight: 200;
}

.signup-modal__form {
  max-width: 50ch;
  max-height: 100%;
  position: relative;
}

.signup-modal-form__field-label {
  text-align: left;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .2em;
  font-family: elza, sans-serif;
  font-size: .8em;
  font-weight: 200;
}

.sigup-modal-form___button {
  background-color: var(--maroon);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .7625em 2.6625em .5625em;
  font-family: elza, sans-serif;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em;
}

.sigup-modal-form___button:hover {
  background-color: #196827;
}

.signup-modal-form__success-message {
  background-color: var(--maroon);
  margin-top: 2em;
  padding: 1.15em;
  font-size: 1em;
  font-weight: 200;
}

.signup-modal-form__error-message {
  background-color: #fd0000;
  margin-top: 2em;
  padding: .8em;
  font-weight: 200;
}

.image {
  cursor: pointer;
  width: 2.7em;
  padding: .5em;
  position: absolute;
  top: .5em;
  right: .5em;
}

.mandatory {
  color: red;
}

.jpurnal-button__icon {
  height: 2rem;
  display: none;
}

@media screen and (max-width: 991px) {
  .gallery-slider {
    margin-top: 8vh;
  }

  .gallery-slider__arrow-button {
    width: 32px;
    height: 32px;
  }

  .gallery-slider__caption-wrapper {
    height: 8vh;
    font-size: 16px;
  }

  .header {
    height: 8vh;
  }

  .gallery-slider__image-wrapper {
    height: 83vh;
  }

  .about-wrapper {
    padding-top: 5vh;
  }

  .about-header__link {
    font-size: 1rem;
  }

  .about-profile__name {
    font-size: 2.2rem;
  }

  .about__profile {
    width: 60vw;
    margin-top: 1.9625rem;
    margin-bottom: 1.9625rem;
    font-size: .95rem;
  }

  .about__contact-link {
    font-size: .7rem;
  }

  .signup-modal___wrapper {
    padding-top: 2.725rem;
    padding-bottom: .925rem;
    font-size: .7rem;
  }

  .signup-modeal__heading {
    margin-top: .6em;
    margin-bottom: .6em;
  }
}

@media screen and (max-width: 767px) {
  .header--name {
    font-size: .8125rem;
    font-weight: 100;
  }

  .gallery-slider {
    margin-top: 6vh;
  }

  .gallery-slider__arrow-button {
    bottom: 0;
  }

  .gallery-slider__arrow-button.left-arrow-button {
    left: 2.5vw;
    right: auto;
    transform: rotate(0)translate(0);
  }

  .gallery-slider__caption-wrapper {
    justify-content: flex-end;
    height: 7vh;
    padding-bottom: 10px;
    font-size: 1.7vh;
  }

  .gallery-slider-slide-caption__details {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .5rem;
    font-weight: 300;
  }

  .header {
    height: 6vh;
  }

  .gallery-slider__image-wrapper {
    width: 95vw;
    height: 85vh;
  }

  .about-wrapper {
    padding-top: 3vh;
    padding-bottom: 1vh;
  }

  .about-profile__name {
    font-size: 1.9rem;
  }

  .about__profile {
    width: 80vw;
    max-width: none;
    margin-top: 1.3625rem;
    margin-bottom: 1.3625rem;
    font-size: .9rem;
  }

  .about__copyright {
    font-size: .5rem;
  }

  .journal-button {
    padding: .4em;
    right: 2.5vw;
  }

  .signup-modal___wrapper {
    width: 100%;
    height: 100%;
  }

  .signup-modal__text {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2em;
  }

  .signup-modal__form {
    max-width: none;
  }

  .signup-modal-form__field-label {
    font-size: 1em;
  }

  .sigup-modal-form___button {
    font-size: 1.1em;
  }

  .image {
    top: 1em;
    right: 1em;
  }

  .journal-button__text {
    display: none;
  }

  .jpurnal-button__icon {
    height: 1.5em;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header--name {
    font-size: 1.4rem;
  }

  .gallery-slider {
    margin-top: 50px;
  }

  .gallery-slider__arrow-button {
    width: 50px;
    height: 50px;
    inset: 0%;
  }

  .gallery-slider__arrow-button:hover {
    background-color: #0000;
  }

  .gallery-slider__arrow-button.right-arrow-button {
    left: auto;
    right: 0;
  }

  .gallery-slider__arrow-button.left-arrow-button {
    left: 0;
  }

  .arrow-icon {
    filter: invert();
    mix-blend-mode: difference;
    height: 75%;
  }

  .gallery-slider__caption-wrapper {
    display: none;
  }

  .header {
    height: 50px;
  }

  .gallery-slider__image-wrapper {
    width: 100vw;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrapper {
    padding-top: 2vh;
  }

  .about-header__link {
    font-size: .9rem;
  }

  .about-profile__name {
    font-size: 1.3rem;
  }

  .about__profile {
    font-size: .8rem;
    line-height: 2em;
  }

  .about__contact-link {
    font-size: .6rem;
  }

  .journal-button {
    padding: .5em;
    font-size: .6rem;
    right: 3.7vw;
  }

  .signup-modal___wrapper {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .signup-modal__text {
    margin-left: 0;
    margin-right: 0;
  }

  .signup-modal-form__success-message {
    font-size: 1.1em;
  }

  .signup-modal-form__error-message {
    font-size: .8rem;
  }

  .jpurnal-button__icon {
    height: 1.7em;
  }
}


