p {
  font-size: 17px;
  text-align: justify;
}
h1 {
  font-size: 2.6em;
  text-align: center;
  color: #FF8C00;
  margin-top: 25px;
  margin-bottom: 20px;
}
h2 {
  font-size: 2em;
  color: #0e65af;
  text-align: center;
}
h2.string {
  font-size: 2em;
  color: #000000;
  text-align: center;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
  color: #FF8C00;
  text-align: center;
  margin-top: -1.1em;
}
h4 {
  font-size: 1.5em;
  font-weight: normal;
  /*color: #33588d;*/
  color: #FF8C00;
  text-align: center;
}
#bar-poweredby {
  display: none;
}
#motto #motto-title {
  margin: 51px auto 0px auto;
  font-size: 5.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 2px #2b2b2b;
  background: #FF8C00;
  opacity: .95;
  padding-left: 18px;
  border-radius: 20px;
}
#motto #motto-text {
  margin: 0px auto 0px auto;
  font-size: 1.98em;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-shadow: 2px 2px 2px #2b2b2b;
  background: #0e65af;
  opacity: .95;
  padding-left: 18px;
  padding-bottom: 2px;
  border-radius: 20px;
  border: solid 5px #ffffff;
  box-shadow: 2px 2px 2px #000000;
}
#index #motive {
  box-shadow: 0 0 15px 5px #000;
}
.navbar {
  background-color: #0e65af;
}
#motto {
  width: 48.4%;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #FF8C00 !important;
  margin-right: 250px;
}
.input-group {
  margin-top: 18px;
}
header {
  padding-top: 2.5em;
  padding-bottom: 2em;
}
.navbar {
  min-height: 8px;
}
#logo img {
  max-height: 90px;
}
.input-group {
  margin-top: 30px;
}
.col-md-4-older-ref {
  padding: 23px 30px 15px 60px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 28px;
  width: 31%;
  border-radius: 2rem;
  box-shadow: inset 0 0 70px 5px #535f67; 
}
a:hover, a:focus {
  color: #FF8C00;
}
a {
  color: #0e65af;
}
a.button-head {
  font-size: 20px;
  color: #ffffff !important; 
  text-align: center; 
  text-decoration: none; 
  background: #0e65af; 
  border-radius: 15px; 
  margin-top: -585px; 
  float: right; 
  padding: 20px; 
  text-shadow: 2px 2px 2px #2b2b2b; 
  box-shadow: 2px 2px 2px #000000; 
  border: solid 5px #ffffff;
}
a:hover.button-head {
  opacity: .85;
}
.form-control {
  height: 33.5px;
  padding-left: 5px;
}
blockquote {
  border-left: 5px solid #C7C7C7;
}