
h1 {
  font-family:KnowledgeBold,Arial,Helvetica,sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size:3.0em;
  margin-left:20px;
  color:#ff9100;
}

#mainNav {
    float: left;
    width: 990px;
    clear: both;
    background: #fff;
    border-bottom: none;
    border-top: none;
}

.links {
    background: #555555 url('images/mainNavBarBackground.png');
    color: #ffffff;
    height: 30px;
    clear: both;
}

#mainNav ul.nav {
    float: left;
    margin: 1px 0px;
}

#mainNav ul.nav li {
    color: #ffffff;
    list-style: none;
    display: inline;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: normal;
}

#mainNav ul.nav li a {
  font-weight: normal;
}

.links a, .links a:visited {
    color: #ffffff;
}

.links a:hover, .links a:active {
    color: #ff8000;
}

.links .fa {
    color: #ff8000;
}

.social-icons {
  float: right;
}

#mainNav ul.social-icons li {
    color: #ffffff;
    list-style: none;
    display: inline;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 4px;
    margin-top: 1px;
}
}