<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logoMySolisArt1 {
  // Logo Solisart
  clear: none;
  color: rgb(0, 0, 0);
  display: block;
  float: left;
  height: 100%;
  margin-left: 3.7321%;
  margin-top: 0;
  max-width: 200%;
  width: 30%!important;
}

.mobile-nav {
    float: right;
//    margin-left: 0%;
    margin-top: 2%;
    width :250px;
   //background-color: yellow;
}

.menu-btn {
 margin-left: 80%;
    
}

.menu-btn div {
 position: absolute;
 top: 64%;
 padding-right: 0px;
 margin-top: -0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
// z-index: 99;
}
 
.menu-btn span {
 display: block;
 width: 60px;
 height: 13px;
 margin: 16px 0px;
 background: rgb(0,0,0);
 //z-index: 99;
}


.responsive-menu{
 display: none;
 text-align: right;
 font-weight: bold;
 font-size: 30px;
}

.responsive-menu li{
list-style-type:none;
margin-top: 10px;
color : white;
}

.responsive-menu li a:hover{
    //background-color: orange;
    text-decoration:underline;
    -moz-text-decoration-color: #f4a708; /* Code for Firefox */
    //text-decoration-color: #f4a708; 
    color : #f4a708;   
    }

.expand {
 display: block !important; 
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.mobile-nav {
    float: right;
    margin-right: -4%;
    margin-top: 6%;
    width :120px;
   //background-color: yellow;
}

.responsive-menu{
 font-size: 0.7em;
}

.menu-btn span {
 display: block;
 width: 20px;
 height: 4px;
 margin: 4px 2px;
 background: rgb(0,0,0);
 z-index: 99;
}

}
</pre></body></html>