body {
  background-color: white;
  font-size: 100%; }

img {
  max-width: 100%; }

/* Change Selection Text Color When Highlighting */
::-moz-selection {
  background-color: #f7b40d;
  color: #fff; }

::selection {
  background-color: #f7b40d;
  color: #fff; }

h1 {
  font-size: 3em; }

.hero {
  width: 100%;
  height: 55vw;
  background-color: #140f2d;
  background-image: url(images/header-01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  text-align: center;
  background-position: top center; }

.arrow {
  width: 6%;
  margin: auto;
  text-align: center;
  margin-top: 44vw; }

.arrow img {
  height: px; }

.arrow:hover {
  opacity: 70%;
  transition: ease-in .3s; }

#homework {
  width: 100%;
  height: 55vw;
  background-color: white;
  margin-top: 0;
  padding-top: 0; }

.stuck {
  position: fixed !important;
  top: 0; }

#fullnav {
  width: 100%;
  height: 5em;
  margin: auto;
  background-color: white;
  text-align: center;
  align-items: center;
  position: absolute;
  z-index: 10; }

.logo {
  width: 35%;
  height: 5vw;
  margin: left;
  text-align: left;
  float: left;
  padding-top: 1.5vw;
  box-sizing: border-box; }

.logo img {
  width: 3.5em;
  padding-left: 5vw; }

.logo a:hover {
  opacity: 80%;
  transition: ease-in .2s; }

.info {
  width: 35%;
  position: absolute;
  z-index: 10; }

.info h1 {
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  width: 70%;
  margin: auto;
  margin-top: 15vw;
  margin-bottom: 5vw;
  color: #7e5aa5;
  font-size: 3em; }

p {
  width: 70%;
  color: #140f2d;
  font-family: omnes-cond, sans-serif;
  font-style: italic;
  letter-spacing: .05vw;
  font-weight: 300;
  font-size: .95em;
  margin: auto;
  margin-top: 2vw;
  line-height: 1.5em; }

.info p {
  margin-bottom: 5vw; }

.info a {
  text-decoration: none;
  border: 2px solid #f1866c;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  letter-spacing: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  box-sizing: border-box;
  color: #f1866c;
  margin-left: 5vw; }

.info a:hover {
  color: white;
  background-color: #f1866c;
  transition: ease-in .2s; }

.info2 {
  display: none; }

.contain {
  width: 65%;
  float: right; }

#fullnav {
  position: absolute;
  z-index: 100; }

/* Gallery */
.flexbox {
  display: flex;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: wrap;
  height: 115.15vw;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 5vw; }
  .flexbox .item {
    position: relative;
    width: 50%; }
    .flexbox .item img {
      width: 100%;
      display: block;
      transition: all .3s; }
    .flexbox .item .title {
      display: none;
      position: absolute;
      top: 48%;
      left: 0;
      width: 100%;
      padding: 0 3%;
      font-size: 30px;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.42); }

.item:hover .hover {
  opacity: .95; }

.hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f1866c;
  margin: auto;
  text-align: center;
  color: white; }

.text {
  width: 90%;
  font-family: omnes-cond, sans-serif;
  font-style: italic;
  letter-spacing: .05vw;
  font-weight: 300;
  margin: auto;
  padding-top: 25%;
  box-sizing: border-box;
  text-align: center; }

.text h1 {
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  font-size: 1.5em;
  text-align: center;
  margin: auto;
  margin-bottom: 2vw; }

