/* The side navigation menu */
.side {
    height: 144%; /* 100% Full-height */
    z-index: 1;
    background-color: #C0D993; /* Black*/
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -14px;

   
  }
  
  /* The navigation menu links */
  .side a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: center;
  }
  .side a:hover,.side a:focus{
    background-color:#a1cc58  !important;
    color:black;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: grey;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  @media screen and (max-height:450px ){
    .header{
      background-color:#a1cc58;
      height:60px;
      position: relative;
  border-radius:25px;
    }
    .header span{
     padding:15px;
  color:white;
  cursor:pointer;
     
    }
   .header span :hover{
  color:#333;}
    .yesser{position:relative;
      margin-top: 30%;
      width: 100%;
  height:300px;}
  }

  @media screen and (min-height: 450px) {
  
      .header{
        background-color:#a1cc58;
        height:60px;
        position: relative;
    border-radius:25px;
    z-index: -200;
    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
      }
      .header span{
       padding:15px;
    color:white;
    cursor:pointer;
       
      }
     .header span :hover{
    color:#333;}
      .yesser{position:relative;
        margin-top: 30%;
        width: 100%;
    height:300px;}
   
  }
  
  @media screen and (max-height:1200px ){

    .side {
      height: 144%; /* 100% Full-height */
      z-index: 1;
      background-color: #C0D993; /* Black*/
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      margin-left: -15px;
     
    }

   
  }