.modal {
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  /* Add Animation */
@-webkit-keyframes animatetop {
    from {opacity:0} 
    to {opacity:1}
  }
  
  @keyframes animatetop {
    from {opacity:0}
    to {opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top:20px;
    right:20px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.text-menu-toogle{
    font-size: 10px;
}