/* End of Gallery */
.footer {
  width: 100%;
  clear: both;
  height: 8vw;
  background-color: #140f2d;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0; }

.footerlogo {
  height: 5vw;
  float: right;
  padding-right: 2vw;
  margin-top: 1vw;
  box-sizing: border-box;
  align-content: center; }

.links {
  width: 25%;
  clear: both;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-top: 2vw; }

.links a img {
  height: 2.5vw; }

.links a:hover {
  opacity: 75%;
  transition: .5s ease; }

.footer a:hover {
  opacity: 75%;
  transition: .5s ease; }

h3 {
  font-family: omnes-cond, sans-serif;
  font-style: italic;
  letter-spacing: .05vw;
  font-weight: 300;
  color: #7e5aa5;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.25vw; }

.sticky-wrapper {
  height: auto !important; }

.outer {
  height: 55vw; }

.logo2 {
  width: 35%;
  z-index: 100;
  margin: left;
  text-align: left;
  float: left;
  padding-top: 1vw;
  box-sizing: border-box; }

.logo2 a img {
  width: 3.5em;
  padding-left: 5vw;
  z-index: 100; }

.logo2 a:hover {
  opacity: 80%;
  transition: ease-in .2s; }

.headline {
  display: none; }

.about {
  width: 35%;
  clear: both;
  float: left;
  height: 700px;
  background-color: white; }

.about h1 {
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  width: 70%;
  margin: auto;
  margin-bottom: 2vw;
  margin-top: 12vw;
  font-size: 2em;
  color: #7e5aa5; }

.about p {
  font-weight: 300;
  line-height: 2vw;
  margin-bottom: 5vw; }

.monitor {
  margin-top: 10vw; }

.resume a {
  text-decoration: none;
  border: 2px solid #f1866c;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  letter-spacing: .5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  box-sizing: border-box;
  color: #f1866c;
  margin-left: 5vw; }

.resume a:hover {
  color: white;
  background-color: #f1866c;
  transition: ease-in .2s; }

.me {
  width: 60%;
  float: right; }

.me p {
  display: none; }

.resume2 {
  display: none; }

.collage {
  width: 100%;
  height: 55vw;
  background-image: url(images/aboutme2-01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }

.altnav {
  width: 100%;
  height: 5em;
  margin: auto;
  background-color: white;
  text-align: center;
  align-items: center;
  position: fixed;
  background-color: white;
  position: fixed;
  z-index: 100; }

.contactinfo {
  width: 35%;
  clear: both;
  float: left;
  height: 55vw;
  background-color: white;
  position: fixed; }

.contactinfo h1 {
  margin-bottom: 3vw;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  width: 70%;
  margin: auto;
  margin-top: 15vw;
  margin-bottom: 1vw;
  color: #7e5aa5;
  font-size: 2.5em; }

.contactinfo h2 {
  width: 80%;
  margin: auto;
  font-family: omnes-cond, sans-serif;
  font-style: italic;
  letter-spacing: .05vw;
  font-weight: 300;
  color: #f1866c;
  margin-left: 5vw;
  font-weight: 500; }

.contactinfo p {
  font-weight: 350;
  font-size: 1em;
  line-height: 2.2vw; }

.contactcontainer {
  width: 60%;
  height: 65vw;
  float: right; }

.contactinfo a:hover {
  opacity: .75;
  transition: .2s ease-in; }

.contact {
  width: 100%;
  height: 65vw;
  float: right;
  margin: auto;
  text-align: center;
  background-color: #f7b40d; }

#ajax-contact {
  width: 80%;
  margin: auto;
  padding-top: 10vw; }

.contactfooter {
  width: 100%;
  position: relative; }

#form-messages {
  height: auto; }

#description {
  clear: both;
  width: 35%;
  float: left;
  margin: auto;
  height: 700px;
  background-color: white;
  position: fixed; }

#description a {
  text-decoration: none; }

#description h1 {
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  width: 70%;
  margin: auto;
  color: #7e5aa5;
  font-size: 1.75em;
  margin-bottom: .5vw; }

#description h2 {
  width: 70%;
  margin: auto;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  color: #f1866c;
  margin-left: 5vw;
  font-weight: 500; }

#description p {
  clear: both;
  margin-top: 2vw;
  font-size: .9em; }

.crescendo {
  padding-top: 12vw;
  box-sizing: border-box; }

.crescendo p {
  margin-bottom: 3vw; }

.next {
  width: 70%;
  position: relative;
  align-items: center; }

