.navbar-logo {
  background-image: url(https://centennial.ncpc.gov/imgs/centennial_logo.png);
  line-height: 70px;
  font-size: 22px;
  /* margin-top: -7px; */
  background-repeat: no-repeat;
  background-size: 100px 41px;
  background-position: 0px 0px;
  width: 104px;
  height: 45px;
  padding: 0;
}

.navbar.navbar-default {
  height: 70px;
border-bottom: 1px solid #bbb;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

.navbar-brand {
  float: left;
  width: 380px;
  margin-right: 10px;
  padding: 12px 20px;
  height: 70px;
  font-weight: 100;
  font-size: 18px;
  line-height: 38px;
}

.navbar-default .navbar-right > li > a:hover {
  background: rgb(147, 171, 163);
  color: #fff;
}

.navbar-default .navbar-right > li > a {
  height: 70px;
  line-height: 35px;
  color: #333;
  transition: all 0.5s ease-in-out;
font-size: 14px;
}
.navbar-right {
  margin-right: inherit;
}
@media (max-width: 767px) {
  .navbar-default .navbar-right > li {
    line-height: 0 !important;
  }
  .navbar-default .navbar-right > li > a {
    height: 20px !important;
    line-height: 0 !important;
  }

  .navbar-brand {
    width: 50%;
  }

  .navbar-toggle {
    height: 50px;
  }

  .navbar-collapse {
    background: #fbfbfb;
    min-height: 100px;
  }
}
#signup {
  font-size: 160%;
  margin-right: 20px;
}
.signup {
  text-align: center;
  line-height: 1.8;
  position: relative;
  margin-top: -5px;
}
.btn-subscribe:hover,
.btn-subscribe:active,
.btn-subscribe:focus {
  background: #208cff;
}
.btn-subscribe {
  background: #007aff;
  margin-top: -10px;
  vertical-align: middle;
}

@media (min-width: 992px) {
.htag {
text-align: right;
}
}
@media (max-width: 991px) {
#footer .ncpc {
margin-bottom: 10px;
text-align: left;
}
#footer .htag,#footer .signup {
text-align: left !important;
}
#signup {margin-right: 0 !important;}
}