
#splashScreen {
    background-image: url(images/image_a93c8f372fd919b7ba373d3c888b6444.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#languageScreen {
    background-image: url(images/piazza-ducale-bg-white.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



#languageScreen .overlay, #modeScreen .overlay {
    background: #9a1c1c;
}


/*.logo {*/
/*    width: 140px;*/
/*    height: 140px;*/
/*    border-radius: 20px;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*    margin-bottom: 20px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*    font-size: 1.0rem;*/
/*    background-image: url('images/logo-museo-imprenditoria.svg');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-size: 50%;*/
/*    background-repeat: no-repeat;*/
/*    padding: 20px;*/
/*}*/

.logo {
    width: 180px;
    height: 70px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.0rem;
    background-image: url(images/logo-museo-imprenditoria-rounded.svg);
    background-size: cover;
    background-position: center;
    background-size: 180px;
    background-repeat: no-repeat;
    padding: 20px;
}



.toggle-button, #languageButton, #modeButton, .modeButton, .toggle-button:hover, #languageButton:hover, #modeButton:hover, #languageButtonList, #languageButtonList:hover, #modeButtonList, #modeButtonList:hover  {
    color: white;
    background: #9a1c1c !important;
}

#listScreen {
    background: #9a1c1c !important;
}

.list-item-content {
    color: #9a1c1c !important;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
    background: #9a1c1c !important;
}

#detailScreen {
    background: #9a1c1c !important;
}

#orientationOverlay {
    background-image: url(images/image_a93c8f372fd919b7ba373d3c888b6444.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.loghi-vigevano {
    background: white;
    border-radius: 4px;
    width: 100%;
    height: 38px;
}

.logo {
    position: relative;
    top: -40px;
}