#bar-poweredby {
  display: none;
}
h1 {
  font-size: 2.6em;
  text-align: center;
}
h1.title {
  font-size: 2.6em;
}
h2 {
  font-size: 2.2em;
  color: #B80000;
  text-align: center;
}
h3 {
  font-size: 1.8em;
  color: #335e17;
  text-align: center;
  font-weight: bold;
}
h4 {
  font-size: 1.4em;
  text-align: center;
}
.panel-title {
  font-size: 2.2em;
  color: #B80000;
  font-weight: normal;
}
hr {
  border-top: 2px solid #eee;
}
#motto #motto-title {
  margin: 165px auto 0px auto;
  font-size: 3.7em;
  font-weight: bold;
  color: #000000;
  text-align: center;
  text-shadow: 1px 1px #ffffff;
  background-color: #d5f0c3;
  width: 52%;
  opacity: .97;
  border: solid 1px #7e8878;
  border-radius: 35px;
}
#motto #motto-text {
  margin: 10px auto 0px auto;
  font-size: 2em;
  font-weight: bold;
  color: #d5f0c3;
  text-align: center;
  text-shadow: 1px 1px #000000;
  background-color: #c62128;
  background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
  /*background-color: #B80000;*/
  opacity: .96;
  width: 64%;
  border-radius: 16px;  
}
body {
  font-size: 17px;
} 
.carousel-control {
  width: 5%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.carousel-caption {
  top: 68.9%;
  right: 0%;
  left: 0%;
  padding-top: 36px;
  padding-bottom: 10px;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 1.25em;
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  /*background-color: #d5f0c3;*/
  width: 100%;
  height: 31.1%;
  opacity: .99;
  /*border-top: solid 3px #B80000;
  border-bottom: solid 3px #B80000;*/
  border: solid 1px #535f67;
  border-top: none;
  box-shadow: inset 0 0 70px 30px #535f67;
}
footer a:hover, footer a:focus {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px; 
}
ul#list-footer-links {
  display: none; 
}  
ul.list-footer-address {
  margin-left: 0;
  padding-left: 0px;
  padding-right: 0px;
  width: 300%;
}
ul.list-footer-address li {
  margin-right: 0px;
  padding-left: 0px;
}
.col-lg-5 {
  width: 46%;
}
.navbar-default .navbar-nav > .active > a { 
  color: #000000;
  background-color: #e7e7e7;
  font-size: 17px !important;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #d5f0c3;
  font-size: 17px !important;
}
a:hover, a:focus {
  font-size: 17px !important;
}
blockquote {
  font-size: 18px;
  border-left: 7px solid #444444;
  text-align: justify;
}
blockquote a:hover {
  font-size: 18px !important;
}
.p-string {
  background-color: #c62128;
  background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
  font-weight: 600;
  text-align: center;
  padding: 1em 1.5em;
  color: #d5f0c3;
  margin: 2em 0 2.25em;
  margin-top: 2em;
  font-size: 30px;
  border-radius: 2rem;
  position: relative;
  text-shadow: 1px 1px #000000;
}
.navbar {
  /*background-color: #B80000;*/
  background-color: #c62128;
  background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 25px;
  box-shadow: 0px -1px 10px -4px #000;
}
.nav > li > a {
  padding: 15px 40px;
}
form {
  margin-top: .5em;
}
.form-control {
  height: 38px;
}
#logo img {
  margin-top: 20px;
  max-height: 90px;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  margin-right: 250px;
  border-radius: 0px !important;
}
.carousel-control {
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
  opacity: .8;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -33px;
  top: 51.5%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -27px;
  top: 50.9%;
}
a:hover.button, button {
  opacity: .75;
}
.btn {
  font-size: 17px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  transition: all 1s ease-in-out;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  display: none;
}
h1.title {
  display: none;
}