h1 {
  font-size: 3.25rem;
  line-height: 4.5rem;
  font-family: "spectral", serif;
  margin: 0;
  padding-right: 34rem;
  font-weight: 300;
}

h2 {
  font-size: 3.25rem;
  line-height: 4.5rem;
  font-family: "spectral", serif;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 2.5rem;
  font-family: "spectral", serif;
  margin: 0;
  font-weight: normal;
}

p {
  font-size: 2.25rem;
  line-height: 3.6rem;
  font-family: "spectral", serif;
}

label {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: "helvetica", "arial", sans-serif;
  letter-spacing: 0.5px;
  color: #444;
}

ul, li {
  font-size: 2.25rem;
  line-height: 3.6rem;
  font-family: "spectral", serif;
  list-style: "—  ";
  margin-left: 4rem;
  max-width: 95rem;
}

img[data-imgnum="0"] {
  z-index: calc(20 - 0);
}

img[data-imgnum="1"] {
  z-index: calc(20 - 1);
}

img[data-imgnum="2"] {
  z-index: calc(20 - 2);
}

img[data-imgnum="3"] {
  z-index: calc(20 - 3);
}

img[data-imgnum="4"] {
  z-index: calc(20 - 4);
}

img[data-imgnum="5"] {
  z-index: calc(20 - 5);
}

img[data-imgnum="6"] {
  z-index: calc(20 - 6);
}

img[data-imgnum="7"] {
  z-index: calc(20 - 7);
}

img[data-imgnum="8"] {
  z-index: calc(20 - 8);
}

img[data-imgnum="9"] {
  z-index: calc(20 - 9);
}

img[data-imgnum="10"] {
  z-index: calc(20 - 10);
}

img[data-imgnum="11"] {
  z-index: calc(20 - 11);
}

img[data-imgnum="12"] {
  z-index: calc(20 - 12);
}

img[data-imgnum="13"] {
  z-index: calc(20 - 13);
}

img[data-imgnum="14"] {
  z-index: calc(20 - 14);
}

img[data-imgnum="15"] {
  z-index: calc(20 - 15);
}

img[data-imgnum="16"] {
  z-index: calc(20 - 16);
}

img[data-imgnum="17"] {
  z-index: calc(20 - 17);
}

img[data-imgnum="18"] {
  z-index: calc(20 - 18);
}

img[data-imgnum="19"] {
  z-index: calc(20 - 19);
}

img[data-imgnum="20"] {
  z-index: calc(20 - 20);
}

