/* Global Stylesheet*/
.shadow, section {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffe9e6;
  border: 15px solid #ffe9e6;
}
@media screen and (min-width: 1040px) {
  html {
    border-width: 30px;
  }
}

body {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  color: #4c4c4c;
}
body ::selection {
  background-color: #ff614d;
  color: #fff;
}
body ::-moz-selection {
  background-color: #ff614d;
  color: #fff;
}

em, cite, i {
  font-style: italic;
}

h1 {
  color: #141414;
  font-family: "Source Serif Pro";
  margin: 20px 0;
}

h3 {
  color: #141414;
  margin: 20px 0;
}

h6 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.07);
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.5;
  margin: 20px 0;
}
@media screen and (min-width: 1040px) {
  h6 {
    font-size: 4em;
    margin: 0 0 40px;
  }
}

p {
  line-height: 1.5em;
}
@media screen and (min-width: 1040px) {
  p {
    line-height: 1.25em;
    margin: 0 0 15px;
  }
}

ul, ol, li {
  font-size: 1em;
}

a {
  cursor: pointer;
}
a:focus {
  background: #ffe9e6;
}

.link ul, #about .intro .bio .contact ul ul, #projects .row .work-text .mistake ul, .header .banner .main-nav ul, .header .banner .headline a ul, summary ul {
  padding: 0;
}
.link li, #about .intro .bio .contact ul li, #projects .row .work-text .mistake li, .header .banner .main-nav li, .header .banner .headline a li, summary li {
  padding-right: 20px;
  display: inline-block;
}
.link a, #about .intro .bio .contact ul a, #projects .row .work-text .mistake a, .header .banner .main-nav a, .header .banner .headline a a, summary a {
  color: #ff614d;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff614d;
  line-height: 1.75em;
}
.link a:hover, #about .intro .bio .contact ul a:hover, #projects .row .work-text .mistake a:hover, .header .banner .main-nav a:hover, .header .banner .headline a a:hover, summary a:hover {
  border-bottom: 3px solid #ff614d;
}

section {
  padding: 20px;
  background-color: white;
  margin-bottom: 15px;
}
@media screen and (min-width: 1040px) {
  section {
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid rgba(153, 153, 153, 0.2);
  }
}

footer {
  text-align: center;
}
footer .copyright {
  font-size: 0.75em;
  margin-bottom: 0;
}

span {
  display: inline-flex;
}

details {
  padding: 20px 0;
}
details h3 {
  margin-bottom: 10px;
}
details p {
  line-height: 1.75em;
}
details a {
  color: #ff614d;
}
@media screen and (min-width: 1040px) {
  details {
    padding: 0;
  }
  details p {
    margin-bottom: 5px;
  }
  details img:last-child {
    margin-bottom: 60px;
  }
}

summary {
  cursor: pointer;
}
@media screen and (min-width: 1040px) {
  summary {
    padding-bottom: 20px;
  }
}

.header .logo {
  color: #fff;
  font-weight: bold;
}
.header .logo img {
  width: 30px;
  padding-right: 5px;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.4));
}
.header .logo p {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.07);
  display: inline-block;
  font-size: 1em;
}
.header .logo #mandarin {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.07);
  display: inline-block;
  padding-left: 5px;
  font-size: 0.875em;
}
@media screen and (min-width: 1040px) {
  .header .logo img {
    width: 50px;
    padding-right: 10px;
    float: left;
  }
  .header .logo p {
    font-size: 1.5em;
    padding-top: 22px;
  }
  .header .logo #mandarin {
    font-size: 1.25em;
    padding-left: 10px;
  }
}
.header .banner {
  margin: 20px 0;
}
@media screen and (min-width: 1040px) {
  .header .banner {
    margin: 40px 0 100px;
  }
}
.header .banner .headline {
  margin: 40px 0;
}
@media screen and (min-width: 1040px) {
  .header .banner .headline {
    margin: 20vh 0;
  }
}
.header .banner .headline h1 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1040px) {
  .header .banner .headline h1 {
    font-size: 2em;
  }
}
.header .banner .headline p {
  font-size: 1em;
  line-height: 1.75em;
}
@media screen and (min-width: 1040px) {
  .header .banner .headline p {
    font-size: 1.15em;
  }
}
.header .banner .main-nav {
  margin-top: 40px;
}

#projects .row {
  display: inline-block;
  border-bottom: 5px solid #ffe9e6;
}
#projects .row:last-child {
  border: 0;
}
@media screen and (min-width: 1040px) {
  #projects .row {
    display: flex;
    padding-bottom: 80px;
    border: 0;
  }
}
@media screen and (min-width: 1040px) {
  #projects .row .work-text {
    width: 20%;
  }
}
#projects .row .work-text .mistake {
  background-color: #fff;
}
@media screen and (min-width: 1040px) {
  #projects .row .work-text .mistake {
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #ff614d;
    border-left: 2px solid rgba(153, 153, 153, 0.1);
    margin-top: 60px;
    padding: 0 20px 20px;
    position: relative;
    width: 108%;
  }
}
#projects .row .work-text .mistake p {
  color: #4c4c4c;
}
#projects .row .work-text .mistake a {
  margin: 20px 0;
  line-height: 2em;
}
#projects .row .work-image {
  display: inline-block;
  padding: 20px 0;
}
@media screen and (min-width: 1040px) {
  #projects .row .work-image {
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1), inset -4px -4px 4px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #ffe9e6;
    width: 80%;
    padding: 60px 40px 20px 100px;
    margin-right: 20px;
  }
}
#projects .row .work-image img {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
#projects .row .work-image video {
  width: 100%;
  padding-bottom: 20px;
}
#projects .row .work-image iframe {
  width: 100%;
  text-align: center;
}

#about .intro {
  display: inline-block;
}
#about .intro #head {
  display: block;
}
#about .intro #head img {
  width: 250px;
  border-radius: 50%;
}
#about .intro #head #gfy {
  display: none;
}
#about .intro .bio h3 {
  margin-bottom: 10px;
}
#about .intro .bio h4 {
  font-size: 0.875em;
  margin-bottom: 0;
}
#about .intro .bio p {
  margin-top: 5px;
  line-height: 2em;
}
#about .intro .bio a {
  color: #ff614d;
  text-decoration: none;
}
#about .intro .bio ul {
  margin-top: 40px;
  list-style: circle;
  padding-left: 10px;
  line-height: 1.75em;
}
#about .intro .bio li {
  padding-bottom: 20px;
}
#about .intro .bio .resume {
  margin: 40px 0;
}
#about .intro .bio .contact ul {
  padding: 0;
}
#about .intro .bio .contact li {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #about .intro {
    display: flex;
  }
  #about .intro #head {
    float: left;
    position: relative;
  }
  #about .intro #head #gfy {
    display: block;
    position: absolute;
    top: 0;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
  }
  #about .intro #head #gfy video {
    height: 100%;
    margin-left: -25%;
  }
  #about .intro #head #gfy a {
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 1.5em;
    color: yellow;
    text-decoration: underline;
    text-align: center;
  }
  #about .intro #head #gfy a:hover {
    color: white;
  }
  #about .intro .bio {
    float: right;
    margin-left: 40px;
  }
  #about .intro .bio h3 {
    margin-top: 0;
  }
  #about .intro .bio li {
    padding-bottom: 10px;
  }
  #about .intro .bio #wormhole:hover {
    cursor: pointer;
  }
  #about .intro .bio .contact {
    margin-top: 20px;
  }
}

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