div#block-frontpagebuttons {
    padding-top: 5%;
    padding-left: 12%;
}


/*hero images*/
.hero-bg-image {
    padding: 22vw 1em 8vw;
}

.post .post__rich-media {
    background-size: contain;
    background-repeat: no-repeat;
}

main a {
    color: blue;
    text-decoration:underline !important;
}

main a:hover {
    color: lightblue;
    text-decoration:underline;
}