body{
  height: 100%;
  background-color: #000000;
}
.altesmain{
  padding-left: 5%;
  padding-right: 5%;
}

#logotop{
  width: 15%;
}


.navigation{
 display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(+2rem);
transition: visibility 350ms ease, opacity 350ms ease, transform 350ms ease;
  /* transform: translateY(+2rem); */
}

#popupmenu{
  text-align: center;
  width: 14rem;
  height: 3rem;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto auto;
  grid-row-gap: 1rem;
  /* grid-template-areas:
      "a projects projects a"
      "about-me about-me contact contact" */
    }
.projects{
  /* grid-area: projects; */
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.about-me{
  /* grid-area: projects; */
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.contact{
  /* grid-area: projects; */
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;

}
label div div{

    transition: transform 800ms ease;
  }


 label div div.top {

   /* animation: burgerTopReverse 1200ms ease forwards; */
   }

 label div div.middle {
   /* animation: burgerMiddleReverse 1200ms ease forwards; */
 }

 label div div.bottom {
  margin-bottom: 0;
  /* animation: burgerBottomReverse 1200ms ease forwards; */
}


#popupmenu div a{
  color: #0D364B;
  text-decoration: none;


}
input[type=checkbox]:checked ~ .navigation {
  visibility: visible;
  opacity: 1;
transform: none;
}
/* input{
  display: none;
} */

 input[type=checkbox]:checked ~ label .top {




   transform: translateY(275%) rotate(-315deg)  scaleY(0.2) scaleX(0.5);


 /* animation: burgerTop 1200ms ease forwards; */

}

 input[type=checkbox]:checked ~ label .middle {

  transform: rotate(-135deg)  scaleX(0) scaleY(0);
  /* animation: burgerMiddle 1200ms ease forwards; */
}

 input[type=checkbox]:checked ~ label .bottom {
  transform: translateY(-275%) rotate(315deg) scaleY(0.2) scaleX(0.5);
  /* animation: burgerBottom 1200ms ease forwards; */
}

input{
  display: none;
}
label{

  display: flex;
justify-content: center;
  /* width: 1.5rem;
  height: 1.5rem; */
  margin:0.5rem;
}
.container{
  height: 2rem;
  width: 2.5rem;
  margin-bottom: 1rem;
}
label div div{
  display: block;
  height: 0.3rem;
  background-color: white;
}
.middle{


  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.alterheader{
  display: none;
}
.navtopgrad, .navbottomgrad{
  display: none;
}
.banner{
width: 80%;
}
#gradtop{
height: 2rem;
}
h2 {
  font-size: 3rem;
}
.wrapper2{
  min-height: 25vh;
}