.next h2 {
  font-size: 1em;
  padding: 0;
  color: #7e5aa5; }

.next a {
  color: #7e5aa5;
  font-size: 1em; }

.back {
  width: 50%;
  float: left; }

.here {
  width: 50%;
  float: right;
  text-align: right; }

#project {
  width: 65%;
  float: right;
  height: xx; }

#project img {
  max-width: 100%;
  padding-top: 3vw; }

.bags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  text-align: center;
  padding-top: 3vw; }

.bags a {
  width: 45%;
  margin: auto;
  text-align: center; }

.under {
  display: none; }

iframe {
  padding-top: 3vw;
  box-sizing: border-box; }

h4 {
  margin-top: 2em;
  margin-bottom: 2em;
  box-sizing: border-box;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 500;
  font-size: 1em;
  color: #7e5aa5; }

h4 a {
  color: #7e5aa5;
  text-decoration: none; }

h4 a:hover {
  color: #f1866c;
  transition: .2s ease-in; }

.ww {
  padding-top: 12vw;
  box-sizing: border-box; }

.ww p {
  margin-bottom: 3vw; }

.development {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  text-align: center;
  padding-top: 3vw;
  margin: auto;
  align-items: center; }

.development img {
  height: 30vw;
  margin: auto;
  text-align: center; }

#project h2 {
  margin: auto;
  text-align: center;
  padding-top: 5vw;
  box-sizing: border-box;
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 400;
  font-size: 1.5em;
  color: #f1866c; }

.ss {
  padding-top: 10vw;
  box-sizing: border-box; }

.ss p {
  margin-bottom: 2vw; }

.ss a {
  color: #f1866c; }

.ss a:hover {
  opacity: .5;
  transition: .2s ease; }

#project.sspics {
  margin-top: 3vw; }

.next a {
  color: #7e5aa5; }

.next a:hover {
  color: #f1866c;
  opacity: 1;
  transition: .2s ease-in; }

#description.eb {
  padding-top: 9.5vw; }

.eb p {
  margin-bottom: 3vw;
  line-height: 1.75vw; }

.covers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  text-align: center;
  padding-top: 3vw;
  margin: auto;
  text-align: center; }

.covers img {
  height: 12vw;
  margin: auto;
  text-align: center; }

.ebpics h1 {
  font-family: omnes-cond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  font-size: 18px;
  font-size: 1.5em;
  color: #7e5aa5;
  margin: auto;
  text-align: center;
  margin-top: 3vw; }

#description.mag {
  padding-top: 10vw; }

.mag p {
  margin-bottom: 3vw;
  line-height: 1.5vw; }

.magpics {
  margin-top: 3vw; }

.od {
  margin: 0;
  padding-top: 9vw; }

.od p {
  margin-bottom: 3vw;
  line-height: 1.75vw; }

.lmn {
  padding-top: 12vw;
  box-sizing: border-box; }

#description.lmn p {
  margin-bottom: 3vw; }

.bicycle {
  padding-top: 12vw;
  box-sizing: border-box; }

.bicycle p {
  margin-bottom: 3vw; }

#project.bicyclepics {
  margin-top: 3vw; }

.zarbees {
  padding-top: 9vw; }

.zarbees p {
  line-height: 1.75vw;
  margin-bottom: 3vw; }

.diner {
  padding-top: 8vw; }

.diner p {
  line-height: 1.75vw;
  margin-bottom: 3vw; }

h1 {
  font-size: 5em; }

