@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;646;700&family=Raleway:wght@300;400;500;660;740&family=Roboto:wght@300;400;500;700&display=swap");
@import url("http://fonts.cdnfonts.com/css/gotham");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    margin-right: -3%;
  }
  100% {
    opacity: 0.8;
    margin-right: 0;
  }
}
.hide {
  display: none !important;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.credits, .contact {
  display: none;
  opacity: 0.8;
  animation: slideFadeIn 2s 1;
  margin-right: 0;
  font-size: 60%;
}

.credits:hover, .contact:hover {
  font-size: 65%;
}

html, body {
  font-size: 120%;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Gotham", "Montserrat", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  background-color: #FBFBFD;
}

.gap {
  min-height: 5em;
  width: 100%;
}

@media (max-width: 752px) {
  .no-pad {
    padding: 0 !important;
  }
}

.sticky {
  position: sticky;
  top: -13%;
}

.flex, .overlayFlex {
  display: flex;
  flex-direction: column;
  height: 102%;
  width: 100%;
  position: absolute;
}

.flex {
  padding: 7% 8% 35px 8%;
}

.overlayFlex {
  padding: 40px;
}

.indent {
  padding-left: 9%;
}

button {
  max-width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 5px;
  width: calc(425px - 40vw);
  background: transparent;
  color: inherit;
  border-radius: 2px;
  font: inherit;
  cursor: pointer;
}

.left-margin {
  margin-left: 20px;
}

button:hover {
  background-color: black;
  color: white;
}

.bg {
  display: none;
}

a {
  text-decoration: none;
  font: inherit;
  color: inherit;
}

div .next-page {
  text-align: center;
  position: relative;
  height: 300vh;
  min-height: 500px;
  background-image: linear-gradient(white, black);
  margin-top: 150px;
}
div .next-page .next-page-wrapper {
  top: -150px;
  position: relative;
  height: inherit;
}
div .next-page .next-page-wrapper .fa, div .next-page .next-page-wrapper p {
  position: sticky;
  top: -50px;
  font-weight: 400;
}
div .next-page .fa {
  font-size: 500%;
}

span {
  transition: font-size 0.5s;
}

.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}

footer {
  margin-top: 3.7em;
  height: -moz-fit-content;
  height: fit-content;
}
footer .foot {
  top: 90vh;
  z-index: 2;
}
footer .gap {
  min-height: 1em;
}
footer span {
  font-size: 65%;
  margin: 5px;
  cursor: pointer;
}
footer span {
  transition: font-size 0.5s;
}
footer span:hover {
  font-size: 72%;
}

#next-trigger {
  position: relative;
  bottom: 90vh;
  height: 1px;
  width: 100%;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

#overlayText {
  position: relative;
  overflow: auto;
  align-items: center;
}
#overlayText img {
  max-width: calc(680px + 40.1vw);
  max-height: calc(635px + 75.8vw);
}
@media (max-width: 600px) {
  #overlayText {
    justify-content: center;
  }
}

#overlayBlurb {
  width: 45%;
  min-width: 440px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10%;
  color: white;
  font-size: 66%;
  min-width: 370px;
  margin-left: calc(-19.5px + 11.3vw);
}
#overlayBlurb h1 {
  margin: -1% 0;
}

#home {
  padding-top: 70px;
}

.home {
  background-repeat: no-repeat;
  background-color: #b2b8b8;
  background-image: url("/main4.jpg");
  background-attachment: fixed;
  background-size: 1900px;
  background-position: 45% 67%;
  color: white;
  overflow-x: hidden;
}
@media (max-width: 2000px) {
  .home {
    background-image: url("/main4-1800.jpg");
  }
}
@media (min-width: 1600px) {
  .home {
    background-size: calc(55px + 122.2vw);
  }
}
.home div {
  margin-bottom: 6px;
}
.home .title {
  margin: auto auto 0 auto;
  transition: font-size 0.5s;
}
.home .title span {
  font-size: calc(44px + 4vw);
  font-family: "Raleway", "Gotham", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 0.2;
  letter-spacing: calc(-3.3px - 0.1vw);
}
.home .title:hover {
  font-size: 0;
}
.home .title:hover span {
  font-size: calc(44px + 4.1vw);
}
.home .blurb {
  margin-bottom: 23%;
  margin-bottom: calc(38px + 5.8vw);
  margin-left: -11%;
  margin-left: calc(85px - 11.5vw);
  right: 0;
  font-size: calc(17.7px + 0.4vw);
  font-weight: 500;
  letter-spacing: -1px;
}
@media (max-width: 600px) {
  .home .blurb {
    margin-left: 7px;
  }
}
.home .nav {
  font-size: calc(14px + 0.35vw);
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
  padding: 0 5%;
}
.home .nav span {
  display: block;
  padding-bottom: 5px;
  font-size: 102%;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.home .nav div {
  display: inline-block;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  min-width: unset;
}
.home .nav button {
  border: solid white 1px;
  margin-right: 1.5%;
  font-size: 90%;
}
.home .nav button:hover {
  background-color: white;
  color: black;
}
.home .nav #nav-second {
  margin-right: -350px;
  margin-right: calc(481px - 52vw);
}
@media (max-width: 940px) {
  .home .nav #nav-second {
    margin-right: 0;
  }
}
.home footer {
  margin-top: calc(57px + 0.8vw);
  padding-bottom: 30px;
}

