body {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #ffffff;

}

/* 
h1, h2, h3, h4, h5, h6 {color: #26337b;}
 */
h1 { font-size: 2.5em; line-height: 40px; font-weight: 600; color: #26337b;}
h2 { font-size: 2.25em; line-height: 35px; font-weight: 600; color: #009ddc;}
h3 { font-size: 1.7em; line-height: 30px; color: #d97429;}
h4 { font-size: 1.12em; line-height: 20px; color: #26337b; }
h5 { font-size: .83em; line-height: 20px; }
h6 { font-size: .75em; line-height: 20px; }

a {color: #26337b; font-weight: 800; text-decoration: none;}
a:hover {color: #d97429; font-weight: 800; text-decoration: none;}

strong {font-weight: 800;}

.header {
  padding: 5px;
  background-color: #f9f9f9;
  font-family: 'Montserrat';
  border-bottom: 1px solid #f1f1f1;
}

.main-content {
  padding: 50px 15px;
}

.footer {
  padding: 15px;
  background-color: #f9f9f9;
  font-family: 'Montserrat';
  border-top: 1px solid #f1f1f1;
  min-height: 600px;
}




.landing-header {
  padding: 15px;
  background-color: #005596;
  border-bottom: 6px solid #009ddc;
}

.center-main {
  background-color: white;
  padding: 30px;
}

.landing-footer {
  padding: 15px;
  background-color: #005596;
  border-top: 6px solid #009ddc;
  min-height: 500px;
  color: #cfcfcf;
}
  .landing-footer a {color: #ffffff; text-decoration: none;}
  .landing-footer a:hover {color: #ffffff; text-decoration: underline;}