a {
  text-decoration: none;
  color: #a6950a;
  /*#e8cb0b;
	-webkit-text-stroke: 1px black;*/
  font-size: 24px; }
  a:hover {
    color: #b40e11; }

button {
  background-color: #3d5aaa;
  border-radius: 10px;
  border-color: #3d5aaa;
  color: #ffffff; }

.btn-secondary {
  background-color: #b40e11;
  border-color: #b40e11; }

/**
body {
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(/images/bkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
**/
header {
  float: left;
  width: 100%; }
  header img {
    padding-top: 10px; }

footer {
  border-top: 1px #3d5aaa solid;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 5px; }

main {
  float: left;
  width: 100%;
  padding-top: 15px; }

section {
  background-color: #ffffff; }

section#main-site {
  display: flex;
  flex-direction: column;
  height: 100vh; }

main {
  flex: 1; }

.top-banner {
  height: 300px; }

.logo {
  width: 100%; }

.separator {
  border-top: 1px solid #3d5aaa;
  margin-top: 15px;
  margin-bottom: 15px; }

.text-primary {
  color: #3d5aaa !important; }

.copyright a {
  font-size: 16px; }
  .copyright a:hover {
    text-decoration: none; }

h1 {
  margin-top: 15px;
  margin-bottom: 15px; }

.h1-primary {
  color: #3d5aaa;
  font-family: Georgia;
  font-size: 36px;
  font-weight: 800; }

.h2-primary {
  color: #3d5aaa;
  font-family: Georgia;
  font-size: 24px; }

.h2-white {
  color: #ffffff;
  font-size: 24px; }

.h3-white {
  color: #ffffff;
  font-size: 16px; }

.h1-secondary {
  color: #b40e11;
  font-family: Georgia;
  font-size: 36px;
  font-weight: 800; }

.h2-secondary {
  color: #b40e11;
  font-family: Georgia;
  font-size: 24px; }

.h3-primary {
  color: #3d5aaa;
  font-family: Georgia;
  font-size: 16px; }

.h3-secondary {
  color: #b40e11;
  font-family: Georgia;
  font-size: 16px; }

.h4 {
  margin-top: 0px;
  margin-bottom: 0px; }

.h4-secondary {
  color: #b40e11;
  font-size: 12px;
  font-weight: bold; }

.carousel-caption {
  top: 10%;
  right: unset;
  color: #4b3f3f;
  width: 40%;
  left: 5%; }
  .carousel-caption h5 {
    font-size: 36px;
    font-weight: 800; }
  .carousel-caption p {
    margin-top: 15px; }
