.GeneratedMarquee {
font-family:Arial, sans-serif;
font-size:2em;
line-height:1.3em;
color:#FF3333;
padding:1.5em;


}

    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
    }
    html, body {
      position: relative;
      height: 100%;
    }
    .navbar{
        height:50px;
        background-color: #FFF;
    }
    nav > div > h4{
        padding-top: 0px;
    }
    .swiper-container {
      
      margin-top:1%;
      
    }
 
    .swiper-button-prev,.swiper-button-next {
        display: none;
    }
    .kello{
        text-align: center;
    }

    #roomselect,#roomselectLabel{
        display: none;
    }
    
.swiper-container:hover > .swiper-button-prev {
    position: fixed;
    margin-top: 2%;
    display: block;
}
.swiper-container:hover > .swiper-button-next {
    position: fixed;
    margin-top: 2%;
    display: block;
} 
@media (max-width: 575.98px) {
    .noSmall{
        display: none;
    }
    
    h5{
        font-size: 14px;
    }
    
    h4{
        font-size: 18px;
    }
}

@media (max-width: 767.98px) { 
    h5{
        font-size: 12px;
    }
    
    h4{
        font-size: 18px;
    }
}
