/* Add here all your css styles (customizations) */


        .text-shadow-black-5 {
          color: white;
          text-shadow:  0 0 5px black;
        }
        
        .text-shadow-black-3 {
          color: white;
          text-shadow:  0 0 3px black;
        }
        
        
        @media (max-width: 768px) {
            .slide-responsive-h {
                height: 50vh !important; 
            }
        }
        
        @media (min-width: 769px) and (max-width: 1199px) {
            .slide-responsive-h {
                height: 70vh !important; 
            }
        }
        
        @media (min-width: 1200px) {
            .slide-responsive-h {
                height: 85vh !important; 
            }
        }
        
        
        
        div.scrollmenu {
            
            background-color: #fff;
            overflow: auto;
            white-space: nowrap;
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
            position: sticky;
            top: 0;
          
        }
        
        
        div.scrollmenu::-webkit-scrollbar {
            
            display: none; /* Chrome, Safari, Opera*/
            
        }
        
        
        div.scrollmenu a {
            
            display: inline-block;
            color: #555;
            text-align: center;
            padding: 16px;
            text-decoration: none;
            
        }
        
        
        
        #layer_fixed
        {
            position:fixed;
            z-index:10000;
            bottom:20px;
            left:15px;
            opacity: 1.0;
            display:block;
        }
        
        