body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #000000; color: #333333;}
h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans',Verdana,sans-serif; }

.main-header__site-title a {font-family: 'Nunito Sans',Verdana,sans-serif; font-weight:normal;}

.main-footer__top  {background-color: #000000; color: #251f20;}
.main-footer__top a  {color: #ffffff;}
.main-footer__bottom {background-color: #0055A2;}

.banner, #main-content {background-color: #ffffff;}


* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;
display: flex;
flex-wrap: wrap;
justify-content: stretch;
gap: 10px;
}

/* Float columns side by side */
.column {
  float: left;
    flex: 1 1 300px;
  padding: 0 10px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #ffffff;
height: 100%;
position:relative;
}

.card h4 {
    margin-top: 1rem;
}

.card p {
margin-bottom :6rem;
}

.card center.bottom-link {
position:absolute;
bottom:30px;
left: 0px;
width:100%;
}

.button {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
}



