/* logo vergroten linksboven */
.header .logo img {
    max-height: 100px;
    max-width: 100%;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
}

.utrecht-heading-1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
}

h2 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.5;
	font-family: arial, "Open Sans", sans-serif;
}

.utrecht-heading-2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

h3 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.35;
}

.utrecht-heading-3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
}

.utrecht-paragraph {
	letter-spacing: 0.8px;
}

.footer {
    background-color: #0A2F51;
	--utrecht-heading-2-color: #f7f7f7;
	--utrecht-heading-2-font-size: 0.8rem;
 	--utrecht-paragraph-color: #f7f7f7;
/*	--utrecht-paragraph-font-size; 1rem; */
	--utrecht-paragraph-letter-spacing: 0.8px;
	--utrecht-heading-font-family: arial, "Open Sans", sans-serif;
	--utrecht-paragraph-font-family: arial, "Open Sans", sans-serif;
    --font-color-body: #f7f7f7;
	--letter-spacing-body: 1px;
    grid-template-columns: 3fr 3fr 1fr;
}
