@font-face {
  font-family: Fraunces Supersoft Wonky Black;
  src: url(Fraunces_SuperSoft_Wonky-Black.ttf);
}

@font-face {
  font-family: Fraunces Supersoft Wonky Semi-Bold;
  src: url(Fraunces_SuperSoft_Wonky-SemiBold.ttf);
}

@import url(//fonts.googleapis.com/css?family=Work+Sans:400,700|Kreon:400,700);

body {
  background-color: #000000;
  color: #F4F9E9;
  font-family: Fraunces Supersoft Wonky Semi-Bold;
  font-size:18px;
  line-height:1.33;
}

.bio {
  position: relative;
  top: 100px;
  height:  1vh;
  margin-left: auto;
  margin-right: auto;
  max-width:50%;
  font-size: 18px;
  font-family: Fraunces Supersoft Wonky Semi-Bold;
	padding:20px;
  color:floralwhite;
}

header {
  color: white;
  background-color: black;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: fixed;
  padding:5px;
  z-index: 100;
  top: 0;
  left: 0;
	font-size: 25px;
  font-family: Fraunces Supersoft Wonky Semi-Bold;
  transition: 1s;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 30px;
}

.link {
  color: white;
  text-decoration: none;
}

.link:hover {
  border-bottom: solid 2px #92cca7;
  color: #92cca7;
  font-weight:  700;
}

nav .last {
padding-right:30px;
}

nav a:hover {
  border-bottom: solid 2px #92cca7;
  color: #92cca7;
  font-weight:  700;
}

.sub-nav{
  display: none;
}

.sub-nav:hover {
  display:block;
}

.selected {
 	border-bottom: solid 2px #92cca7;
  color: #92cca7;
}

h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

h2 {
  font-size: 15px;
  line-height: 1.5;
}

.photos {
  max-width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.photos img {
  width: 32%;
  padding: 1px;
}

.dark {
  background-color: #000000;
}

.light {
  background-color: #ffffff;
}

.video {
max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.process img {
  max-width: 50%;
}


@media(max-width:400px) {

  header {
    font-size: 30px;
  }
  .photos img {
   max-width: 50%;
  padding: 1px;
  }
}

.project-list {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.project-list h1, .project-list h2 {
  font-family: Work Sans;
  line-height:.1;
}

.project-list h2 {
font-weight: 300;
}

.project-links {
  transform: skewY(-11deg);
  color: blue;
  font-size: 30px;
  padding: 30px;
  position: absolute;
  top: 30%;
  left: 25%;
}

footer {
  width:100%;
  display:flex;
  justify-content: center;
  background-color: black;
  font-size: 14px;
font-family: Work Sans;
padding:5px;
  position: fixed;
  bottom: 0px;
}


@media(max-width:700px) {
  header {
    font-size: 18px;
  }

  .photos img {
  width: 45%;
  }

  .bio {
    font-size:25px;
    max-width:80%;
  }
}

@media(max-width:550px) {
  header {
    font-size: 18px;
    display: inline-block;
  }

  nav a {
   margin-left: 5px;
  }

  .last {
    margin-left:0px;
  }
  .photos img {
  width: 100%;
  }

}
