a {
  text-decoration: none; }

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%; }

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

section {
  background-color: #ffffff; }

.top-banner {
  height: 300px; }

.logo {
  width: 100%; }

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

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: #439445;
  font-family: Georgia;
  font-size: 36px;
  font-weight: 800; }

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

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

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

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

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