.main-body{
    grid-template-areas:
    "feats"
    "map"
    "scroll";
}
.maparea{
    grid-area: map;
}
.seactionImageRepeater{
    text-align: center;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px 8px;
    justify-content: space-evenly;
}
.sectioncellpad{
    width: 225px;
    text-align: center;
    display: block;
    margin: 0;
    box-sizing: border-box;
}
a.sectiontitlestext{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #222222;
}
a.sectiontitlestext .ImgSection{
    width: 225px;
    height: 160px;
    display: block;
    margin: auto;
}
#countyLabelDiv{
    text-align: center;
}