.article-wrapper {
  margin-bottom: 17%;
  height: -moz-fit-content;
  height: fit-content;
}

.hide {
  display: none;
}

.flex > div {
  padding: 0 calc(-17px + 3.9vw);
}

.portfolio .text {
  min-width: 200px;
}
.portfolio footer span {
  transition: font-size 0.5s;
}
.portfolio .nav {
  float: right;
}
.portfolio .nav button {
  width: -moz-max-content;
  width: max-content;
  border-image: -webkit-linear-gradient(right, transparent 5%, black) 1;
}
.portfolio .nav .fa {
  top: 1px;
  position: relative;
}
.portfolio .nav a span {
  display: inline-block;
  padding: calc(1px + 0.3vw);
}
.portfolio .nav a span:nth-child(2) {
  font-weight: 500;
}
.portfolio .nav a span:nth-child(3) {
  font-weight: 400;
}
.portfolio .nav a span:nth-child(4) {
  font-weight: 300;
}
.portfolio span {
  transition: none;
}
.portfolio #nav-second {
  float: right;
}
.portfolio #nav-second button {
  border-image: -webkit-linear-gradient(left, transparent 5%, black) 1;
}
.portfolio #nav-second a span:nth-last-child(4) {
  font-weight: 300;
}
.portfolio #nav-second a span:nth-last-child(3) {
  font-weight: 400;
}
.portfolio #nav-second a span:nth-last-child(2) {
  font-weight: 500;
}
.portfolio .text-indent {
  padding: 0 2%;
}
.portfolio .title {
  margin-top: auto;
  margin-bottom: 5px;
  z-index: 10;
}
.portfolio .title div {
  display: flex;
  flex-wrap: wrap;
}
.portfolio .title span {
  display: inline-block;
  font-size: 105px;
  font-size: calc(45px + 3.9vw);
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.05;
  transform: translate(0px, 15px);
  white-space: nowrap;
}
.portfolio .title span:nth-child(2) {
  font-weight: 300;
}
.portfolio #custom-fireants .scrollables {
  flex-direction: column;
}
.portfolio .scrollables {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: calc(14px + 0.4vw);
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-top: 30px;
}
.portfolio .scrollables .insta-wrap iframe {
  max-width: 400px;
}
.portfolio .scrollables p a, .portfolio .scrollables span a {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #deffce 65%);
}
.portfolio .scrollables p a:hover, .portfolio .scrollables span a:hover {
  background: none;
}
.portfolio .scrollables .extra-space {
  min-width: 66%;
  max-width: 700px;
}
.portfolio .scrollables .reduce-space {
  max-width: 650px;
}
.portfolio .scrollables h1 {
  margin-top: 0;
}
.portfolio .scrollables div {
  display: inline-block;
  flex-direction: column;
  flex: 1;
  padding: 0 2%;
  height: -moz-fit-content;
  height: fit-content;
  top: 10%;
}
.portfolio .scrollables div .hide {
  display: none;
}
.portfolio .scrollables img {
  cursor: pointer;
}
.portfolio .scrollables .img-wrapper {
  position: relative;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.portfolio .scrollables .img-wrapper .fa-search {
  opacity: 0;
  transition: 0.3s;
}
.portfolio .scrollables .img-wrapper :hover ~ .fa-search {
  opacity: 0.7;
}
.portfolio .scrollables img, .portfolio .scrollables video {
  min-width: 300px;
  width: 100%;
  padding-top: 2%;
}
.portfolio #scrollable-seg2, .portfolio #scrollable-seg3 {
  padding-top: 0;
}
@media (min-width: 752px) {
  .portfolio #scrollable-seg2 .photos:first-child, .portfolio #scrollable-seg3 .photos:first-child {
    position: relative;
    margin-top: -13.4%;
  }
}
.portfolio .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 90%;
}
.portfolio .nav span {
  display: block;
  padding-left: 5px;
  padding-bottom: 5px;
}
.portfolio .nav div {
  display: inline-block;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  flex: 1;
}

