/* Custom Styles to override the bootstrap defaults */
.toolbar-horizontal .navbar{
    top: 39px;  
    z-index: 99998;  
}

.toolbar-horizontal.toolbar-tray-open .navbar{
    top: 78px;    
}

#toolbar-bar{
    z-index: 99999;
}

#header-spacer,
#header{    
    margin-top: 65px;
}

#header{
    background-size: cover;
    min-height: 400px;
    min-height: 33vh;
    background-image: url('../assets/business.jpg');
}


select.custom-select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}