h1 {
  display: block;
  margin: 2em auto;
  font-size: 20px;
  margin-left: 0;
  color: #666;
  text-align: center;
  width: auto;
  color: #00113B;
}

h2 {
  margin-bottom: 1em;
}

#location-section {
  margin-bottom: 2em;
  margin-left: 1em;
}




section p{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-left: 1em;
  margin-bottom: 1em;
}

#hours-section{
  margin-left: 1em;
  margin-bottom: 2em;
}

#hours{
  display: flex;
  flex-direction: row;
  margin-left: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

#hours li {
  margin-bottom: 1em;
    
}

#days {
  margin-right: 2em;
}


section a{
  color: #00113B;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.covid-header{
  font-size: 16px;
  font-weight: 700;
  color: red;
  position: relative;
  top: 2em;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}


@media only screen and (min-width: 974px) {
  h1 {
    margin-top: 3em;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #00113B;
    margin-bottom: 4em;
  }
  #hours-section{
    margin-bottom: 10em;
  }
  
  section {
    font-size: 22px;
  }
  
  .flex-div{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 45%;
    justify-content: space-between;
  }
}