.diner a {
  text-decoration: none;
  color: #f1866c; }

.diner a:hover {
  opacity: .5;
  transition: .2s ease-in; }

.next a {
  color: #7e5aa5; }

.next a:hover {
  color: #f1866c;
  opacity: 1;
  transition: .2s ease-in; }

/* ---------------1080 Break --------------------------------------*/
@media screen and (min-width: 667px) and (max-width: 1080px) {
  body {
    background-color: white; }

  .altnav {
    background-color: white; }

  .outer {
    height: 20vw;
    clear: both; }

  .about {
    clear: both;
    position: inherit;
    width: 100%;
    height: 20vw;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
    margin: auto; }

  .monitor {
    display: none; }

  .headline {
    display: block;
    width: 100%;
    height: 20vw;
    clear: both;
    margin: auto;
    clear: both;
    margin: auto;
    text-align: center; }

  .me {
    clear: both;
    width: 100%;
    margin: auto; }

  .me p {
    width: 60%;
    display: block;
    float: left;
    line-height: 3.5vw;
    padding: 5vw;
    box-sizing: border-box; }

  .collage {
    height: 48vw;
    background-image: url(images/aboutme-01.png);
    background-position: center center; }

  .resume2 {
    display: block;
    width: 35%;
    float: right;
    margin: auto;
    margin-top: 20vw;
    text-align: center;
    margin-right: 5vw; }

  .resume2 a {
    width: 25vw;
    height: 10vw;
    text-decoration: none;
    border: 2px solid #f1866c;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    letter-spacing: .5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    color: #f1866c;
    margin: auto;
    text-align: center; }

  .resume2 a:hover {
    color: white;
    background-color: #f1866c;
    transition: ease-in .2s; }

  .footer {
    position: relative; }

  .contact {
    height: 75vw; }

  .contactcontainer {
    height: 75vw; }

  .crescendo p {
    line-height: 2.5vw;
    margin-bottom: 3vw; }

  .ww p {
    line-height: 2.5vw;
    margin-bottom: 3vw; }

  #description.ss {
    padding-top: 11vw;
    box-sizing: border-box; }

  .ss p {
    line-height: 2.25vw;
    margin-bottom: 3vw; }

  #description.eb {
    padding-top: 11vw;
    box-sizing: border-box; }

  #description.eb p {
    font-size: .9em;
    line-height: 2.25vw;
    margin-bottom: 3vw; }

  #description.mag {
    padding-top: 12.5vw; }

  #description.mag p {
    font-size: .9em;
    line-height: 2.5vw;
    margin-bottom: 3vw; }

  #description.od {
    padding-top: 11vw;
    box-sizing: border-box; }

  #description.od p {
    font-size: .9em;
    line-height: 2.25vw;
    margin-bottom: 3vw; }

  #description.lmn {
    padding-top: 13vw;
    box-sizing: border-box; }

  #description.lmn p {
    font-size: .9em;
    line-height: 2.5vw;
    margin-bottom: 3vw; }

  #description.bicycle {
    padding-top: 14vw;
    box-sizing: border-box; }

  #description.bicycle p {
    line-height: 2.5vw;
    margin-bottom: 3vw; }

  #description.zarbees {
    padding-top: 12vw;
    box-sizing: border-box; }

  #description.zarbees p {
    font-size: .9em;
    line-height: 2.25vw;
    margin-bottom: 3vw; }

  #description.diner {
    padding-top: 10vw;
    box-sizing: border-box; }

  #description.diner p {
    line-height: 2.25vw;
    margin-bottom: 3vw; } }
