/*
=============
WM CUSTOM CSS
=============

DBTC COLORS
#016cc2 rgb(1, 108, 194) - blue
#fb9300 rgb(251, 147, 0) - orange
#1bd732 rgb(27, 215, 50) - green
#f5ef32 rgb(245, 239, 50) - yellow

*/



/*OVERRIDES*/
.lgx-banner-typed{
    background-image: url(../images/main-home-banner-2.jpg) !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.lgx-header .lgx-navbar .lgx-nav li a{
    color:#FFFFFF !important;
}

.lgx-header .lgx-navbar .lgx-nav li a:hover{
    color:#fb9300 !important;
}

.lgx-header .lgx-navbar .lgx-nav .dropdown-menu{
    background: #016cc2 !important;
}

.lgx-banner .lgx-inner {
    height: 1em !important;
}

.breadcrumb{
    background-color: rgba(1, 108, 194, 0.5) !important;
}

.breadcrumb>.active {
    color:#FFFFFF !important;
}

.lgx-about {
    background: url(../images/about-bg.jpg) bottom center no-repeat;
    background-size: 100% !important;
}


/*.lgx-header, .lgx-header-bottom {
    border: 2px solid #1bd732 !important;
}*/


/* WM STYLES */

.wm-orange-bg{
    background-color: #fb9300;
}

.wm-blue-bg{
    background-color: #016cc2 !important;
}

.wm-hidden{
    display: none;
}

.wm-white-text{
    color:#FFF !important;
}
.wm-footer-company-name{
    color:#FFF !important;
    padding: 20px 0;
}

.wm-submenu-links > a:hover{
    color:#016cc2 !important;
}

.wm-submenu-link:hover{
    color:#016cc2 !important;
}

@media screen and (max-width: 600px)  {
    .lgx-banner-typed {
        background: url(../images/main-home-banner-mobile.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center top;
        background-size: cover; /* max width 600px, height auto */
        height:500px;
        margin-top: 100px !important;
    }
    .lgx-banner-typed .lgx-banner-style .lgx-inner .container .row{
        padding-top: 80px !important;
    }
}