body {
    color: black;
}

a{
    color: #000000!important;

}

#navbar{
    background-color: #EEEEEE;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000!important;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: red;
}
#titolo{
    display: none;
}

.sfondoHotel{
    background-color: black;
}

.card-block{
    background-color: #000000
}

.card-block a{
    color: black;
}

footer{
    background-color: black;
}

.form_login img{
    width: auto;
}

input[type="submit"] {
    background: #000000!important;
    padding:0px;
}

.carousel-indicators{
    display:none;
}

.navbar-light .navbar-toggler-icon{
    background-color: white;
}

.navbar .active>a::before, .navbar .active>a::after{
    background-color: #000000!important;

}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form_login input[type="password"]{
    color: #000000!important
}

.videoAff{
    width:50%;
    padding:10px;
    float:left;
}
.videoAff h1{
    text-align: center;
}
#accordion1 .card{
    background-color: #000000;
}
#accordion1 .card .card-header{
    background-color: #000000;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px)  {
    .videoAff{
        width:100%;
    }
}

@media (max-width: 991.98px) {
    #carousel-banner {
        display: none !important;
    }
}