/* ---------------Tablet --------------------------------------*/
@media screen and (min-width: 510px) and (max-width: 860px) {
  body {
    background-color: white; }

  .hero {
    background-position: top center; }

  .arrow {
    margin-top: 44vw; }

  #fullnav {
    height: 5em; }

  .flexbox {
    width: 80%;
    margin: auto;
    text-align: center;
    height: 600vw; }
    .flexbox .item {
      width: 100%;
      text-align: center;
      margin: auto; }

  .contain {
    width: 100%;
    height: 600vw;
    clear: both;
    margin: auto;
    text-align: center; }

  #homework {
    height: 660vw;
    width: 100%; }

  .info {
    display: none; }

  .info2 {
    display: block;
    width: 100%;
    height: 40vw; }

  .info2 h1 {
    margin-top: 15vw;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    color: #7e5aa5;
    font-size: 3em; }

  .info2 p {
    width: 75%;
    line-height: 3.5vw;
    margin-top: 8vw;
    margin-bottom: 8vw; }

  .info2 a {
    text-decoration: none;
    border: 2px solid #f1866c;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    letter-spacing: .5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    color: #f1866c;
    margin-top: 4vw; }

  .logo {
    margin: auto; }

  .footer {
    height: 9vw; }

  .footerlogo {
    height: 8vw;
    margin: auto;
    padding-top: 1vw;
    box-sizing: border-box; }

  .links {
    width: 30%;
    margin: auto;
    text-align: center;
    padding-top: 4vw;
    padding-left: 4vw; }

  .links a img {
    height: 3vw;
    align-items: center;
    margin: auto; }

  .altnav {
    height: 5em;
    background-color: white; }

  .outer {
    height: 20vw;
    clear: both; }

  .about {
    clear: both;
    position: inherit;
    width: 100%;
    height: 20vw;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
    margin: auto; }

  .monitor {
    display: none; }

  .headline {
    display: block;
    width: 100%;
    height: 20vw;
    clear: both;
    margin: auto;
    clear: both;
    margin: auto;
    text-align: center; }

  .headline h1 {
    height: 10vw; }

  .me {
    clear: both;
    float: none;
    display: block;
    width: 100%; }

  .me p {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    line-height: 4.5vw;
    margin: auto;
    margin-bottom: 5vw; }

  .bio {
    float: none;
    width: 85%;
    margin: auto;
    margin-top: 5vw;
    margin-bottom: 5vw; }

  .collage {
    height: 50vw;
    background-image: url(images/aboutme-01.svg);
    background-position: center center; }

  .resume2 {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    height: 15vw;
    margin: auto;
    text-align: center; }

  .resume2 a {
    width: 25vw;
    height: 20vw;
    text-decoration: none;
    border: 2px solid #f1866c;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    float: none;
    letter-spacing: .5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    color: #f1866c;
    margin: auto;
    text-align: center; }

  .resume2 a:hover {
    color: white;
    background-color: #f1866c;
    transition: ease-in .2s; }

  .footer {
    float: none;
    clear: both;
    position: inherit;
    height: 11vw; }

  h3 {
    font-size: .75em; }

  .altnav {
    height: 5em; }

  .contactinfo {
    width: 100%;
    height: 300px;
    display: block;
    margin: auto;
    text-align: center;
    clear: both;
    position: relative; }

  .contactinfo h1 {
    height: 6vw;
    text-align: center; }

  .contactinfo h2 {
    text-align: center;
    margin: auto; }

  .contactinfo p {
    line-height: 4vw;
    text-align: center; }

  .contactcontainer {
    width: 100%;
    height: 90vw;
    display: block; }

  .contact {
    height: 90vw; }

  #description {
    width: 100%;
    clear: both;
    margin: auto;
    padding-top: 12vw;
    box-sizing: border-box;
    text-align: center;
    height: 350px;
    position: relative; }

  #description h1 {
    width: 75%; }

  #description h2 {
    width: 75%;
    margin: auto;
    margin-bottom: 20px; }

  #description p {
    width: 70%;
    line-height: 3vw;
    margin: auto;
    margin-bottom: 5vw; }

  #project {
    width: 100%;
    clear: both;
    display: block;
    height: auto;
    margin: auto;
    text-align: center;
    height: auto; }

  #project section {
    width: 80%;
    clear: both;
    margin: auto;
    text-align: center;
    height: auto; }

  .next {
    display: none; }

  .under h2 {
    width: 100%;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    color: #7e5aa5;
    margin-top: 5em;
    margin-bottom: 5em; }

  .under h2 a {
    text-decoration: none;
    font-size: 1.5em;
    color: #7e5aa5; }

  .under {
    display: block;
    width: 75%;
    height: 40vw;
    margin: auto; }

  .under a:hover {
    color: #f1866c;
    transition: .2s ease-in; }

  h4 {
    font-size: 1.2em; }

  .crescendo p {
    margin-bottom: 5vw; }

  #description.crescendo {
    margin-top: 5vw;
    box-sizing: border-box;
    height: 350px; }

  .ww p {
    margin-bottom: 5vw; }

  #description.ww {
    margin-top: 5vw; }

  .ss p {
    margin-bottom: 5vw; }

  #description.ss {
    margin-top: 5vw; }

  #description.eb {
    margin-top: 5vw; }

  .eb p {
    margin-bottom: 5vw; }

  #description.eb h1 {
    margin-bottom: 2vw; }

  .covers img {
    height: 15vw; }

  #description.mag {
    margin-top: 5vw; }

  .mag p {
    margin-bottom: 5vw; }

  .od p {
    margin-bottom: 5vw;
    line-height: 2.25vw; }

  #description.od {
    padding-top: 13vw;
    margin-top: 5vw; }

  #description.lmn {
    margin-top: 5vw; }

  #description.lmn p {
    margin-bottom: 5vw; }

  #description.bicycle {
    margin-bottom: 45px;
    height: 300px;
    margin-top: 5vw; }

  #description.bicycle p {
    margin-bottom: 5vw; }

  #project.bicyclepics {
    margin-top: 0; }

  .zarbees p {
    margin-bottom: 5vw; }

  #description.zarbees {
    margin-top: 5vw; }

  #description.diner p {
    margin-bottom: 5vw; }

  #description.diner {
    padding-top: 15vw;
    box-sizing: border-box;
    margin-top: 5vw;
    height: 350px;
    margin-bottom: 5vw; }

  .footer {
    position: relative;
    float: none; } }
