.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;


}

.overlay-content {
  position: fixed;
  background-color: white;
  padding-top: 1rem;
  right: 2rem;
  text-align: right;
}

.overlay a {
  padding: 3px;
  padding-top: 0.6rem;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
  display: block;
  transition: 0.3s;
  border-right: 11px solid black;
}

.overlay a:hover, .overlay a:focus {
  color: #0e9789;
}

.mobile-menu-logo{
  width: 200px;
  margin-bottom: -7px;
}

.mobilebtn {
  display: none;
  position: fixed;
  z-index: 1000;
  right:5px;
  top:5px;
  background-color: white;
  border-style: solid;
}

.openbtn {
  display : block;
  position: relative;
  padding: 10px;
  top:0px;
  font-size: 15px;
  font-weight: bold;

}
.closebtn {
  display : none;
  position: relative;
  padding: 10px;
  top: 0px;
  font-size: 15px;
  font-weight: bold;

}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
    padding: 6px 8px 6px 16px;}

}

@media screen and (max-width: 700px) {

    body {
        position: relative;
        top: 0;
    }



        .main {
            margin-left: 0px; /* Same as the width of the sidebar */
            padding: 50px 15px 15px 10px;
          }

          .main-pic {
            margin-top: 20px;
            padding: 0px -15px -15px 0px;
           }

           .intro {
            padding-top: 1rem;
          }

          .main-pic-big {
            width: 100rem;
            padding-right:30px;
            
           }


    :root {
     

    }

   
    .sidenav {
        display: none;
    }

    .mobilebtn {
      display: block;
  }

   

}
