

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px 75px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#articles-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}






div.articles-home-column {
    flex-grow: 1;
    min-width: 250px;
    max-width: 270px;
    margin-right: 20px;
}
div.articles-home-column:last-child {
    margin-right: 0;
}
div.articles-home-entry {
    width: 100%;
    margin-bottom: 25px;
}
div.home-ad {
    display: flex;
    justify-content: center;
    width: 100%;
}
div.articles-home-entry img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
div.articles-home-entry h1 {
    font: 16pt 'Josefin Sans', sans-serif;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}
div.articles-home-entry h1 a {
    color: #000;
    text-decoration: none;
}
div.articles-home-entry ul.articles li {
    margin-bottom: 7px;
}
div.articles-home-entry ul.articles h2 a {
    font: bold 12pt 'Lato', sans-serif;
    color: #444;
    text-decoration: none;
}
div.articles-home-entry ul.articles p {
    font: 10pt 'Lato', sans-serif;
    text-align: justify;
    color: #444;
}


#parks-home {
    max-width: 950px;
    overflow: hidden;
}
#parks-home h1 {
    margin-top: 20px;
    font: bold 18pt 'Josefin Sans',sans-serif;
    width: 100%;
    border-bottom: 1px solid #000;
}
#parks-home ul.parks {
    height: 140px; width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    overflow-y: hidden;
}
#parks-home ul.parks li.park {
    width: 120px; height: 120px;
    margin: 0 20px;
}
#parks-home ul.parks li.park:first-child {
    margin-left: 0;
}
#parks-home ul.parks li.park:last-child {
    margin-right: 0;
}
#parks-home ul.parks li.park a {
    display: block;
    width: 100%; height: 100%;
    text-align: center;
    margin-top: 36px;
    border-top: 1px solid #0c1241;
}
#parks-home ul.parks li.park a img {
    width: 32px;
    margin: 0 auto;
    text-align: center;
    margin-top: -16px;
    background-color: #fff;
}
#parks-home ul.parks li.park a h2 {
    font: bold 12pt 'Josefin Sans',sans-serif;
    color: #000;
    text-align: center;
    margin-top: 10px;
}






