@import url("https://use.typekit.net/hvq7vja.css");
@font-face {
  font-family: "Casta ExtraLight";
  src: url("Casta-ExtraLight.otf") format("opentype");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}

body.dark {
  background: #163EDF;
  background: url("../images/_backgroundNoise.png");
}

div#cursor {
  display: none;
}

h1, h2 {
  font-family: "Casta ExtraLight", "alverata", serif;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
  color: #365FFF;
}
a:hover {
  color: #f7ecff;
}

p a {
  font-family: "source-sans-pro", sans-serif;
  color: black;
  font-weight: 400;
}
p a:hover {
  color: #365FFF;
}

.italic {
  font-style: italic;
}

menu {
  top: 0px;
  position: fixed;
}
menu .buttons {
  position: absolute;
  background: #191163;
  width: 100vw;
  height: 100vh;
  left: 100vw;
  transition: left 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
menu .buttons a#homeButton {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2.5rem;
}
menu .buttons a#homeButton div {
  height: 64px;
  width: 69px;
  background: url("../images/_home-button-w.png");
  background-repeat: none;
  background-size: cover;
}
menu .buttons div {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}
menu .buttons div a {
  margin: 0 auto 1em auto;
  display: block;
  color: white;
}
menu #menuToggle {
  background: white;
  background: url("../images/_menuToggle.png");
  background-size: cover;
  position: fixed;
  width: 2.5rem;
  height: 2.5rem;
  top: 30px;
  right: 30px;
}

#headerCanvas {
  display: none;
}

section#header {
  margin: auto;
  padding: 10rem 0;
}
section#header h1.introHeader {
  text-align: left;
  position: relative;
  color: #f7ecff;
  margin: auto;
  width: 94%;
  font-size: 4.5vh;
}
section#header h1.introHeader a {
  font-style: italic;
}

p {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}

p.blockquote {
  border-left: 2px solid #365FFF;
  padding-left: 30px;
}

blockquote {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 100px auto;
  font-size: 22px;
  margin-bottom: 20px;
  border-left: 2px solid #365FFF;
  padding-left: 30px;
}

h3.sectionTitle {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 0 0 30px 0;
  color: #f7ecff;
}

h1.title,
h3.title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}

h3.skills {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  font-weight: 300;
}

@keyframes slide-work {
  from {
    top: 10rem;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
section#work {
  animation: slide-work 1500ms forwards;
  margin: auto;
  position: relative;
}
section#work #moreWork {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 94%;
  max-width: 1920px;
  margin: 8rem auto 8rem auto;
}
section#work #moreWork .project a .title, section#work #moreWork .project a .skills, section#work #moreWork .project a .selectedHeader {
  color: #f7ecff;
}
section#work .project {
  margin-bottom: 100px;
  width: 100%;
}
section#work .project a h2.selectedHeader {
  font-weight: 600;
  margin-top: 5px;
  font-size: 2rem;
}
section#work .project a h3.selectedTitle {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 300;
}
section#work .project a .coverPrimary {
  overflow: hidden;
}
section#work .project a .coverSecondary {
  display: none;
}
section#work .project a img {
  width: 100%;
  outline-offset: 0px;
  transition: all 300ms;
}
section#work .project a#viewMore h3 {
  padding: 168px 0 168px 0;
  border: 3px dotted #f7ecff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  text-align: center;
}
section#work .project a#viewMore h3:hover {
  border: 3px dotted #f7ecff;
  background: rgba(0, 51, 255, 0.1);
}
section#work #selectedWork {
  float: bottom;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 94%;
  margin: auto;
}
section#work #selectedWork .project {
  margin-bottom: 80px;
}
section#work #selectedWork .project a {
  color: #f7ecff;
}
section#work #selectedWork .project a h3.skills {
  color: #f7ecff;
}
section#work #selectedWork .project a h2.selectedHeader {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 5px;
}
section#work #selectedWork .project a h3.selectedTitle {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 300;
}
section#work #selectedWork .project a:hover h2.selectedHeader {
  text-decoration: underline;
}
section#work #selectedWork .project a:hover h3.title,
section#work #selectedWork .project a:hover h2.selectedHeader,
section#work #selectedWork .project a:hover h3.selectedTitle,
section#work #selectedWork .project a:hover h3.skills {
  color: #f7ecff;
}
section#work #selectedWork .project img {
  width: 100%;
  outline-offset: 0px;
  transition: all 300ms;
}

