/* =============================================================
   CSS RESET
   ============================================================= */

html { scroll-behavior: smooth; font-size: 16px; }

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, figure, legend,
input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul { margin: 0; padding: 0; list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
legend { color: #000; }
#yui3-css-stamp.cssreset { display: none; }


/* =============================================================
   BASE STYLES
   ============================================================= */

html, body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.process a { font-family: fontthree; }

img { max-width: 100%; }
video { max-width: 100%; }

#OVERlay-menu { background-color: transparent; }

.warning {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  opacity: 0.85;
  z-index: 99999;
}


/* =============================================================
   UTILITY CLASSES
   ============================================================= */

.blackback { background-color: black; }
.paddingtop { padding-top: 10vh; }
.paddingbottom15vh { padding-bottom: 20vh; }
.padding { padding: 0; }
.imagepadding { padding: 0 9em 0 9em; }

.image {
  display: flex;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image img { object-fit: contain; }

.containfit {
  height: 40vh;
  object-fit: contain;
  width: 100%;
}
.coverimage,
.objectfitcover {
  object-fit: cover;
  width: 100vw;
}
.containimage { object-fit: cover; }

.fullvideo {
  display: flex;
  align-content: flex-start;
  height: 100vh;
}
.heightvideo {
  height: auto;
  width: 100vw;
  object-fit: contain;
}
.contentright { display: flex; }

.spantwoleft { grid-column: 1 / 3; }
.spanthree { grid-column: 1 / 4; }
.spanthreecenter { grid-column: 1 / 4; justify-self: center; }
.spanthin { font-weight: 200; }

.ux_body .projbody span {
  font-weight: 600;
  font-family: neue-haas-grotesk-display, sans-serif;
}
.kfk_body .full { background-color: gray; }


/* =============================================================
   CUSTOM FONTS
   ============================================================= */

@font-face {
  font-family: fontone;
  src: url(../fonts/SuisseIntl-Book.ttf);
}
@font-face {
  font-family: fontthree;
  src: url(../fonts/SangBleuEmpireTrial-Regular.ttf);
}
@font-face {
  font-family: Fonttwo;
  src: url(../fonts/SuisseIntl-Light.ttf);
}
@font-face {
  font-family: Fontfour;
  src: url(../fonts/SangBleuEmpireTrial-Medium.ttf);
}


/* =============================================================
   TYPOGRAPHY — BASE
   ============================================================= */

h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.03em;
  line-height: 0.9em;
  margin-bottom: 2vh;
}
h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.05rem;
}
h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  color: #000;
}
h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.09em;
  color: #302F2F;
}
h6 {
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.85rem;
  line-height: 3em;
  letter-spacing: 0.04em;
  color: #000;
}
p {
  font-family: Fonttwo;
  font-weight: 300;
  font-style: normal;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 100%;
}

/* Typography overrides */
.indexbio h1 { color: white; }

.projhead h1 {
  font-family: fontone;
  font-size: 2.9rem;
  font-weight: 500;
  color: black;
  letter-spacing: 0.96px;
  line-height: 3rem;
  margin-right: 6vw;
}
.biotext h6 { color: white; font-size: 2rem; }

.bio_head h3 {
  font-size: 4rem;
  color: white;
  font-family: Fonttwo;
}
.ExperienceHead h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: black;
  letter-spacing: 0.96px;
  line-height: 3rem;
}
.experience_body p {
  font-size: 1rem;
  line-height: 1em;
}
.projectdescription h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  color: #000;
}
.bio_body p { width: 47vw; }

/* Color overrides */
.smcolumns_about h4 { color: white; }
.smcolumns_desc h4 { color: black; }
.about_inner_columns h3 { color: white; }
.smcolumns_desc .about_inner_columns h3 { color: black; }
.pro-hidden .smcolumns_desc h4 { color: white; }

/* Footer typography */
.footer h4,
.footer a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 6vh;
  color: white;
}


/* =============================================================
   TYPOGRAPHY — RESPONSIVE
   ============================================================= */

@media (max-width: 1920px) and (min-width: 1601px) {
  h1 { font-size: 3.4rem; line-height: 1.6em; }
  h5 { font-size: 1rem; line-height: 2em; }
  p { font-size: 2rem; }
  .projhead h1 { font-size: 4rem; line-height: 3.8rem; }
  .projectdescription h4 { font-size: 3rem; }
  .process a { font-size: 1.4rem; }
}

