body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 1.2rem;
  
}
 .fqi-h {
    font-family: "Wendy One", sans-serif;
 }
  


 .circle1 {
  width: 175px;
  height: 175px;
  border-radius: 50%; 
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin: 0 auto 40px;
  background-color: #002e5c
}
  .circle2 {
  width: 175px;
  height: 175px;
  border-radius: 50%; 
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin: 0 auto 40px;
  border: #002e5c 1px solid;
}

.section-divider {
  display: block;
  border: none;
  margin: 40px auto;
  padding: 0;
}
 .simple {
  overflow: visible;
    width:50%;
  /* For IE */
  border-top: 2px double #002e5c;
  color: #002e5c;
  text-align: center;
  padding:5px;
}
 



header {text-align: center;}
footer {color: white; background-color: #17305b;}
footer a {color: white;}
/* header img {max-width: 800px !important;} */

.highlight {
   
   
    padding: 5px;
    background: #e0f3fb; 
}
 
h2 {
color: #002E5C; 
padding-bottom: 0em;
margin-bottom: 0em;
}


.skyblue-bright {
color: #1b9fd5
}
.bg-skyblue-bright {
background-color: #1b9fd5
}

.waterblue {
color: #002e5c
}

.bg-waterblue {
background-color: #002e5c
}

.warmgrey{
color: #989490
}

bg-warmgrey{
background-color: #989490
}

.skyblue-dark
{color: #0066a6}

.bg-skyblue-dark
{background-color: #0066a6}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color:#0066A6;
}

.nav-link {
color: rgba(255, 255, 255, 0.85);
}

.nav-link:focus, .nav-link:hover {
  color:#fff;
}