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

h2 {
  display: block;
  margin: 2em auto 2em auto;
  font-size: 1.2em;
  text-align: center;
}



#products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

#sundry-products {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  margin: 0 auto;
  justify-content: flex-start;
  align-content: space-between;
  height: 15em;
  width: 50%;
  margin-top: 2em;
}

.product {
  display: inline-block;
  width: 45%;
  margin: 0 auto 0 auto;
}
.product img {
  width: auto;
  height: 10em;

}


#prep-products, #freshstart, #cloverdale, #aqualock, #srd, #freshstart_l, #freshstart3{
  display: block;
  margin: 1em 0 2em 0;
}

#cloverdale img{
  height: 10em;
  width: auto;
}

#srd img {
  height: 10em;
  width: auto;
}


.sundry{
  font-size: 2em;
  font-weight: 500;
  color: black;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 1.5em;
}

.sundry:hover{
  color: #da0043
}

.product figcaption{
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  color: #555;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #00113B;
}

.product figure{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

section {
  margin-bottom: 2em;
}

#informational {
  display: none;
}


@media only screen and (min-width: 974px) {
  .product {
    width: 45%;
  }
  .product img{
    width: 14em;
    height: auto;
  }
  
  #products {
    max-width: 60%;
  }
  
  h1 {
    margin-top: 4em;
    font-size: 28px;
    font-family: "Monsterrat", sans-serif;
    color: #00113B;
    
  }

  #sundry-products{
    flex-wrap: wrap;
  }

  #cloverdale img{
    height: 14em;
    width: auto;
  }
  
  #srd img {
    height: 14em;
    width: auto;
  }
}