@keyframes slide-project {
  from {
    top: 20rem;
    opacity: 0;
  }
  to {
    top: 10rem;
    opacity: 1;
  }
}
section#fullProject {
  animation: slide-project 1500ms forwards;
  -webkit-animation: slide-project 1500ms forwards;
  position: relative;
  width: 94%;
  max-width: 1920px;
  top: 10rem;
  margin: auto;
}
section#fullProject img {
  width: 100%;
}
section#fullProject img#self {
  width: 80%;
}
section#fullProject iframe {
  max-width: 100%;
  position: relative;
  margin-top: 120px;
  margin-bottom: 70px;
  display: block;
}
section#fullProject video {
  max-width: 100%;
  position: relative;
  display: block;
}
section#fullProject video.space {
  margin-top: -5px;
}
section#fullProject h2.selectedHeader {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 5px auto 0 auto;
}
section#fullProject h1, section#fullProject h3 {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
section#fullProject .header {
  margin: auto;
  width: 100%;
  max-width: 1074px;
  color: #365FFF;
}
section#fullProject p {
  margin: 0 auto 20px auto;
  top: 50px;
  position: relative;
}
section#fullProject p.intro {
  line-height: 30px;
  font-size: 20px;
}
section#fullProject div.img-group {
  position: relative;
  margin-top: 150px;
  margin-bottom: 70px;
  display: block;
  overflow: hidden;
}
section#fullProject div.img-group video.big, section#fullProject div.img-group img.big {
  width: 100%;
  margin-top: -4px;
}
section#fullProject div.img-group img.small {
  width: 50%;
  margin-top: -4px;
}

section#nextProject {
  width: 100%;
  text-align: center;
  margin-top: 200px;
  padding: 40px 0 70px 0;
  background: #163EDF;
}
section#nextProject .header {
  width: 94%;
  max-width: 1920px;
  margin: auto;
}
section#nextProject .header a {
  width: 100%;
  color: #f7ecff;
}
section#nextProject .header a h2.selectedHeader {
  text-align: center;
  font-size: 4rem;
  font-family: "Casta ExtraLight", "alverata", serif;
  font-weight: 600;
  margin: 5px auto 0 auto;
}
section#nextProject .header a p {
  font-size: 18px;
}
section#nextProject .header a:hover h2.selectedHeader {
  text-decoration: underline;
}

@keyframes slide-about {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
section#about {
  animation: slide-about 1000ms forwards;
  top: 0px;
  width: 80%;
  max-width: 1074px;
  padding: 50px 0 100px 0;
  margin: auto;
  position: relative;
}
section#about img#self,
section#about div#hello {
  align-self: flex-start;
  width: 100%;
}
section#about img#self h2.title, section#about img#self h3.title,
section#about div#hello h2.title,
section#about div#hello h3.title {
  color: #f7ecff;
  margin-bottom: 20px;
}
section#about img#self h2.selectedHeader, section#about img#self h3.selectedHeader,
section#about div#hello h2.selectedHeader,
section#about div#hello h3.selectedHeader {
  margin-bottom: 40px;
}
section#about img#self p,
section#about div#hello p {
  margin-bottom: 20px;
  color: #f7ecff;
}
section#about img#self p a,
section#about div#hello p a {
  color: #f7ecff;
}
section#about img#self p a:hover,
section#about div#hello p a:hover {
  text-decoration: underline;
}

section#footer {
  background: #191163;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 50px 0 50px 0;
}
section#footer h3 {
  color: #f7ecff;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  font-weight: 300;
}
section#footer h3 a {
  color: #365FFF;
}
section#footer h3 a:hover {
  color: #2626C4;
}
section#footer div.social img {
  width: 2rem;
  height: 2rem;
  padding: 1rem 0.25rem;
}

