/*
* Body 
*/
body, html {
  font-family: delault, sans-serif;
  margin:  0;
  padding: 0;
  overflow-x: hidden;
}


/*
* TYPO
*/
h2 {
  font-size: 60px;
  font-weight: 400;
  margin:  0;
}

/*
* Links
*/
a, a:visited {
  color:  #000;
  text-decoration: none;
}

/*
* Helpers
*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  align-items: baseline;
}
.align-center {
  align-items: center;
}

/*
* Margins
*/
.m-b-s {
  margin-bottom: 30px;
}
.m-b-m {
  margin-bottom: 60px;
}





/*
* Overlay Navigation
*/
.hart-overlay {
  position: fixed;
  top: 24px;
  left: 24px;
  bottom: 24px;
  right: 24px;
  height: calc(100% - 48px);
  width: calc(100% - 48px);
  pointer-events: none;
  z-index: 11;
}
.hart-overlay a {
  pointer-events: visible;
}

.hart-overlay .overlay-top-row,
.hart-overlay .overlay-bottom-row {
  position: absolute;
  left: 0;
  width: 100%;
}
.hart-overlay .overlay-top-row {
  top: 0;
}
.hart-overlay .overlay-bottom-row {
  bottom: 0;
}

.invert-white {
  filter: invert(1);
}

.logo-flow {
  width: 100%;
  left: 24px;
  bottom: 24px;
  right: 24px;
  position: fixed;
  z-index: 1;
  pointer-events: none;
}
.logo-flow.set-below {
  z-index: -1;
}
.logo-flow .hart-logo {
  width: 520px;
}


/*
* Overlay Talents 
*/
.overlay-talents {
  position: fixed;
  top: 0;
  left: 0 ;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  display: none;
}
html.show-overlay-talents {
  overflow: hidden;
}
html.show-overlay-talents .overlay-talents {
  display: block;
  overflow-y: scroll;
}
.overlay-talents .container {
  max-width: 100%;
}

.talent-list {
  margin: 50px 0 120px 8px;
  padding: 0;
  list-style: none;
}
.talent-item {
  display: block;
  margin:  20px 0;
}
.talent-item div {
  display: inline-block;
}
.talent-item__name {
  font-size: 48px;
}
.talent-item__category {
  text-transform: lowercase;
}
.talent-categories {
  margin:  24px 0 0;
  padding:  0;
  list-style: none;
}
.talent-categories__item {
  display: inline-block;
  margin: 0 5px;
}
html.show-overlay-talents .hide-while-talents-open {
  display: none;
}
.avatar-image {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(25%, -50%);
  width: 30%;
  display: none ;
}
.avatar-image img {
  width: 100%;
  max-width: 100%;
}

.category-selected {
  text-decoration: underline;
}
.talent-item__avatar:hover * {
  text-decoration: underline;
}



/*
* Header
*/
.header {
  width: 100%;
}
.header img {
  max-width: 100%;
}
.hero-header {
  height: calc(100vh - 96px);
  width: calc(100vw - 96px);
  background-size: cover;
  display: block;
  margin:  48px;
}


/*
* Grid
*/
.grid .img {
  margin-bottom: 48px;
  margin-top: 48px;
}
.grid .img h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.grid .img img {
  width: 100%;
  max-width: 100%;
}

/*
* Talent Portfolio
*/
.talent-intro {
  width: 100vw;
  height: 90vh;
}
.talent-intro-row {
  height: 90vh;
}
.talent-intro__cover {
  width: 100%;
}


/*
* Session
*/
.session-movie {
  width: 100vw;
  height: 100vh;
  padding:  24px;
}
.session-movie iframe {
  width: 100%;
  height: 100%;
}
.session-photos div {
  margin:  75px 0;
}
.session-photos img {
  max-width: 100%;
  width: 100%;
}
.session-desc, 
.session-names {
  margin: 75px 0;
}

.back-section {
  width: 100vw;
  height: 100vh;
  padding:  24px;
  display: flex;
}


/* Footer Socials */
.footer-social {
  margin: 0;
  padding: 0;
}
.footer-social__item {
  display: inline-block;
  list-style: none;
  margin-right: 24px;
}
.footer-social__item img {
  width: 32px;
}

/* Cookies */
.cookies {
  position: fixed;
  bottom: 56px;
  right:  0;
  background: #000;
  color:  #fff;
  z-index: 9999;
  padding:  16px 24px;
}
.cookies * {
  display: inline-block;
  margin:  0;
}
.cookies a {
    color:  #fff;
    text-decoration: underline;
    margin-left: 10px;
}


/* 
* Enter Animations
*/
/*.to-enter {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s cubic-bezier(0.19, 0.92, 0.63, 0.97) .6s;
  transform: scale(1) scaleZ(1) rotateX(-6deg) rotateY(12deg) translateY(30px);
  transform-origin: 0% 0%;
}
.is-inview {
  transform: translateY(0);
  opacity: 1;
}*/



/*
* Footer
*/
footer {
  background-color: #000;
  color:  #fff;
  position: relative;
  position: static;
  min-height: calc(100vh - 100px);
  padding: 50px 0;
}
footer p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1em;
}
footer a, footer p a {
  color: #fff;
}


/*
* Newsletter
*/
input {
  padding:  12px 16px;
  outline: none;
  border-radius: 0;
  color:  #000;
  border:  none;
  font-size: 16px;
}
input[type="submit"] {
  background: #fff;
  color: #000; 
  cursor: pointer;
}
#mc_embed_signup div.mce_inline_error {
  max-width: 200px;
}
.mc-field-group,
.optionalParent {
  width: auto;
  vertical-align: top;
  display: inline-block;
}



@media screen and (max-width:  800px){
  .hero-header {
    height: calc(100vh - 32px);
    width: calc(100vw - 32px);
    margin:  16px;
  }


  .hart-overlay {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
  }

  .hart-overlay .hart-logo {
    width: 145px;
  }

  .show-overlay-talents .menu-mobile-hide {
    display: none;
  }

  .talent-categories {
    margin-top: 8px;
    margin-left: -10px;
    text-align: left;
    max-width: 80%;
  }
  .talent-categories__item {
    margin:  10px;
  }

  .talent-list {
    margin:  30px 0 60px 0;
  }

  .talent-item__name {
    font-size:  32px;
  }

  .session-movie {
    padding:  16px;
  }

  .logo-flow .hart-logo {
    width: 250px;
  }

}



