.logo-slogan {
    max-width: 300px;
}

.section-blue {
    background-color: #0D1E3A;
    color: white;
    border-top: solid 1px #999;
}

.section-blue h1 {
    font-size: 2rem;
}

p.philosophy {
    font-size: 1.3rem;
}

p.philosophy::first-letter {
    color: #FFC200;
    font-size: 1.8rem;
    font-weight: bold;
}

a.home-action-button {
    font-size:1.75rem;
    font-weight: bold;
    padding: 1rem 2rem;
}