body {
    font-family: "Helvetica", sans-serif;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-3-13 21:21:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
 @keyframes slide-in-left {
    0% {
      transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  

#horizontal-nav{
    background-color: #FFFFFF;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin: 3vh 0;
}

.live-vertical {
    display: flex;
    visibility: visible;
	animation: slide-in-left 0.5s both;
    flex-direction: column;
}

#vertical-nav:not(.live-vertical) {
    display: none;
}

nav > ul {
    list-style-type: none;
}

nav {
    height: auto;
    min-height: 6vh;
    overflow-x: hidden;
}

nav > ul > li {
    margin: auto 0;
    font-size: x-large;
}

nav > ul > li > a, h2 > a{
    color: #000000;
    text-decoration: none;
}

#horizontal-nav > li:first-child {
    font-size: xx-large;
}

.section {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    padding: 15vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}


.section > .roctangle {
    width: 60vw;
    background-color: #FFFFFF;
    border-radius: 40px;
    opacity: 0.88;
    display: flex;
    flex-direction: row;
    padding: 1em;
    align-items: center;
}

#about {
  flex-direction: column;
}

#about > div:not(.content) {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

#about > .content {
  width: 100%;
}

#about > div > img {
  margin: auto;
}

content > h2 {
    text-align: center;
    font-weight: bolder;
}


.picture {
    max-width: 35vw;
    max-height: 45vh;
    margin: 0 auto;
    border-radius: 40px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.content {
    vertical-align: top;
    width: 32vw;
}

#pippinGrass{
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/pippinGrass.jpg');
}

#luna {
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/luna.jpg');
}

#pippinSun {
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/pippinSun.jpg');
}

#pippinDirt {
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/pippinDirt.jpg');
}

#snow {
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/snow.jpg');
}

#sunset {
    background-image: linear-gradient(rgba(44, 44, 46, 0.5), rgba(44, 44, 46, 0.5)), url('img/sunset.jpg');
}

.socialslist > li {
  list-style: none;
  margin: 1em 0;
  width: fit-content;
  width: -moz-fit-content;
}

.socialslist > li img {
  height: 100%;
  margin-right: 2em;
}

.socialslist > li p {
  margin: auto 0;
  font-size: large;
}

.socialslist > li a {
  height: 48px;
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 900px) {
    #horizontal-nav > li:not(:first-child) {
        display: none;
    }

    .hamburger {
        min-height: 5vh;
        margin: auto 5vw auto;
    }

    .picture {
        max-width: 80%;
        display: inherit;
    }


    .section > .roctangle {
        flex-direction: column;
   }
}

@media (min-width: 900px) {
    .hamburger {
        display: none !important;
    }
}

@media (max-width: 1050px) {


    .section > .roctangle, .content {
        width: 80vw !important;
    }
}

@media (max-height: 600px) {
    .picture {
        max-height: inherit;
    }
}

@media (max-height: 800px) and (min-width: 1700px) {
    #profile-picture {
        max-height: inherit;
    }
}

#other-projects {
    width: 100%;
}
