header {
  background: #efefef;
  padding-bottom: 10px;
}

.navbar {
  font-weight: bold;
  font-size: 0.95em;
  border-color: #006197;
}
.navbar-nav {
  width: 100%;
}
.navbar-static-top {
  border-width: 0;
}
.navbar .navbar-nav > .active > a:hover {
  color: #DE1819;
}
.navbar .navbar-nav > li > a:hover, 
.navbar .navbar-nav > li > a:focus {
  color: #DE1819;
  background-color: #fff;
}
.navbar .navbar-nav li {
  border: none;
}
.navbar .navbar-nav li:last-child {
  float: right;
}

.form-control {
  font-size: 13px;
  padding: 6px 10px;
  margin-top: 23px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.075) inset;
}
#topbar .btn-default {
  margin-top: 23px;
}
#motto #motto-title {
  color: #ffffff;
  font-size: 2.9em;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 5px #000000;
  text-align: left;
}
#motto #motto-text {
  display: inline;
  font-size: 2.1em;
  color: #ffffff;  
  text-shadow: 1px 1px 5px #000000;
  font-weight: bold;
}
.footer-motive-text {
  visibility: hidden !important;
  display: none !important;
}
h1 {
  color: #000000;
  font-size: 3em;
  margin-bottom: 12px;
}
h2 {
  color: #006197;
  font-size: 1.9em;
  margin-bottom: 14px;
  margin-top: 15px;
}
h3 {
  color: #006197;
  font-size: 1.4em;
  margin-bottom: 5px;
  margin-top: 20px;
}
p, ul, ol, table {
  font-size: 1.3em;
  text-align: justify;
}
#footer-content {
  font-size: 0.9em;
}
#bar-poweredby {
  display: none;
}  
#bar-footer {
  margin-bottom: 0;
}  
@media screen AND (max-width: 1000px) { 
  #motto #motto-text {
    display: none;
  }