div.projectHeader div.projectIcon {
  width: 3.5rem;
  height: 2rem;
  margin-top: 0.25rem;
  background-image: url("img/show.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
}

div.projectHeader:hover {
  font-style: italic;
  cursor: pointer;
}

div.project.pprotect section.projectBody {
  opacity: 0;
}
div.project.pprotect div.projectIcon {
  background-image: url("img/show_locked.svg") !important;
  margin-top: 0.5rem;
}

div.project.open {
  height: auto !important;
  overflow: visible;
}
div.project.open div.projectIcon {
  background-image: url("img/hide.svg");
}

div.project {
  max-height: 32px;
  overflow: hidden;
  border-top: 1px solid #444;
  margin: 0.75rem 0 0 0 !important;
  padding: 2.5rem 0 0 0;
}
div.project section.projectBody {
  width: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
}
div.project p.projectDescription {
  margin-top: 11.25rem;
  max-width: 95rem;
}
div.project ul {
  margin-top: 3.5rem;
  margin-bottom: 7rem;
  list-style: none;
  padding: 0;
}
div.project ul li {
  padding: 0;
  margin: 0;
}
div.project div.images {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 15rem;
  position: relative;
}
div.project div.images div.dotBox {
  height: 1rem;
  text-align: center;
  margin-top: 2.5rem;
}
div.project div.images div.dot {
  width: 7px;
  height: 7px;
  border-radius: 35%;
  background-color: #444;
  display: inline-block;
  margin-right: 1rem;
  opacity: 0.35;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
div.project div.images div.dot.first {
  margin-left: 2rem;
}
div.project div.images div.dot.selected {
  opacity: 1;
}
div.project div.images div.dot:hover {
  opacity: 1;
}
div.project div.images div.imageBox {
  overflow: hidden;
  position: relative;
  padding-top: calc((8.33%*10 - 1.25rem)*0.667);
}
div.project div.images div.imageBox div.imageButtonRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  z-index: 21;
  cursor: e-resize;
}
div.project div.images div.imageBox div.imageButtonLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  z-index: 21;
  cursor: w-resize;
}
div.project div.images div.imageBox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.modal_bg {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal {
  opacity: 0;
  width: 60.5rem;
  height: 40.5rem;
  background-color: #444;
  position: fixed;
  left: calc(50vw - 30.25rem);
  top: calc(50vh - 20.25rem);
  z-index: 1000;
  padding: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.modal div.closeModal {
  opacity: 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-image: url("img/close_modal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.modal p.directions {
  font-family: "spectral", serif;
  margin: 10rem auto 6rem auto;
  font-size: 3rem;
}
.modal div.inputBox {
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  width: 37.5rem;
  height: 5rem;
  margin: 0 auto;
}
.modal div.inputBox div.submitArrow {
  width: 2.75rem;
  height: 3.5rem;
  background-image: url("img/arrow_submit.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  cursor: pointer;
  margin-top: 0.5rem;
  opacity: 0.75;
}
.modal div.inputBox div.submitArrow:hover {
  opacity: 1;
}
.modal div.inputBox input {
  width: 80%;
  height: 5rem;
  float: left;
  padding-left: 5px;
  padding-bottom: 20px;
  border: none;
  font-size: 4rem;
  letter-spacing: 3.75px;
  background: transparent;
  color: #FFFFFF;
}
.modal div.inputBox input:focus {
  outline: none;
}
.modal label.incorrectPassword {
  margin-top: 3.5rem;
  display: none;
  font-family: "spectral", serif;
  opacity: 0;
  font-size: 1.5rem;
}

.fadeout {
  opacity: 0;
}

@font-face {
  font-family: "spectral";
  src: url("Spectral-Light-Web.woff2");
  src: url("fonts/Spectral-Light-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "spectral";
  src: url("Spectral-Light Italic-Web.woff2");
  src: url("fonts/Spectral-Light Italic-Web.woff2") format("woff2");
  font-weight: italic;
  font-style: italic;
}
html {
  font-size: 8px;
  font-family: "helvetica", "arial", sans-serif;
  color: #444;
}

body {
  background-color: #FFFFFF;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

div.wrapper {
  width: calc(100% - 10rem);
  padding: 0 5rem;
  overflow-x: hidden;
  margin: 0;
}

section#header {
  margin-top: 4rem;
}

section#projects {
  margin: 10rem 0 10rem 0;
  overflow: visible;
}

section#education {
  margin: 8rem 0 0 0;
}

section#about {
  margin: 8rem 0 7rem 0;
}

a {
  color: #444;
}

a:hover {
  font-style: italic;
}

.first-col {
  margin: 0 1.25rem 0 0 !important;
}

.last-col {
  margin: 0 0 0 1.25rem !important;
}

.hidden {
  display: none !important;
}

.normal-cursor {
  cursor: default !important;
}

.mobile {
  display: none;
}

.desktop {
  display: inline-block;
}

.col-1 {
  display: inline-block;
  width: calc(8.33%*1 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-2 {
  display: inline-block;
  width: calc(8.33%*2 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-3 {
  display: inline-block;
  width: calc(8.33%*3 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-4 {
  display: inline-block;
  width: calc(8.33%*4 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-5 {
  display: inline-block;
  width: calc(8.33%*5 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-6 {
  display: inline-block;
  width: calc(8.33%*6 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-7 {
  display: inline-block;
  width: calc(8.33%*7 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-8 {
  display: inline-block;
  width: calc(8.33%*8 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-9 {
  display: inline-block;
  width: calc(8.33%*9 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-10 {
  display: inline-block;
  width: calc(8.33%*10 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-11 {
  display: inline-block;
  width: calc(8.33%*11 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.col-12 {
  display: inline-block;
  width: calc(8.33%*12 - 1.25rem);
  margin: 0 1.25rem 0 1.25rem;
}

.photo {
  height: 28rem;
  position: absolute;
  top: 3rem;
  right: 0rem;

  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  padding: 2rem 3rem 2rem 0;
}

@media (max-width: 600px) {
  .mobile {
  display: inline-block;}

  .photo {
  height: auto;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  position: static;
  padding: 2rem 3rem 2rem 0;

  }  

  .m-col-11 {
  width: 53.33%;
  margin: 0;
  }

  h1 {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .mobile {
    display: inline-block;
  }

  .desktop {
    display: none;
  }

  div.wrapper {
    width: calc(100vw - 5rem);
    padding: 0 2.5rem;
  }

  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  section#projects {
    margin: 14rem 0 14rem 0;
  }

  label.projectLabel, h4.num, h4.role, .m-none {
    display: none !important;
  }

  .m-col-10 {
    width: 83.33%;
    margin: 0;
  }

  .m-col-12 {
    width: 91.63%;
    margin: 0;
  }

  div.projectHeader:hover {
    font-style: italic;
    cursor: pointer;
  }

  div.project .imageBox {
    padding-top: calc((8.33%*12 - 1.25rem)*0.667) !important;
    margin: 0 !important;
    width: 100% !important;
  }
  div.project div.images {
    margin: 0 0 7.5rem 0;
    height: auto;
  }
  div.project p.projectDescription {
    margin-top: 6rem;
  }

  div.modal {
    width: calc(100vw - 10rem);
    padding: 0 2.5rem;
    left: 2.5rem;
    top: calc(50vh - 31rem);
    height: 62rem;
  }
  div.modal p.directions {
    font-family: "spectral", serif;
    margin: 20rem auto 6rem auto;
  }
}
