.header-bg{
    background-image:url('../images/background.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.navbar-default{
    background: none !important;
    border-bottom: none !important;
}

#desktop-site-search .btn-primary{
    background: #428bca;
    border: 1px solid #428bca;
}

.padding-top-bottom{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#primary-menu>li>a{
    padding: 10px 25px !important;
}

.btn-primary{
    background-image:url('../images/background.jpg') !important;
    background-size:cover;
}

.btn-primary:hover {
    background: #428bca;
}

#subscribe-to-enews .btn-primary, #subscribe-to-enews .btn-primary:visited {
    background-image:url('../images/background.jpg') !important;
    background-size:cover;
    background: none;
    border: none;
}

#subscribe-to-enews .btn-primary:hover {
    border: 1px solid #F90 !important;
}

@media only screen and (min-width: 1200px){
    #primary-menu  li{
        border-right: 1px solid #fff !important;
    }

    #primary-menu li:nth-last-child(2){
        border-right: none !important;
    }
    #primary-menu  li:last-child{
        border-right: none !important;
    }
}

/* 
@media all and (max-width: 300px) /*or whatever width you want the change to take place at {
    .header-bg {
     -webkit-background-size: cover; 
     -moz-background-size: cover; 
     -o-background-size: cover; 
     background-size: cover; 
   }
  } */

  /* @media (min-width: 1200px){
      .center-img{
          float: none !important;
          margin: 0 auto !important;
      }
  } */
