﻿.pcoded .pcoded-header[header-theme="theme1"] {
    
    background-image: url('../img/OTS-YOGI-BANNER-HEAD.png');
    background-size: 100% 130px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 2px solid #dedada;

}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item > li:hover > a {
    background: #fba226 !important;
    color: #fff !important;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
    color: #fff !important;
    text-shadow: 1px 1px 1px black;
    font-size: 12px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
    padding: 0 .6rem;
    display: none;
    text-transform: uppercase;
}

#backgroundCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; /* -1 mat rakho (ASP.NET me issue aata hai) */
    pointer-events: none;
}

@media (max-width: 768px) {
    .pcoded .pcoded-header[header-theme="theme1"] {
        background-size: 100% 80px;
        border-top: 8px solid #dedada;
    }
}