/* ---------------Mobile -------------------------------------- */
@media screen and (max-width: 510px) {
  body {
    background-color: white; }

  .info2 p {
    line-height: 24px;
    margin-bottom: 10vw; }

  .hover h1 {
    font-size: 24px; }

  .hover {
    padding-top: 0;
    font-size: 16px; }

  .button_container {
    position: fixed;
    top: 3vw;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; }

  #fullnav {
    position: fixed;
    height: 5em;
    z-index: 100;
    background-color: white; }

  .logo {
    clear: both;
    width: 30%;
    height: 20vw;
    margin: 0;
    margin: auto;
    text-align: center;
    padding-top: 1.5vw;
    padding-right: 10vw;
    box-sizing: border-box; }

  .nav {
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    z-index: 100;
    position: fixed;
    margin: auto; }

  #menu {
    width: 100%;
    height: 100%;
    background-color: #140f2d;
    margin: auto; }

  ul#menu li a {
    background-color: #140f2d;
    height: 10vw;
    padding-top: 10vw; }

  .info {
    display: none; }

  .info2 {
    float: none;
    height: 250px;
    width: 100%;
    display: block;
    margin-top: 21vw;
    text-align: center; }

  .info2 h1 {
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    width: 70%;
    height: 4vw;
    margin: auto;
    margin-bottom: 5vw;
    color: #7e5aa5;
    height: 10vw;
    padding-bottom: 5vw;
    font-size: 32px;
    box-sizing: border-box; }

  .hero {
    display: none; }

  .arrow {
    display: none; }

  #homework {
    margin: auto;
    height: 780vw;
    text-align: center; }

  p {
    width: 85%;
    line-height: 24px; }

  .info2 a {
    text-decoration: none;
    border: 2px solid #f1866c;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    letter-spacing: .5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding: 3vw;
    box-sizing: border-box;
    color: #f1866c;
    margin: auto;
    text-align: center;
    margin-top: 4vw;
    width: 100%; }

  .contain {
    clear: both;
    width: 100%;
    margin: auto;
    text-align: center; }

  .flexbox {
    width: 90%;
    margin: auto;
    height: auto; }
    .flexbox .item {
      padding-top: 2vw;
      padding-bottom: 2vw;
      box-sizing: border-box;
      width: 100%;
      text-align: center;
      margin: auto; }

  .footer {
    clear: both;
    width: 100%;
    height: 40vw;
    margin: auto;
    text-align: center; }

  .footerlogo {
    clear: both;
    height: 22vw;
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 3vw;
    padding-right: 0; }

  .links {
    clear: both;
    float: none;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-left: 0; }

  .links a img {
    height: 8vw; }

  h3 {
    margin-top: 1em;
    font-size: .75em; }

  .monitor {
    display: none; }

  .monitor p {
    display: none; }

  .monitor h1 {
    display: none; }

  .monitor h1 {
    display: none; }

  .altnav {
    height: 5em; }

  .about {
    width: 100%;
    margin: auto;
    height: 20vw;
    text-align: center; }

  .headline {
    display: block;
    height: 20vw;
    width: 100%; }

  .headline h1 {
    margin-top: 25vw; }

  .collage {
    margin-top: 20vw;
    background-position: center center; }

  .me {
    height: xx;
    clear: both;
    display: block;
    width: 100%; }

  .me p {
    display: block;
    clear: both;
    float: none;
    width: 85%;
    line-height: 7vw;
    margin-top: 12vw;
    margin-bottom: 20vw;
    text-align: center; }

  .resume2 {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20vw; }

  .resume2 a {
    text-decoration: none;
    border: 2px solid #f1866c;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    letter-spacing: .5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    color: #f1866c;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 5vw; }

  .contactinfo {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 3vw;
    margin-top: 10vw;
    text-align: center;
    margin-bottom: 10vw; }

  .contactinfo h1 {
    height: 13vw; }

  .contactinfo h2 {
    height: 6vw;
    text-align: center;
    margin: auto;
    width: 100%; }

  .contactinfo p {
    font-family: omnes-cond, sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 7vw;
    line-height: 7vw; }

  .contactcontainer {
    width: 100%;
    clear: both;
    height: 120vw; }

  .contact {
    width: 100%;
    height: 120vw; }

  .altnav {
    padding-top: 1.5vw;
    height: 5em; }

  body {
    display: block;
    margin: auto; }

  #description {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 5vw;
    height: auto; }

  #description h1 {
    font-size: 32px;
    margin-top: 16vw;
    margin-bottom: 3vw; }

  .next {
    display: none; }

  #description p {
    line-height: 7vw;
    width: 85%; }

  #description h2 {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 5vw; }

  #project {
    width: 100%;
    clear: both;
    display: block;
    height: auto;
    margin: auto;
    text-align: center;
    height: auto; }

  #project section {
    width: 90%;
    clear: both;
    margin: auto;
    text-align: center;
    height: auto; }

  .under {
    width: 80%;
    clear: both;
    display: block;
    margin: auto;
    height: 40vw;
    align-items: center; }

  .under h2 {
    width: 100%;
    color: #7e5aa5;
    height: 20vw;
    margin-top: 10vw; }

  .under a {
    color: #7e5aa5;
    font-family: omnes-cond, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 18px;
    text-decoration: none;
    align-items: center; }

  .under a:hover {
    color: #f1866c; }

  .back {
    width: 50%;
    float: left; }

  .back a:hover {
    color: #f1866c; }

  .here {
    width: 50%;
    float: right;
    text-align: right; }

  .footer {
    position: relative;
    clear: both;
    display: block; }

  #project h2 {
    font-size: 1.25em;
    margin-top: 5vw;
    margin-bottom: 5vw; }

  .development {
    float: none; }

  .development img {
    height: 46vw;
    float: none; }

  .covers {
    display: block; }

  .covers img {
    width: 80%;
    height: auto; }

  #description.lmn h1 {
    font-size: 32px; }

  #project.bicyclepics {
    padding-top: 0vw;
    box-sizing: border-box;
    maring-top: 0vw; }

  .bicyclepics iframe {
    height: 300px;
    padding: 0;
    margin-top: 8vw; }

  .diner {
    margin-top: 5vw; }

  .lmnpics img {
    margin-bottom: 8vw; }

  .lmnpics iframe {
    height: 300px;
    padding: 0;
    margin-bottom: 8vw; } }

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