.juc18-nav-container {
    background-color: #0e0530;
    padding: 20px;
    position: relative;
    z-index: 1000;
    font-size: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 81px;
}
#devopsNav {
    z-index: 10000;
    top: 81px;
    position: fixed;
    background-color: #0e0530;
    width: 100%;
    padding: 40px;
   
}
.juc-home-banner-container .juc-home-banner-container-sf {
 margin-top:-40px;   
}
.juc-home-banner-container .juc-home-banner-container-nice {
   margin-top:-40px;  
}
@media only screen and (min-width: 1025px) {
.node-type-juc-home .juc-home-banner-container.juc-home-banner-container-sf {
    background-image: url(/sites/all/themes/juc2018/images/banner-background-1600-sf.jpg);
    margin-top: -40px;
}
}
@media only screen and (min-width: 1025px) {
.node-type-juc-home .juc-home-banner-container.juc-home-banner-container-nice {
    background-image: url(/sites/all/themes/juc2018/images/banner-background-1600-nice.jpg);
    margin-top: -40px;
}
}