.play-button, .fa-search {
  margin: 0px -50% 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fa-pause::before, .fa-play::before, .fa-search::before {
  content: "\f04b";
  font-size: 300%;
  color: white;
  text-shadow: rgb(17, 17, 17) 1px 0px 10px;
}

.custom-audio {
  width: 100%;
}

audio {
  display: inline-block;
  padding-top: 10px;
  min-width: 250px;
}

.audio .photos {
  position: relative;
}
.audio .photos audio::-webkit-media-controls-play-button {
  display: none;
}
.audio .photos audio {
  padding: 10px 2% 0 2%;
}
.audio .scrollables .player {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80vw;
}
.audio .scrollables .player audio + span {
  font-size: 70%;
  display: inline-block;
  margin: auto 30px;
  padding-top: 10px;
  line-height: 1.5;
}

.visual .scrollables .photos, .visual .scrollables .text {
  padding: 0 0.3%;
}
.visual .scrollables .insta-wrap {
  padding: 0 0.2%;
  min-width: initial;
}
.visual .scrollables .insta-wrap iframe {
  max-width: 400px;
}
.visual .scrollables.facebook iframe {
  /* height: calc(0.106vw + 746px); */
  min-width: 390px;
}
.visual .scrollables img {
  padding: 0;
  max-width: 1100px;
}
.visual video {
  width: 100%;
}

@media screen and (max-width: 1508px) {
  .visual .scrollables.facebook iframe {
    min-width: 330px;
  }
  .visual .scrollables.facebook {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 854px) {
  .visual .scrollables.facebook iframe {
    min-width: 250px;
  }
  .visual .scrollables.facebook {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .visual .scrollables.facebook iframe {
    min-width: 340px;
    height: 600px;
  }
}
#custom-fireants .scrollables div {
  display: block;
}
#custom-fireants .reduce-space {
  margin: auto;
}
#custom-fireants .black {
  background-color: #222;
  color: white;
  padding: 7% 5%;
}
#custom-fireants .picture {
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
#custom-fireants .quote {
  color: white;
  font-family: "Gotham Light";
  text-align: center;
  width: 70%;
  min-width: 250px;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#custom-fireants .photos.photo-row {
  max-width: 500px;
}
#custom-fireants .photos.photo-row img {
  padding-right: 0;
}
#custom-fireants .photos.photo-row .credit p {
  font-size: 60%;
  margin: 2.5% inherit;
}
#custom-fireants .photos {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  margin: auto;
}
#custom-fireants .photos img {
  padding-right: 2%;
}
#custom-fireants .credit {
  color: lightgrey;
  padding: 0 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  transform: translate(0, -110%);
  background-color: rgba(0, 0, 0, 0.5);
}
#custom-fireants .full {
  width: 100%;
  position: relative;
}
#custom-fireants .full video {
  width: 2000px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: -50%;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1000px;
}
#custom-fireants .vid-wrapper {
  height: 600px;
  overflow: hidden;
}
#custom-fireants canvas {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#custom-fireants #header-img {
  background-image: url("/work/ants/header.jpg");
}
#custom-fireants #header-title {
  width: 70%;
  min-width: 300px;
  font-size: 0.9em;
  color: white;
  font-family: "PT Serif", serif;
  margin-left: 9%;
}
@media (min-width: 1000px) {
  #custom-fireants #header-title {
    font-size: 1.1em;
  }
}
#custom-fireants .img-embed {
  width: 100%;
}
#custom-fireants .caption {
  width: calc(80% - 30px);
  color: grey;
  font-size: 60%;
  margin-left: 5%;
}
#custom-fireants .fix canvas {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: calc(260px + 74.2vw);
}
@media (min-width: 2050px) {
  #custom-fireants .fix canvas {
    background-size: unset;
  }
}
#custom-fireants .fix .reduce-space {
  margin: 0;
}
#custom-fireants .fix .text {
  background-color: #222;
  color: white;
  padding: 30px;
  margin-bottom: 5px;
  border-radius: 12px;
  font-size: 90%;
}
#custom-fireants .fix .text p {
  margin: 0;
}

@keyframes bioSlideIn {
  0% {
    left: 100vw;
    position: fixed;
  }
  70% {
    position: fixed;
  }
  100% {
    left: 0vw;
    position: unset;
  }
}
@keyframes bioSlideOut {
  0% {
    left: 0vw;
    position: fixed;
  }
  100% {
    left: 100vw;
    position: fixed;
  }
}
@keyframes homeSlideIn {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}
@keyframes homeSlideOut {
  0% {
    left: 0;
  }
  100% {
    left: -100vw;
  }
}
#home.appear {
  animation-name: homeSlideIn;
}

#home.disappear {
  animation-name: homeSlideOut;
}

#bio.appear {
  animation-name: bioSlideIn;
}

#bio.disappear {
  animation-name: bioSlideOut;
}

#bio, #home {
  animation: none 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: none;
}

#home {
  left: 0;
}

#bio {
  left: -100vw;
}
#bio .skills-wrapper {
  max-width: 400px;
  min-width: 30%;
}
#bio .nav p {
  margin: 0;
  font-size: 70%;
}
#bio .nav .skills-group {
  min-width: 30%;
}
#bio .title {
  margin: 0;
  margin-top: 10px;
  padding: 30px 0;
}
#bio .bio-blurb {
  font-size: calc(17.7px + 0.4vw);
}

div .skills-group {
  margin: 15px 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}/*# sourceMappingURL=style.css.map */