:root {
  --border: rgba(208, 180, 159, .16);
  --brown: #d0b49f;
  --champagne: #e5d4c9;
  --mod: #0e0e0e;
  --white: white;
  --achievement: rgba(235, 218, 205, .54);
  --pewter: #e2e6e7;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.home-page {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  font-family: Cormorant, sans-serif;
  display: flex;
}

.main-signature {
  width: 300px;
}

.signature-subtitle-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  display: flex;
}

.hr-line {
  background-color: var(--border);
  flex: 1;
  width: 100%;
  min-width: 100px;
  height: 1px;
}

.jr-titles {
  color: var(--brown);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 700;
}

.body {
  background-color: #0d141b;
  font-family: PT Serif, serif;
}

.enter-button {
  border: 2px solid var(--brown);
  color: var(--champagne);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 60px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.enter-button:hover {
  background-color: var(--brown);
  color: #fff;
}

.dark {
  background-color: #000;
  font-family: Cormorant, sans-serif;
}

.about-content {
  background-color: var(--mod);
  color: #fff;
  background-image: url('../images/Jr-transformed.jpeg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100dvh;
  padding: 48px;
  display: flex;
}

.sub-heading {
  color: var(--brown);
  letter-spacing: 2px;
}

.main-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 72px;
}

.half-block {
  flex: 1;
}

.half-block.right-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 34px;
}

.achievements {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 23px;
  display: flex;
}

.achievement {
  border: 1px solid var(--achievement);
  color: var(--champagne);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 49%;
  min-width: 100px;
  min-height: 52px;
  padding: 9px 29px;
  transition: all .6s;
  display: flex;
}

.achievement:hover {
  background-color: var(--brown);
  color: var(--mod);
}

.image {
  color: var(--champagne);
}

.image-2 {
  color: var(--pewter);
}

.image-3 {
  color: var(--mod);
}

.jr-logo {
  color: var(--champagne);
  width: 444px;
  margin-bottom: 33px;
}

.description {
  color: var(--brown);
  text-align: justify;
  font-family: Cormorant, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
}

.achievement-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  font-weight: 700;
}

.achievement-text.sub {
  opacity: .61;
  font-size: 12px;
  font-weight: 400;
}

.notable {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 21px;
  font-weight: 600;
}

.notable.sub {
  color: var(--champagne);
  margin-top: -17px;
  font-size: 13px;
}

.hr-lux {
  background-color: var(--border);
  opacity: .46;
  transform-style: preserve-3d;
  width: 100%;
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
  transform: scale3d(.1, 1, 1);
}

.hr-lux.top {
  margin-top: 55px;
}

.highlight {
  color: var(--champagne);
}

.highlight.spaced {
  text-align: right;
  letter-spacing: 0;
  margin-top: -14px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.recognition-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.recognition-text {
  margin-top: 12px;
}

.recognition-title {
  color: var(--brown);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.recognition-title.sub {
  opacity: .49;
  color: var(--brown);
  font-size: 13px;
  font-weight: 400;
}

.recognition-scan {
  width: 100%;
  max-width: 200px;
}

.recognitions {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  margin-bottom: 23px;
  display: flex;
}

.testimonials {
  color: var(--brown);
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.contact-section {
  border: 1px solid var(--border);
  margin-top: 64px;
  margin-bottom: 150px;
  padding: 14px 14px 40px;
  font-size: 19px;
}

.contact-btn {
  color: var(--champagne);
  border: 1px solid rgba(229, 212, 201, .08);
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .475s;
}

.contact-btn:hover {
  background-color: var(--brown);
  color: var(--mod);
}

.contact-text {
  color: var(--brown);
  text-align: center;
  margin-top: -12px;
  font-size: 17px;
}

.contact-infos {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  margin-bottom: 26px;
  font-size: 25px;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .29);
  border: 1px #000;
  padding: 10px 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 19px;
  display: flex;
}

.contact-label {
  color: var(--brown);
  font-weight: 400;
}

.contact-info-text {
  color: var(--champagne);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 300;
}

.email, .call {
  text-decoration: none;
}

.testimonial-position {
  opacity: .54;
  color: var(--brown);
  letter-spacing: .5px;
  margin-top: -3px;
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  display: block;
}

@media screen and (max-width: 991px) {
  .about-content {
    background-image: linear-gradient(rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/Jr-transformed.jpeg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
  }

  .half-block.right-align {
    position: absolute;
    top: 72px;
    bottom: auto;
    left: auto;
    right: 46px;
  }
}

@media screen and (max-width: 767px) {
  .achievement {
    width: 100%;
  }

  .contact-infos {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }
}