@media (max-width: 1600px) and (min-width: 1025px) {
  h1 { font-size: 2.15rem; letter-spacing: 0.05em; line-height: 1.5em; }
  h2 { font-size: 1.2rem; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  h1 { font-size: 1.8rem; }
  h4 { font-size: 2.5rem; }
  .projhead h1 { font-size: 2.3rem; line-height: 2.2rem; margin-bottom: 6vh; }
  p, .ux_body p, .bg_body p { font-size: 1.1rem; }
  .experience h1 { font-size: 2rem; }
}

@media (max-width: 767px) and (min-width: 599px) {
  h1 { font-size: 1.8rem; }
  h3 { font-size: 1.5rem; line-height: 3em; }
  h4 { font-size: 2.5rem; }
  h5 { font-size: 0.65rem; }
  p, .ux_body p, .bg_body p { font-size: 1.1rem; }
  .projhead h1 { font-size: 2.3rem; line-height: 2.2rem; margin-bottom: 3vh; }
  .ux_body .projhead h1 { font-size: 2rem; line-height: 2rem; }
  .dropdown h3 { font-size: 4.05rem; line-height: 4rem; }
  .bio_body p { width: 87vw; }
}

@media (max-width: 598px) and (min-width: 376px) {
  h1 { font-size: 1.5rem; }
  h3 { font-size: 1.5rem; line-height: 3em; }
  h4 { font-size: 2.255rem; }
  h5 { font-size: 0.65rem; }
  p { font-size: 1rem; }
  .projhead h1 { font-size: 2.3rem; line-height: 2.2rem; margin-bottom: 3vh; }
  .dropdown h3 { font-size: 4.05rem; line-height: 4rem; }
  .footer h4, .footer a { font-size: 1.25rem; }
  .bio_body p { width: 87vw; }
  .smcolumns_desc h4 { color: white; }
  .smcolumns_desc .about_inner_columns h3 { color: white; }
}

@media (max-width: 375px) and (min-width: 0px) {
  h1 { font-size: 1.5rem; }
  h3 { font-size: 1.5rem; line-height: 3em; }
  h4 { font-size: 1.75rem; }
  h5 { font-size: 0.65rem; }
  p { font-size: 1.2rem; line-height: 1.64em; }
  .projhead h1 { font-size: 1.6rem; line-height: 1.6rem; margin-bottom: 3vh; }
  .dropdown h3 { font-size: 4.05rem; line-height: 4rem; }
  .footer h4, .footer a { font-size: 1.25rem; }
  .bio_body p { width: 87vw; }
  .smcolumns_desc h4 { color: white; }
  .smcolumns_desc .about_inner_columns h3 { color: white; }
}


/* =============================================================
   NAVIGATION
   ============================================================= */

.change-navbar,
.change-navbar-two {
  width: 100%;
  height: 3.88889rem;
  position: absolute;
  z-index: 120;
}
.change-navbar .container-fluid,
.change-navbar-two .container-fluid {
  padding: 0;
}
.change-navbar .logo a,
.change-navbar-two .logo a {
  color: #000;
}
.change-navbar .logo,
.change-navbar nav,
.change-navbar-two .logo,
.change-navbar-two nav {
  position: absolute;
  height: 2%;
  line-height: 1;
}

/* Invert effect for contrast over dark/image backgrounds */
.change-navbar {
  mix-blend-mode: exclusion;
  filter: invert(1) !important;
  display: block !important;
  opacity: 1 !important;
}
.change-navbar .nav-active {
  background-color: white;
  mix-blend-mode: none;
}
.change-navbar-two { display: none; }
.change-navbar-two .logo a { display: none; }

/* Index page navbar behavior (fixed, fades in on scroll via JS) */
.index_body #content-back,
.index_body #content-back .content-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.index_body .change-navbar {
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 0;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.index_body .change-navbar-two { display: none; }
.index_body .content-container,
.index_body { background: black; position: relative; }

/* Logo */
.logo { width: 100%; margin: 1.5vh 1vw; }
nav { right: 0; text-align: right; }

/* Menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
}
.menu li { padding: 1.2em 3em 1em 1em; }

.dropdown {
  position: relative;
  display: inline-block;
  transition: ease-in-out 0.4s;
}
.nav-links-drop {
  display: none;
  position: fixed;
  z-index: 1;
}
.nav-links-drop a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
}
.dropdown:hover .nav-links-drop { display: block; }


/* Navigation — Mobile (max 999px) */

@media (max-width: 999px) and (min-width: 0px) {

  .change-navbar {
    mix-blend-mode: unset;
    filter: invert(0) !important;
    z-index: 999;
    display: block !important;
    opacity: 1 !important;
  }
  .change-navbar-two {
    mix-blend-mode: exclusion;
    filter: invert(1) !important;
    display: block !important;
    opacity: 1 !important;
  }
  .index_body .change-navbar-two {
    position: fixed;
    display: block;
    width: 30%;
    opacity: 0;
    top: 0;
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
  }
  .index_body .change-navbar { width: 30%; right: 0; }
  .change-navbar-two .logo a { display: block; }
  .change-navbar .logo a { display: none; }

  .nav-links {
    padding-top: 10vw;
    right: 0;
    transform: translateX(100%);
    transition: all ease-in-out 0.3s;
    text-align: left;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav .nav-links { display: flex; }

  .nav-active {
    padding-top: 2vh;
    height: 100vh;
    text-align: left;
    width: 100vw;
    transform: translateX(0%);
  }

  .burger {
    cursor: pointer;
    right: 0;
    display: block;
    margin: 2vh 2vw;
    position: fixed;
    top: 0;
  }
  .bar1, .bar2, .bar3 {
    width: 38px;
    height: 1px;
    background-color: gray;
    margin: 6.5px;
    transition: all ease 0.3s;
  }
  .change .bar1 { transform: rotate(-45deg) translate(-12px, 10px); }
  .change .bar2 { opacity: 0; }
  .change .bar3 { transform: rotate(45deg) translate(0px, 1px); }

  .dropdown {
    text-decoration: none;
    margin: 0 2em 4em 3em;
    border-bottom: 0.1px solid black;
  }
  .dropdown h3 { font-size: 4.05rem; line-height: 4rem; }
  .dropdown:hover .nav-links-drop { display: none; }
}


/* =============================================================
   FULL-SCREEN SECTIONS
   ============================================================= */

.full {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  background: white;
}
.bg_full {
  width: 100vw;
  object-fit: cover;
}
.remix_body .full,
.tedx_body .full { background: black; }

.fullscreen-bg {
  background: white;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  min-width: 100vw;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  background: black;
  min-width: 100vw;
  height: 100%;
}

/* Per-page background images */
.earth_body     { background-image: url("../images/earth2.gif"); }
.bb_body        { background-image: url("../images/bb_home.jpg"); }
.bg_body        { background-image: url("../images/bg_home.jpg"); }
.kfk_body       { background-image: url("../images/kfk_home.gif"); }
.gif_body       { background-image: url("../images/gif_home.gif"); }
.mva_body       { background-image: url("../images/mva_home.jpg"); }
.emperical_body { background-image: url("../images/emperical_home.jpg"); }
.rg_body        { background-image: url("../images/rg_home.jpg"); }
.horror_body    { background-image: url("../images/horror_home.mp4"); }
.tedx_body      { background-image: url("../images/tedx_11.mp4"); }

.earth_body, .bb_body, .bg_body, .kfk_body, .gif_body,
.mva_body, .emperical_body, .rg_body, .horror_body, .tedx_body {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
}


/* =============================================================
   INDEX PAGE
   ============================================================= */

.indexbio {
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  position: sticky;
  top: 0;
}
.biotext {
  width: 50vw;
  position: sticky;
  top: 0;
  margin-top: 30vh;
  text-align: center;
}
.biotext a {
  color: white;
  font-family: fontthree;
  border-bottom: 0.25px solid currentColor;
  display: inline-block;
  line-height: 4.8vh;
}

.index { position: absolute; }
.index .imggrid {
  display: grid;
  position: relative;
  align-items: center;
  width: 100vw;
  height: auto;
  grid-template-columns: 49% 2% 49%;
  grid-auto-rows: 90vh;
  background: white;
}

.container {
  position: relative;
  padding: 4em;
}
.imageindex {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.rotate-90 {
  transform: rotate(-90deg);
}
.lineone {
  border: 0.5px solid darkgray;
  position: sticky;
  top: 2vh;
  height: 82vh;
  width: 0.001vw;
  bottom: 2vh;
}
.projectdescription { margin-bottom: 48px; }
.projectdescription h5 { margin-bottom: 12px; }
#hidden { display: none; }


/* Index — Responsive */

@media (max-width: 1920px) and (min-width: 1601px) {
  .container { padding: 4em; }
  .biotext { width: 58vw; }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .container { padding: 4em; }
  .biotext { width: 46vw; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .biotext { width: 65vw; }
  .container { padding: 3em 3em 2em 3em; }
}
@media (max-width: 767px) and (min-width: 599px) {
  .container { padding: 4em; }
  .biotext { width: 75vw; }
}
@media (max-width: 598px) and (min-width: 0px) {
  .container { padding: 4em; }
  .biotext { width: 85vw; }
}
@media (max-width: 768px) and (min-width: 0px) {
  .two_column_grid,
  .three_column_grid,
  .index .imggrid {
    display: flex;
    flex-direction: column;
  }
  .lineone { display: none; }
}


/* =============================================================
   INTERIOR PROJECT GRIDS
   ============================================================= */

.two_column_grid,
.one_column_grid,
.three_column_grid {
  display: grid;
  background: white;
  padding: 5vh 0 0 0;
  grid-gap: 5rem;
  align-items: center;
  position: relative;
}
.two_column_grid   { grid-template-columns: repeat(2, 1fr); }
.three_column_grid { grid-template-columns: repeat(3, 1fr); }
.one_column_grid   { grid-template-columns: repeat(1, 1fr); }


/* =============================================================
   INTERIOR INFO SECTION
   ============================================================= */

.project_desc {
  height: 110vh;
  padding: 4em 4em 0 4em;
  margin-top: 100vh;
  top: 0;
  flex-direction: column;
  position: sticky;
  align-items: center;
  background: white;
  display: flex;
}
.projhead {
  align-self: baseline;
  width: 100%;
  margin: 0 0 0 4em;
}
.Title_BodyInfo {
  display: flex;
  margin: 1em 1em 4em 1em;
}
.remix_desc .Title_BodyInfo { padding: 1em 1em 7em 1em; }
.projbody { width: 120%; }

.process {
  align-self: flex-start;
  margin: 2em 1em 8em 1em;
}
.remix_desc .process { padding: 0 1em 0 0; }

.resume {
  grid-column: 1 / 3;
  grid-row: 2;
  width: 100%;
  margin: 1em 0 6em 0;
}

.smcolumns_desc {
  display: flex;
  margin-left: 25vw;
  flex-direction: row;
}
.smcolumns_desc div { padding: 3em 2em 1em 0; }
.smcolumns_desc div .about_inner_columns div {
  padding: 0 2em 0 0;
  width: 9vw;
}

.flexrow {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}


/* Interior info — Responsive */

@media (max-width: 1920px) and (min-width: 1601px) {
  .project_desc { height: 110vh; padding: 12em 12em 0 12em; margin-top: 100vh; }
  .process { margin: 0 1em 9em 1em; }
  .remix_desc .process { padding: 0 1em 4em 0; }
  .smcolumns_desc div { padding: 0 1em 0 0; width: 29vw; }
  .smcolumns_desc div .about_inner_columns div { padding: 0 1em 0 0; }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .smcolumns_desc div { padding: 0 0 1em 0; width: 30vw; }
  .smcolumns_desc div .about_inner_columns div { padding: 0 1em 0 0; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .smcolumns_desc div { padding: 0 1em 1em 0; }
  .smcolumns_desc { margin-left: 0; }
  .project_desc { padding: 5em 2em 3em 3em; margin-top: 80vh; }
  .process { padding: 1em 0 2em 1em; }
  .projbody { width: 100%; }
}
@media (max-width: 767px) and (min-width: 599px) {
  .project_desc { padding: 1em 2em 3em 2em; margin-top: 80vh; }
  .Title_BodyInfo { padding: 5em 0 2em 1em; }
  .process { padding: 1em 0 2em 1em; }
  .projbody { width: 100%; }
  .flexrow { justify-content: space-between; }
}
@media (max-width: 598px) and (min-width: 376px) {
  .smcolumns_desc { flex-direction: column; }
  .smcolumns_desc div { padding: 0 4em 2em 0; }
  .project_desc { padding: 4em 2em 3em 2em; margin-top: 90vh; height: 86vh; }
  .remix_desc .Title_BodyInfo,
  .Title_BodyInfo { padding: 1em 0 0 1em; margin-bottom: 1vh; flex-direction: column; }
  .process,
  .remix_desc .process { padding: 5em 3em 1em 2em; margin: 0; }
  .pro { display: none; }
  .projbody { width: 100%; }
  #hidden { display: block; background: black; margin-top: 0; }
  .projhead { margin: 0; }
  .flexrow { justify-content: flex-start; }
  #hidden .smcolumns_desc div { padding: 0 0 3em 0; }
  .smcolumns_desc div .about_inner_columns div { padding: 0 1em 0 0; }
}
@media (max-width: 375px) and (min-width: 0px) {
  .smcolumns_desc { flex-direction: column; }
  .smcolumns_desc div { padding: 0 4em 2em 0; }
  .project_desc { padding: 4em 2em 3em 2em; margin-top: 80vh; height: 86vh; }
  .remix_desc .Title_BodyInfo,
  .Title_BodyInfo { padding: 1em 0 0 1em; margin-bottom: 1vh; flex-direction: column; }
  .process,
  .remix_desc .process { padding: 5em 3em 1em 2em; margin: 0; }
  .pro { display: none; }
  .projbody { width: 100%; }
  #hidden { display: block; background: black; margin-top: 0; }
  #hidden .smcolumns_desc div { padding: 0 0 2em 0; }
  .smcolumns_desc div .about_inner_columns div { padding: 0 1em 0 0; }
}


/* =============================================================
   ABOUT PAGE
   ============================================================= */

.bio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 10vh;
  grid-gap: 4rem;
  height: 100%;
  width: 100vw;
  top: 0;
  padding: 9em 3em 16em 18em;
}
.bio div { padding: 0; }

.bio_img {
  height: 40vh;
  filter: grayscale(1);
  grid-column: 2 / 5;
  grid-row: 1;
  transition: ease 3s;
}
.bio_img:hover { height: 55vh; filter: grayscale(0); }

.bio_head { letter-spacing: 0.01em; grid-column: 1 / 3; grid-row: 1; }

.bio_body {
  font-size: 1rem;
  color: white;
  margin-left: 0;
  align-self: center;
  justify-self: flex-start;
  grid-row: 2;
  grid-column: 2 / 5;
  width: 61%;
  font-family: Fonttwo;
}

.smcolumns_about {
  color: white;
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 19vh;
  justify-self: flex-start;
}

.about_inner_columns { display: flex; flex-direction: row; }
.about_inner_columns div { padding: 0 3em 4em 0; }

.about_inner_columns h3 {
  font-size: 0.9rem;
  line-height: 1.75em;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  font-weight: 500;
}
.smcolumns_about h4,
.smcolumns_desc h4 {
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 0;
  letter-spacing: 0.05em;
  font-variant: small-caps;
  text-transform: lowercase;
}

/* Experience */
.experience {
  display: flex;
  flex-direction: row;
  background-color: white;
  width: 100vw;
}
.year { color: black; font-size: 1rem; font-weight: 400; letter-spacing: 0.04em; }
.ExperienceHeader { display: flex; flex-direction: row; }
.experienceone {
  display: flex;
  align-items: center;
  margin-bottom: 11vh;
  padding: 1rem 2rem 1rem 1rem;
}
.experienceone div:nth-child(1) {
  margin-right: 3vw;
  align-items: stretch;
  width: 80px;
}
.ExperienceHead { padding: 5em; }
.experience_container {
  display: flex;
  flex-direction: column;
  margin-top: 24vh;
  width: 100vw;
}


/* About — Responsive */

@media (max-width: 1920px) and (min-width: 1601px) {
  .bio { padding: 9em 5em 16em 13em; }
  .bio_body { margin-left: 5vw; }
  .smcolumns_about h4, .smcolumns_desc h4 { font-size: 1.65rem; }
  .about_inner_columns h3 { font-size: 1.2rem; line-height: 1.75em; }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .bio { padding: 9em 5em 17em 9em; }
  .bio_body { margin-left: 12vw; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .bio { padding: 12vh 5vw 3vh 7vw; }
  .bio_body { margin-left: 13vw; }
  .ExperienceHead { padding: 3em 6em 0 2em; }
  .experience_container { margin-top: 3vh; padding: 3em 3em 4em 4em; }
  .about_inner_columns h3 { font-size: 0.75rem; line-height: 2em; }
}
@media (max-width: 767px) and (min-width: 599px) {
  .bio { display: flex; flex-direction: column; grid-gap: 0; padding: 8vh 4vw 10vh 5vw; }
  .bio_head { z-index: 3; width: 100%; }
  .bio_img { grid-column: span 1; grid-row: 2; margin-top: 0; height: 35vh; z-index: 1; transition: none; }
  .bio_img:hover { height: 30vh; }
  .bio_body { margin-top: 10vh; margin-left: 0; width: 100%; align-self: unset; }
  .smcolumns_about { grid-column: span 1; grid-row: 5; }
  .about_inner_columns h3 { color: white; font-size: 0.9rem; line-height: 1.9em; }
  .experience { flex-direction: column; }
  .ExperienceHead { padding: 2em 0 0 1em; }
  .experience_container { margin-top: 3vh; padding: 2em 3em 4em 0; }
  .experience h1 { font-size: 2rem; }
  .logo { width: 129%; }
  .experienceone div:nth-child(1) { width: 67px; }
  .experience_body p { font-size: 1.3rem; line-height: 2em; }
}
@media (max-width: 598px) and (min-width: 376px) {
  .bio { grid-template-columns: repeat(1, 1fr); grid-gap: 0; padding: 6vh 5vw 4vh 5vw; }
  .bio_head { grid-column: span 1; z-index: 3; }
  .bio_img { grid-column: span 1; grid-row: 2; margin-top: 10vh; height: 30vh; z-index: 1; transition: none; }
  .bio_img:hover { height: 30vh; }
  .bio_body { grid-row: 3; grid-column: span 1; margin-top: 10vh; width: 83%; align-self: unset; }
  .smcolumns_about { grid-column: span 1; grid-row: 4; }
  .about_inner_columns h3 { color: white; font-size: 0.9rem; line-height: 1.9em; }
  .experience { flex-direction: column; }
  .ExperienceHead { padding: 2em 0 0 1em; }
  .experience_container { margin-top: 3vh; padding: 2em 3em 4em 0; }
  .experience h1 { font-size: 2rem; }
  .logo { width: 129%; }
  .experienceone div:nth-child(1) { width: 67px; }
  .experience_body p { font-size: 1rem; line-height: 2em; }
}
@media (max-width: 375px) and (min-width: 0px) {
  .bio { grid-template-columns: repeat(1, 1fr); grid-gap: 0; padding: 3em 1em 4em 1em; }
  .bio_head { grid-column: span 1; z-index: 3; }
  .bio_img { grid-column: span 1; grid-row: 1; margin-top: 10vh; height: 30vh; z-index: 1; transition: none; }
  .bio_img:hover { height: 30vh; }
  .bio_body { grid-row: 3; grid-column: span 1; margin-top: 10vh; width: 100%; align-self: unset; }
  .smcolumns_about { grid-column: span 1; grid-row: 4; padding: 1rem; }
  .about_inner_columns h3 { color: white; font-size: 1rem; line-height: 1.9em; }
  .experience { flex-direction: column; }
  .ExperienceHead { padding: 2em 0 0 1em; }
  .experience_container { margin-top: 3vh; padding: 2em 3em 4em 0; }
  .experience h1 { font-size: 2rem; }
  .logo { width: 129%; }
  .experienceone div:nth-child(1) { width: 67px; }
  .experience_body p { font-size: 1rem; line-height: 2em; }
}


/* =============================================================
   FOOTER
   ============================================================= */

footer {
  height: 10vh;
  line-height: 40vh;
  padding: 5rem;
}
.footer {
  height: 20vh;
  line-height: 12vh;
  padding: 3em 1em 2em 6em;
  background-color: black;
}
