#motto p#motto-title {
  margin: 55px auto 0px auto;
}
#motto #motto-title {
  color: #fff;
  font-size: 4.9em;
  text-shadow: 1px 1px 2px blue;
}
#motive {
  text-align: left;
}
#motto #motto-text {
  margin-left: 0px;  
  text-align: left;
  font-size: 33px;
  text-transform: none;
}
a {
  text-decoration: underline;
}
.navbar {    
  font-size: 1.6em;
}
.nav.navbar-nav {
  float: left;
}
hr {
  margin-bottom: 30px;
}
/*footer p {
margin-bottom: 10px;
}*/
.navbar .logo img {
  max-height: 85px;
}
.cc_container .cc_btn {
  margin-right: 250px; 
}
#bar-poweredby {
  display: none;
}
#bar-footer {
  margin-top: 25px;
  margin-bottom: 0px;
}
.modal-body {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 2.5;
}
.modal-dialog {
  width: 1000px;
}
.button {
  color: #fff;
  text-shadow: 1px 2px 1px #000000;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 600;
  padding: .6em 1.4em;
  width: auto;
  background-image: linear-gradient(80deg, rgb(254, 149, 0), rgb(235, 99, 71));
  transition: opacity 0.25s linear 0s;
  text-decoration: none;
  border-radius: 0.8rem;
}
a:hover.button {
  opacity: .75;
  text-decoration: none;
}