body {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {color: #26337b;}
h1 { font-size: 2em; line-height: 30px;}
/*h2 { font-size: 1.5em; line-height: 25px; }*/
h2 { font-size: 2em; line-height: 30px; font-weight: 600; }
h3 { font-size: 1.17em; line-height: 20px; }
h4 { font-size: 1.12em; line-height: 20px; }
h5 { font-size: .83em; line-height: 20px; }
h6 { font-size: .75em; line-height: 20px; }

a {color: #231f20; font-weight: 600; text-decoration: none;}
a:hover {color: green; font-weight: 600; 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;
}
