


/*-----------------------------------------------------------------------------------

    Custom CSS

-----------------------------------------------------------------------------------*/
body {
    line-height: 1.625;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
    margin-top: 2em;
}

h3 {
    font-size: 20px;
    margin-top: 2em;
}

p {
    line-height: 1.625;
}

.no-bullets li {
    list-style-type: none;
}

/* Tagcloud */

.tagcloud {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    gap: 5px;
    flex-wrap: wrap;
}

.tagcloud p {
    flex: 1 1 auto;
    max-width: 33%;
    background-color: lightgrey;
    padding: 4px 15px;
    margin-bottom: 0;
    hyphens: auto;

}


/* CTA */

.cta-with-bg {
    background-color: lightgrey;
    padding: 40px 20px;
}