/* Regole relative alla schermata di caricamento */
#schermata_caricamento
{
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: center;*/
    /*top: 0;*/
    /*left: 0;*/

    /*padding-top: 10rem;*/
    /*padding-bottom: calc(10rem - 72px);*/
    /*background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/bg-masthead-wedding-ld.jpg");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: scroll;*/
    /*background-size: cover;*/
    /*background: url('../img/bg-masthead-wedding-ld.jpg') no-repeat center center;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*opacity: 0.75;*/

    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    margin-top: 20%;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

#schermata_caricamento > img
{
    display: block;
    margin: auto;
    margin-top: 1rem;
    alignment: center;
    width: 40%;
}