/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  font-family: "museo-sans";
}
html body {
  overflow-x: hidden;
}

nav {
  padding-top: 43px;
  padding-bottom: 74px;
}
@media (min-width: 768px) {
  nav {
    padding-bottom: 124px;
  }
}

@media (min-width: 768px) {
  .page-wrapper {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .page-wrapper {
    max-width: 884px;
  }
}
@media (min-width: 900px) {
  .page-wrapper {
    max-width: 1149px;
  }
}

main.homepage {
  padding: 31px 31px 40px;
}
main.homepage .hero {
  margin-bottom: 106px;
}
@media (min-width: 768px) {
  main.homepage .hero {
    margin-bottom: 250px;
  }
}
main.homepage .hero p {
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 768px) {
  main.homepage .hero p {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (min-width: 800px) {
  main.homepage .hero p {
    font-size: 48px;
    line-height: 72px;
  }
}
/*@media (min-width: 1200px) {
  main.homepage .hero p {
    font-size: 70px;
    line-height: 84px;
  }
}*/
main.homepage .hero p span {
  font-weight: 900;
}
main.homepage .sliding {
  position: relative;
  height: 170px;
  overflow: hidden;
  transform: translate(-31px, 0);
  width: calc(100% + 62px);
}
@media (min-width: 768px) {
  main.homepage .sliding {
    position: absolute;
    transform: translate(0, 0);
    width: 100%;
    margin-top: -4px;
    left: 0;
  }
}
main.homepage .sliding .wrapper {
  position: absolute;
  width: 1110px;
  left: -1px;
  top: 6px;
}
@media (min-width: 768px) {
  main.homepage .sliding .wrapper {
    top: 31px;
  }
}
main.homepage .sliding h2 {
  font-size: 72px;
  line-height: 48px;
  font-weight: 900;
  white-space: nowrap;
  padding-left: 10vh;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 64px;
}
@media (min-width: 768px) {
  main.homepage .sliding h2 {
    font-size: 136px;
    line-height: 48px;
    padding-left: 20vh;
    gap: 72px;
  }
}
@media (min-width: 768px) {
  main.homepage .sliding-gap {
    height: 390px;
  }
  main.homepage .sliding-gap-paragraph {
    height: 165px;
    margin-top: 390px;
  }
}
main.homepage .names {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px;
  margin-bottom: 114px;
}
@media (min-width: 768px) {
  main.homepage .names {
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    margin-bottom: 170px;
  }
}
@media (min-width: 800px) {
  main.homepage .names {
    margin-bottom: 227px;
  }
}
main.homepage .names .title-wrapper {
  border-bottom: black 6px solid;
  display: inline-block;
  position: relative;
  min-width: 292px;
}
main.homepage .names .title-wrapper img {
  right: 0;
  top: 23px;
  position: absolute;
}
main.homepage .names .title-wrapper h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 48px;
  font-weight: 900;
}
@media (min-width: 768px) {
  main.homepage .names .title-wrapper h2 {
    font-size: 32px;
    line-height: 60px;
  }
}
main.homepage .names p {
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  main.homepage .names p {
    font-size: 12px;
    line-height: 52px;
  }
}
main.homepage .names .loren {
  cursor: pointer;
}
main.homepage .names .tim {
  cursor: pointer;
}
@media (min-width: 768px) {
  main.homepage .names .tim {
    text-align: right;
  }
  main.homepage .names .tim .title-wrapper img {
    left: 0;
    top: 23px;
    transform: rotate(180deg);
  }
}
main.homepage img.close-card {
  cursor: pointer;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 30px;
  z-index: 3;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  padding: 10px;
  border-radius: 100%;
}
main.homepage img.close-card.open {
  pointer-events: all;
  opacity: 1;
}
main.homepage .close-section {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.7490196078);
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
main.homepage .close-section.open {
  pointer-events: all;
  opacity: 1;
}
main.homepage .card-screen {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 2;
  background: #1B1819;
  color: white;
  box-sizing: border-box;
  height: 100%;
  right: 0;
  width: 80%;
  overflow: auto;
  transition: all 0.2s ease-in-out;
  padding: 83px 35px;
}
@media (min-width: 768px) {
  main.homepage .card-screen {
    padding: 70px 81px;
    width: 70%;
  }
}
@media (min-width: 800px) {
  main.homepage .card-screen {
    width: 50%;
  }
}
main.homepage .card-screen.card-loren, main.homepage .card-screen.card-shelby {
  transform: translate(-125%, 0);
}
@media (min-width: 768px) {
  main.homepage .card-screen.card-loren, main.homepage .card-screen.card-shelby {
    transform: translate(-144%, 0);
  }
}
@media (min-width: 800px) {
  main.homepage .card-screen.card-loren, main.homepage .card-screen.card-shelby {
    transform: translate(-200%, 0);
  }
}
main.homepage .card-screen.card-loren.open, main.homepage .card-screen.card-shelby.open {
  transform: translate(-25.1%, 0);
}
@media (min-width: 768px) {
  main.homepage .card-screen.card-loren.open, main.homepage .card-screen.card-shelby.open {
    transform: translate(-43%, 0);
  }
}
@media (min-width: 800px) {
  main.homepage .card-screen.card-loren.open, main.homepage .card-screen.card-shelby.open {
    transform: translate(-101%, 0);
  }
}
main.homepage .card-screen.card-tim, main.homepage .card-screen.card-avery {
  transform: translate(-125%, 0);
}
@media (min-width: 768px) {
  main.homepage .card-screen.card-tim, main.homepage .card-screen.card-avery {
    transform: translate(100%, 0);
  }
}
main.homepage .card-screen.card-tim.open, main.homepage .card-screen.card-avery.open {
  transform: translate(-25.1%, 0);
}
@media (min-width: 768px) {
  main.homepage .card-screen.card-tim.open, main.homepage .card-screen.card-avery.open {
    transform: translate(0%, 0);
  }
}
main.homepage .card-screen.open {
  pointer-events: all;
}
main.homepage .card-screen h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main.homepage .card-screen h2 {
    font-size: 64px;
    line-height: 72px;
    max-width: 340px;
  }
}
@media (min-width: 800px) {
  main.homepage .card-screen h2 {
    font-size: 80px;
    line-height: 88px;
  }
}
main.homepage .card-screen p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
}
@media (min-width: 768px) {
  main.homepage .card-screen p {
    font-size: 18px;
    line-height: 32px;
  }
}
main.homepage .card-screen p strong {
  font-weight: 900;
}
main.homepage .card-screen p.location {
  font-size: 16px;
  line-height: 43px;
  margin-bottom: 16px;
}
main.homepage .card-screen a {
  display: inline-block;
  line-height: 48px;
  font-weight: 900;
  border-bottom: 6px white solid;
  color: white;
  margin-bottom: 70px;
  white-space: nowrap;
  font-size: 15px;
}
@media (min-width: 452px) {
  main.homepage .card-screen a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  main.homepage .card-screen a {
    font-size: 32px;
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  main.homepage .card-screen a {
    font-size: 40px;
    line-height: 48px;
  }
}
main.homepage .two-cols {
  display: grid;
}
main.homepage .two-cols .new {
  font-style: italic;
  margin-top: 40px;
}
@media (min-width: 768px) {
  main.homepage .two-cols {
    grid-template-columns: 1fr 1fr;
  }
  main.homepage .two-cols .new {
    text-align: right;
    margin-top: 0px;
  }
}
main.homepage .two-cols p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
main.homepage .two-cols p a {
  color: black;
  font-weight: bold;
}
main.homepage hr {
  margin: 45px 0;
  border: 0;
  height: 1px;
  background: black;
}
@media (min-width: 768px) {
  main.homepage hr {
    margin: 75px 0;
  }
}
main.homepage .footer {
  position: relative;
}
main.homepage .footer .wrapper {
  max-width: 526px;
}
main.homepage .footer h3 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
main.homepage .footer p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 17px;
}
main.homepage .footer p.casablue {
  font-size: 10px;
  line-height: 25px;
  margin-top: 42px;
}
@media (min-width: 768px) {
  main.homepage .footer p.casablue {
    position: absolute;
    right: 0;
    bottom: -23px;
  }
}
main.homepage .footer p.casablue a {
  color: inherit;
}
main.homepage .footer img {
  margin-top: 33px;
  display: none;
}
@media (min-width: 768px) {
  main.homepage .footer img.desktop {
    display: block;
    margin-bottom: 45px;
    margin-top: 0;
  }
}
main.homepage .footer img.mobile {
  display: block;
}
@media (min-width: 768px) {
  main.homepage .footer img.mobile {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */

.nav-component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-component .dark-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-component .dark-toggle .dot {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

.sun, .moon {
  margin-top: -3px;
}
.sun {
  margin-right: -10px;
}
.moon {
  margin-left: -13px;
}

html.light .nav-component .logo svg path {
  fill: #2a354f;
}

html .nav-component .dark-toggle .sun path {
  fill: #ff723f;
}
html .nav-component .dark-toggle .moon path,
html .nav-component .dark-toggle .back {
  /*fill: #c0c9dd;*/
  fill: #1B1819
}

html.dark .nav-component .dark-toggle .moon path,
html.dark .nav-component .dark-toggle .back {
  /*fill: #35404F;*/
  fill: #c7c7c7;
}
html.dark .nav-component .dark-toggle .sun path {
  fill: #9CA5B4;
}
html.dark .nav-component .dark-toggle .dot {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-component .dark-toggle {
  text-align: right;
  cursor: pointer;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
}

@media (min-width: 1320px) {
  .nav-component .dark-toggle {
    position: relative;
    right: -20px;
  }
}


html.dark body {
  background-color: #1B1819;
}
html.dark p,
html.dark span,
html.dark .title-wrapper h2,
html.dark main.homepage .two-cols p a,
html.dark main.homepage .footer h3,
html.dark h2.dont-read {
  color: #FFF;
}
html.dark main.homepage .names .title-wrapper {
  border-bottom: white 6px solid;
}
html.dark main.homepage hr {
  background: white;
}
html.dark main.homepage .card-screen {
  background: white;
}
html.dark main.homepage .card-screen h2,
html.dark main.homepage .card-screen a,
html.dark main.homepage .card-screen p {
  color: #000;
}
html.dark main.homepage .close-section {
  background: rgba(0, 0, 0, 0.7490196078);
}

/*.inner-content {
  margin-bottom: 100px;
}
.inner-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.inner-content span {
  font-weight: 900;
}

@media (min-width: 768px) {
  .inner-content {
    margin-bottom: 0;
  }
}*/