@charset "UTF-8";
/*This CSS generated with Sass and written by Lea Albaugh.*/
/*-----------Main Elements----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*outline: 1px red solid;*/
}

html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  /*background-color: $excess-background-color;*/
}

body {
  height: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #333333;
  font-family: "Georgia", serif;
}

.site {
  background-color: #ffffff;
  width: 100%;
}

.header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
}
.header h1 {
  line-height: 1em;
  padding-bottom: 0.5em;
}

.projects, .about {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
.projects p, .about p {
  padding-top: 0.5em;
}
.projects p + p, .about p + p {
  margin-top: 0.5em;
}
.projects .project, .about .project {
  min-width: 100px;
  max-width: 200px;
  width: 32%;
  padding-bottom: 0.5em;
}

.footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Georgia", serif;
  align-self: flex-end;
  padding: 15px;
}

a {
  text-decoration: none;
  color: #00aab5;
}
a:visited {
  color: #00aab5;
}
a:hover {
  color: #00aab5;
}

img, .videoWrapper {
  max-width: 100%;
  outline: 1px #ccc solid;
}

.nav {
  width: 100%;
  padding-top: 0.75em;
}
.nav a.prev {
  float: left;
}
.nav a.next {
  float: right;
}

.about {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  /*	* {
  		outline: 1px red solid;
  	}*/
}

.about .colophon {
  color: #b3b3b3;
  justify-content: flex-end;
  margin-top: auto;
}

.colophon:before {
  content: " ";
  display: block;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px #b3b3b3 solid;
}

.about .paper {
  margin-top: 0.5em;
  margin-left: 1em;
  padding-left: 0.5em;
  border-left: 2px #00aab5 solid;
}

.about .paper .award:before {
  content: "✨";
}

.about .paper .award {
  color: #999999;
}

.about .paper .award:after {
  content: "✨";
}

/*---------------Presto chango------------------------*/
@media only screen and (max-width: 767px) {
  .site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 100%;
  }

  .projects, .about {
    max-width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .header {
    text-align: center;
  }
  .header span + span:before {
    content: "/";
  }
}
@media only screen and (min-width: 767px) {
  .site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100%;
  }

  .projects, .about {
    max-width: 50%;
    padding: 15px;
  }

  .header {
    text-align: right;
    /*		h1 {
    			@include rotate(-90deg, bottom, right);
    		}*/
  }
  .header span {
    display: block;
  }
}
/*----------Videos----------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9 */
  padding-top: 25px;
  margin-top: 0.5em;
  height: 0;
  border-right: 1px #ccc solid;
  width: 100%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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