body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
}

.italic {
  font-style: italic;
}

h1,
h2 {
  font-family: "League Spartan";
}

#action {
  transition: all 1s ease-in-out 0s;
}

.portfolio {
  text-align: center;
  align-items: center;
  width: 100vw;
}

.portfolio img {
  width: 100%;
  display: inline-block;
}

.portfolio .text {
  max-width: 600px;
  margin: auto;
  padding: 50px;
  text-align: left;
  margin-bottom: 100px;
  background-color: white;
}

.article-img {
  width: 30%;
  display: inline-block;
}

.article-link img {
  max-width: 150px;
  max-height: 150px;
}

.navigation-bar a {
  text-decoration: none;
  color: black;
}

#portfolio-list {
  max-width: 600px;
  margin-top: 80px;
  margin: 80px auto;
}

#portfolio-list li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 4em;
  }

  .main {
    margin: 0px;
    width: 100vw;
  }

  .navigation-bar {
    background-color: white;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 100%;
    box-shadow: 0px 0px 10px 3px;
    display: block;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
  }

  .navigation-bar > * {
    margin: 10px;
  }

  .navigation-bar img {
    width: 32px;
    height: 32px;
    margin-top: 35 px;
  }

  .name {
    font-family: "Patrick Hand SC";
  }

  .portrait {
    margin: 0px;
  }

  .portrait img {
    width: 100%;
  }

  .division {
    display: none;
  }

  .section-2 {
    width: 100%;
    margin: 0px;
  }

  .text {
    margin: 10px;
    width: 100%;
  }

  .highlight {
    color: cornflowerblue;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  .main {
    display: flex;
    height: 100vh;
  }

  .navigation-bar {
    background-color: white;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 100%;
    box-shadow: 0px 0px 10px 3px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
  }

  .navigation-bar > * {
    margin: 10px;
  }

  .navigation-bar img {
    width: 32px;
    height: 32px;
    margin: auto;
  }

  .name {
    font-family: "Patrick Hand SC";
  }

  .portrait {
    height: 100vh;
    max-height: 3000px;
  }

  .portrait img {
    height: 100%;
  }

  .division {
    width: 100px;
    height: 100vh;
    background-color: #83704b;
    margin-right: 100px;
  }

  .section-2 {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .text {
    margin: auto;
    margin-right: 15px;
    padding-top: 80px;
  }

  .highlight {
    color: cornflowerblue;
  }
}
