.header-nav-adjust {margin-top:130px;}
.navbar-nav>li>a {font-size: 21px; color:#555;}

@media (min-width: 1200px) {
.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #3d3632;
    background-image: url(https://s3.grocerywebsite.com/production/cms_images/14628/original/Okie-header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;}
    
ul.nav.navbar-nav.navbar-right {padding-left: 210px;}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #3d3632;
    background-image: url(https://s3.grocerywebsite.com/production/cms_images/14630/original/okie-header-md.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #3d3632;
    background-image: url(https://s3.grocerywebsite.com/production/cms_images/14631/original/okie-header-sm.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}