html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../../public/slide1.jpg");
    background-position: center center;
    background-size: cover;
}

.panel-intro {
    width: 100%;
    max-width: 60vw;
    padding: 15px;
    margin: 0 auto;
}

    .panel-intro h1 {
        font-size: 58px;
        font-weight: bold;
        color: #c0002b !important;
    }

        .panel-intro h1 b {
            color: white;
        }

.panel-reserved {
    color: #fff;
    background: rgba(0,0,0,0.67);
    text-align: left;
    min-height: 180px;
}

    .panel-reserved i {
        color: #c0002b !important;
    }


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #111111;
    color: white;
    font-size: 0.8em;
    text-align: left;
    padding: 10px;
}

@media (max-width: 767.98px) {
    /*Classi per Mobile*/
    .panel-intro h1 {
        font-size: 32px;
    }
}
