#deskmenu {
    display: block;
}
        
#mobilemenu{
    display: none;
}

.navbar-white{
    background-color: transparent !important;
}

.modal-dialog {
    max-width: 804px !important;
    margin: 1.75rem auto;
}
        
.navbar-light .navbar-nav .nav-link {
    color: white;
}
                

        
        .menu-button{
            background-color: black;
            color: black;
            border-radius: 10px;
            min-width: 100px!important;
            padding: .2rem 1rem !important;
            text-align: center;
            font-weight: bold;
            line-height: 1.9!important;
            position: relative!important;
            font-size: 100%!important;
            font-weight: bold!important;
            border: 1px solid white;
            font-style: normal;
            white-space: normal;
            transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            letter-spacing: 0px;
        }
        .menu-button:hover{
            background-color: white;
            color: black;
            border-radius: 10px;
            min-width: 100px!important;
            padding: .2rem 1rem !important;
            text-align: center;
            font-weight: bold;
            line-height: 1.9!important;
            position: relative!important;
            font-size: 100%!important;
            font-weight: bold!important;
            border: 1px solid white;
            font-style: normal;
            white-space: normal;
            transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            letter-spacing: 0px;
        }
        
        .btn-info{
            background-color: #999;
            color: white;
            border-radius: 10px;
            min-width: 100px!important;
            padding: .2rem 1rem !important;
            text-align: center;
            font-weight: bold;
            line-height: 1.9!important;
            position: relative!important;
            font-size: 100%!important;
            font-weight: bold!important;
            border: 0px solid white;
            font-style: normal;
            white-space: normal;
            transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            letter-spacing: 0px;
        }
        .btn-info:hover{
            background-color: #999;
            color: white;
            border-radius: 10px;
            min-width: 100px!important;
            padding: .2rem 1rem !important;
            text-align: center;
            font-weight: bold;
            line-height: 1.9!important;
            position: relative!important;
            font-size: 100%!important;
            font-weight: bold!important;
            border: 0px solid white;
            font-style: normal;
            white-space: normal;
            transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            letter-spacing: 0px;
        }
            
        .btn-info.disabled, .btn-info:disabled {
         color: white;
         background-color: #999;
         border-color: #999;
        }
        .logomenu{
            min-width: 180px;
            display: inherit;
        }
        
        .navbar-toggler{
            width: 47px;
            height: 34px;
            color: #ffbf00;
            border:none;
        }
        .navbar-toggler .line{
            margin-bottom: 5px;
            width: 100%;
            float: left;
            height: 2px;
            background-color: white;
            margin-bottom: 5px;
        }
        
        
        @media (max-width: 768px) {
            
            .logomenu{
                display: none;
            }
            
            
                
        }    
        
        
        @media (max-width: 1025px) {
        
            .menu-button{
               width:100%!important;       
            }
            
            .menu-button : hover{
                width:100%!important;              
            }
            
            #deskmenu {
                display: none;
            }
            
            #mobilemenu{
                display: block;
            }
        }
            
            
            