.slimDiv {

    margin-top: 0px;
    margin-bottom: 0px;
    /*margin-right: 150px;*/
    /*margin-left: 80px;*/


    padding-top: 32px;
    padding-bottom: 16px;
    /*padding-left: 80px;*/
    /*padding-right: 30px;*/
    /*color: aqua;*/
    /*background-color: beige;*/

  } 

  .Myleft{
    left: 0;
   
  }

.MyUnderLine {
    border-bottom: 2px solid orange;
    padding-bottom: 10px;
    width :auto;
    /*width: 400px;*/
}

div.MyLine2 {
    background-color: orange;
    width: 200px;
    height: 2px;
    border: 0;
}

div.MyLine4 {
    background-color: orange;
    width: 400px;
    height: 2px;
    border: 0;
}

div.MyLine4Center {
    background-color: orange;
    width: 400px;
    height: 2px;
    border: 0;
    align-items: center;
    align-content: center;
    text-align: center;
    
}

MyLine4Center4{
    background-color: orange;
    width: 400px;
    height: 2px;
    border: 0;
    align-items: center;
    align-content: center;
    text-align: center;

}

div.MyLine5 {
    background-color: orange;
    width: 500px;
    height: 2px;
    border: 0;
}



.menu-list {
    display: block;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    white-space: nowrap;
  }
  
  .menu-list-item {
    display: block;
    min-width: 90px;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;
    color: #000;
  }
  
  .menu-list-item a {
    display: block;
    cursor: pointer;
  }
  
  .menu-list-item:hover a {
    text-decoration: none;
    color: rgba(153, 153, 153, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  
  @media(min-width: 480px) {
    .menu-list-item { display: inline-block; }
    .menu-list-item a { min-width: 90px; }
  }


  /*
  html, body {
    font-family: 'Tahoma', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 90%;
}
*/