body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h1 { font-size: 2em; color: #004b91; line-height: 30px;}
h2 { font-size: 1.5em; color: #6cb33f; line-height: 25px; }
h3 { font-size: 1.17em; color: #004b91; line-height: 20px; }
h4 { font-size: 1.12em; color: #004b91; line-height: 20px; }
h5 { font-size: .83em; color: #004b91; line-height: 20px; }
h6 { font-size: .75em; color: #004b91; line-height: 20px; }

a {color: #004b91;}
a:hover {color: #6cb33f;}

.header {
  background-color: #ffffff;
  padding: 30px;
}
.navigation {
  background-color: #004b91;
  /* padding: 10px; */
}

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

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


.footer-top {
  background-color: #eeeeee;
  border-top: 15px solid #6cb33f;
  padding: 50px;
}
.footer-bottom {
  background: -webkit-linear-gradient(#001e39, #004b91);
  background: -o-linear-gradient(#001e39, #004b91);
  background: -moz-linear-gradient(#001e39, #004b91);
  background: linear-gradient(#001e39, #004b91);
  background-image: linear-gradient(#001e39, #004b91);
  padding: 30px;
  min-height: 400px;
  color: #ffffff;
  font-size: 14px;
}
.home-boxes {
  background: -webkit-linear-gradient(#001e39, #004b91);
  background: -o-linear-gradient(#001e39, #004b91);
  background: -moz-linear-gradient(#001e39, #004b91);
  background: linear-gradient(#001e39, #004b91);
  background-image: linear-gradient(#001e39, #004b91);
  padding: 0px 15px 30px;
}

.home-card a {color: #001e39 !important; text-decoration: none; font-weight: 900;}
.home-card a:hover {color: #ffffff !important;}

@media (min-width: 1200px) {
  .home-card {margin-top: -50px !important;}
}
@media (max-width: 1199px) {
  .home-card {margin-top: -50px !important;}
}

.navbar-expand-lg .navbar-nav .nav-link {padding-right: 0.2rem !important;padding-left: 0.2rem !important;}

@media (max-width: 979px) {
  .home-card {margin-top: -50px !important;}
}
@media (max-width: 767px) {
  .home-card {margin-top: -50px !important;}
}
@media (min-width: 100px) and (max-width: 768px) {
  .home-card {margin-top: 10px !important;}
}
