* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  min-height: 100vh;
  background-color: black; }

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal; }

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal; }

header {
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-top: 50px; }
  header svg {
    width: 80vw; }
    header svg path {
      fill: white; }
  header div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
  header a {
    text-decoration: none;
    color: white; }
  header h1, header h2, header h3 {
    font-weight: 100;
    color: white; }
  header h1 {
    font-size: 7vw; }
  header h2 {
    font-size: 5vw; }
  header nav {
    display: flex;
    width: 70vw;
    justify-content: center; }
    header nav ul {
      display: flex;
      width: 100%;
      list-style: none;
      padding: 0px;
      justify-content: space-between; }
      header nav ul li {
        list-style: none; }
      header nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2em;
        border: 5px solid white;
        padding: 20px 15px 15px 15px;
        background-color: transparent;
        transition-duration: 0.4s; }
      header nav ul a:hover {
        cursor: pointer;
        background-color: white;
        color: black; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  box-shadow: 10px 10px gray;
  z-index: 1; }

.dropdown:hover .dropdown-content, .dropdown:active {
  display: block; }

main {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-self: center;
  align-items: center;
  width: 100vw; }

.item-wrapper {
  margin-top: 10%;
  width: 60vw;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center; }
  .item-wrapper article {
    width: 45vw; }
  .item-wrapper img {
    width: 100%;
    margin-bottom: 50px; }
  .item-wrapper h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 3em;
    line-height: 1em;
    padding-top: 50px;
    padding-bottom: 40px; }
  .item-wrapper p, .item-wrapper ul {
    font-family: "Libre Baskerville", serif;
    line-height: 2em;
    font-size: 1em; }
  .item-wrapper ul {
    padding-top: 30px;
    padding-left: 30px;
    margin-bottom: 30px; }

footer {
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: 80vw;
  padding-top: 200px;
  padding-bottom: 50px; }
  footer svg {
    width: 80vw; }
    footer svg path {
      fill: white; }
  footer span {
    text-align: left;
    align-self: flex-start;
    color: white; }

@media screen and (max-width: 40rem) {
  header {
    margin-bottom: 50px; }
    header nav {
      display: flex;
      width: 70vw;
      justify-content: center; }
      header nav ul {
        display: flex;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center;
        flex-direction: column; }
        header nav ul li {
          list-style: none; }
        header nav ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2em;
          border: 5px solid white;
          padding: 20px 15px 15px 15px;
          background-color: transparent;
          transition-duration: 0.4s; }
    header h1 {
      font-size: 3em; }
    header h2 {
      font-size: 2em; }

  .item-wrapper {
    width: 70vw; }

  article {
    width: 100%;
    padding: 0; }

  .item-wrapper article {
    width: 100%; }

  footer {
    padding-top: 100px; }
    footer span {
      text-align: center;
      align-self: center;
      color: white; } }

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