@charset "utf-8";
/* CSS Document */
html, body {height:100%; margin:0px;}



#cover{background-image: url('../images/stadio_cover.jpg'); background-size: cover; min-height:380px; background-position: center center; position: relative; margin-top:56px}

.cover-filter{background: #000; width: 100%; height:100%; position: absolute; z-index:0; opacity: 0.4; top:0px;}

div.container{position: relative; z-index: 1;}

.b_ck{border:1px solid #FF0000;}

.box_logo{width: 50%; height:200px; text-align: center;}

.countdown{max-height: 100px; max-height: 200px;}

.prova{
    background-image: url('../images/stadio_cover.jpg'); 
    background-size: cover; 
    min-height:400px; 
    background-position: center center;}

.fz-12{font-size: 12px;}
.fz-10{font-size: 10px;}

.pointer{cursor: pointer;}




@media screen and (max-width:991.98px) {
  
  div.card{min-width: 40%;}
  .nav-link i {display: none;}
}
