@media only screen and (max-width: 720px){
  .eklipsePictures{
    display: none;
  }
  .navBar{
    display: flex;
    flex-direction: column;
  }

nav{
  width: 100%;
  display: none;
}

  nav ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .burgerMenu{
    display: block;
    max-height: 70px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .close{
      display: none;
      max-height: 60px;
      padding-right: 20px;
      padding-left: 10px;
      padding-bottom: 20px;
  }

  nav ul li a {
    text-decoration: none;
    color: #000;
    padding-right: 20px;
    text-transform: uppercase;
    font-family: obvia, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: larger;
  }
  nav ul li {
    margin-bottom: 30px;
  }

  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }

  .menuIcon{
    width: 80%;
    display: flex;
    justify-content: flex-end;
  }
}
