@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    font-family: 'Mulish', 'Poppins';
    /* background-color: rgb(18, 24, 34);*/
    /* background-color: rgb(68, 74, 84); */
    /* background-color: rgb(228, 234, 244);  */	
    /* background-color: #F5F8D6;
       color: rgb(40, 40, 40); */
   /* background-color: #17171d;
    color: #fff; */
    background-color: #ccc ;
    color: #17171d;
    font-weight: 300;
    font-size: 1em;    
    background-size: auto 100%;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    margin-top: 20%;
}

h1 {
    font-family: 'Mulish', 'Poppins', cursive;
    color: #666;
}

.splash-imgs {
    /*	box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    padding: 2%;
    width: 80%;
    margin-top: 2%;
    margin-left: 10%;
    position: relative;
}

.artist-sheet:hover {
    padding: 0%;
    width: 95%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 4%;
    position: relative;
    color: blanchedalmond;
    font-weight: 400;
    background-color: black;
    transition: 1s linear 0.5s;
    font-weight: 200;
       box-shadow: 10px 3px 8px  rgba(80, 80, 80, 0.19), 10px 1px 7px  rgba(80, 80,80, 0.19);
}

.artist-sheet{
    color:#ccc;

}

.artist-sheet  a{
    color:#ccc;

}


.artist-image {
    padding: 0%;
    width: 95%;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 4%;
    position: relative;
}

.img350 {
    width: 50%;
    /* max-height: 900px;  */
    padding-left: 10%;
    padding-bottom: 3%;
}

.img350shadow {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.19), 0 1px 7px 0 rgba(0, 0, 0, 0.19);
    width: 70%;
    /* max-height: 900px;  */
    margin-left: 5%;
    margin-bottom: 3%;
}

.imgArtista {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.19), 0 1px 7px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
    max-height: 900px;
    margin-top: 10%;
}

.img250 {
    width: 50%;
    padding-left: 10%;
}

.img150 {
    width: 35%;
    padding-left: 10%;
}

.graf-splash {
    width: 130px;
    height: 130px;
    object-fit: cover;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.graf-splash1 {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19), 0 1px 7px 0 rgba(0, 0, 0, 0.19);
    width: 15%;
    height: 15%;
    min-width: 35px;
    min-height: 35px;
    max-height: 240px;
    max-width: 240px;
    object-fit: cover;
    margin-left: 1%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    padding-top: 0%;
}

.titolo {
    top: 0;
    width: 4%;
    /*	overflow: hidden;
	background-color: rgb(250,250,250);	*/
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 0px;
    font-family: 'Poppins', cursive;
    color: #777;
    font-size: 300%;
    position: fixed;
}

.corsivo {
    font-family: 'Poppins', cursive;
    color: #ccc;
    font-size: 1.3em;
}

.fixed-menu {
    position: relative;
    top: 10%;
    width: 100%;
}

a {
    font-family: 'Poppins', cursive;
    /* color: #2a2; */
    color: #771;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}

a:hover {
    color: #aaf;
}

.blocco-comp1 {
    width: 90%;
    text-align: left;
    margin-top: 2%;
    margin-left: 2%;
    font-size: 14px;
}

.tab {
    padding-right: 7%;
    padding-bottom: 2%;
}

.docs_frame {
    width: 1200px;
    max-width: 1200px;
}

.linkt {
    color: black;
    font-weight:500; 
    background-color: #ffd; 
    padding-left: 5%;
    padding-top:2%;
    padding-bottom:2%; 
    width: 70%; 
    border: 1 2 1 1;
}

  #slide-in-menu {
    position: fixed;
    top: 0;
    right: -250px; /* Initially hidden off-screen */
    width: 250px;
    height: 100vh;
    background-color: #777;
    transition: right 0.3s ease;
    opacity:.63;
  }
  
  #slide-in-menu ul {
    list-style-type: none;
    padding: 0;

  }
  
  #slide-in-menu li {
    padding: 10px;
  }
  
  #slide-in-menu a {
    color: white;
    text-decoration: none;
  }
  
  #menu-trigger {
    cursor: pointer;

    
  }