@media only screen and (min-width: 860px) {
  body {
    overflow-x: hidden;
  }

  #headerCanvas {
    display: block;
    pointer-events: none;
    mix-blend-mode: screen;
    z-index: -100;
    opacity: 0.6;
    position: fixed;
    top: 0px;
    left: 0px;
  }

  menu {
    display: block;
    width: calc(100% - 4rem);
    max-width: 1920px;
    left: 2rem;
    top: 1rem;
  }
  menu .buttons {
    left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: none;
  }
  menu .buttons a#homeButton {
    margin: 0;
    display: inline-block;
    width: auto;
    border-radius: 2.5rem;
  }
  menu .buttons a#homeButton div {
    background: url("../images/_home-button-b.png");
    background-repeat: none;
    background-size: cover;
  }
  menu .buttons div {
    width: auto;
  }
  menu .buttons div a {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0px;
    display: inline-block;
    padding-top: 0.5rem;
    margin-left: 1rem;
    color: #365FFF;
    box-sizing: border-box;
    border-top: 2px solid rgba(255, 255, 255, 0);
  }
  menu .buttons div a:hover {
    border-top: 2px solid #163EDF;
  }
  menu.home .buttons div a {
    color: white;
  }
  menu.home .buttons div a:hover {
    border-top: 2px solid #f7ecff;
  }
  menu.home .buttons #homeButton div {
    background: url("../images/_home-button-w.png");
    background-repeat: none;
    background-size: cover;
  }
  menu #menuToggle {
    display: none;
  }

  section#header {
    padding: 0px 0 0px 0;
    height: 90vh;
    max-height: 940px;
  }
  section#header h1.introHeader {
    font-size: 4.5vw;
    top: 60%;
    height: auto;
    max-width: 1920px;
  }

  section#work {
    margin: 0px auto 100px auto;
  }
  section#work #selectedWork .project {
    width: 100%;
    margin-bottom: -0.25rem;
  }
  section#work #selectedWork .project a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  section#work #selectedWork .project a div.coverPrimary {
    width: 66%;
    height: calc(66% * 0.56);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  section#work #selectedWork .project a div.coverPrimary img {
    object-fit: fill;
    width: 100%;
  }
  section#work #selectedWork .project a div.panel {
    display: flex;
    flex-direction: column;
    width: calc(33% - 0.5rem);
    overflow: hidden;
  }
  section#work #selectedWork .project a div.panel .text {
    height: 60%;
    max-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#work #selectedWork .project a div.panel .text h2 {
    font-size: 2rem;
  }
  section#work #selectedWork .project a div.panel .coverSecondary {
    display: inline-block;
    flex: 1;
    width: 100%;
    overflow: hidden;
  }
  section#work #selectedWork .project a div.panel .coverSecondary img {
    width: 100%;
  }
  section#work #selectedWork .project.left a {
    flex-direction: row;
  }
  section#work #selectedWork .project.right a {
    flex-direction: row-reverse;
  }
  section#work #selectedWork .project:hover h2.selectedHeader {
    text-decoration: underline;
  }
  section#work #selectedWork .project:hover img {
    opacity: 1;
  }
  section#work #selectedWork {
    width: 94%;
    max-width: 1920px;
  }
  section#work #moreWork {
    width: 94%;
    max-width: 1920px;
  }
  section#work #moreWork .project {
    width: 48%;
  }
  section#work #moreWork .project a h2.selectedHeader {
    font-size: 2rem;
  }

  section#fullProject h2.selectedHeader {
    font-size: 5rem;
    line-height: 1em;
    text-align: center;
    font-family: "Casta ExtraLight", "alverata", serif;
    font-weight: 600;
    margin: 5px auto 0 auto;
  }
  section#fullProject p {
    width: 80%;
  }
  section#fullProject blockquote {
    width: 80%;
  }
  section#fullProject img#self {
    width: 50%;
    margin: 100px auto;
  }

  section#nextProject h2.selectedHeader {
    font-size: 3vw;
  }

  section#about {
    overflow: hidden;
    width: 80%;
    max-width: 1330px;
    padding: 150px 0 150px 0;
    display: flex;
    justify-content: center;
  }
  section#about div#hello {
    width: 50%;
  }
  section#about div#hello h1.title, section#about div#hello h2.title, section#about div#hello h3.title {
    text-align: left;
  }
  section#about div#hello h1.selectedHeader, section#about div#hello h2.selectedHeader, section#about div#hello h3.selectedHeader {
    text-align: left;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  section#about div#hello p {
    text-align: left;
  }
  section#about img#self {
    width: 38%;
    margin-right: 70px;
  }

  section#footer {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  section#footer h3 {
    padding: 0 2rem;
  }
  section#footer div.social {
    padding: 0 2rem;
  }
  section#footer div.social img {
    width: 2rem;
    height: 2rem;
    padding: 1rem 0.25rem;
  }
  section#footer div.social img:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1330px) {
  section#header h1.introHeader {
    font-size: 4rem;
  }

  section#work #moreWork .project {
    margin-bottom: 6rem;
    width: 30%;
  }

  section#nextProject h2.selectedHeader {
    font-size: 4.5vw;
    max-width: 1600px;
    font-size: 3rem;
  }

  section#about img#self,
section#about div#hello {
    align-self: center;
  }
  section#about div#hello h2.selectedHeader {
    font-size: 24px;
    line-height: 30px;
  }
}

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