CSS: Old header
/*Set menu background color and text color*/

#menu a{
  color: #000;
}

#menu {
  font-family: 'Open Sans', sans-serif;    
  font-size: 16px; 
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

#menu .navbox {
  height: 25px;
}

/*Make top Nav Bar sticky*/

.top-bar-wrapper, .top-bar-wrapper-fixed {
        width: 100%;
        height: 52px;
  background-color: #fff;
        -webkit-box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.3);
        box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.3);
        z-index: 100;
        }
        
.top-bar-wrapper-fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
}

.top-bar {
        width: 960px;
        margin: 0 auto;
}

.top-content {
  position:relative;
  top: 2px;
  bottom:0;
  left:0;
  right:0;
        margin:auto;
        height:52px;
        width:100%;
}

.top-search-box {position: relative; top: -2px; width:70%; right: -20px}

.top-search-text {position: relative; top: -18px; left: 10px; color: #000;}

.search-box-text {
  font-family: 'Open Sans', sans-serif;    
  font-size: 12px;
}

span#logging {
  margin-top: 15px;
}

/*Move primary box down*/

#primary {margin-top: 35px;}

/*Move secondary box down*/
#secondary {margin-top: 28px}

/*Move social media icons down*/
.socialmedia {
  position: relative;
  top: 10px;
  left: 25px;
}

/* Nav Box Styling*/
.navbox {
  border-radius: 21px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  padding-top: 0px;
  width: 182px;
}