.is-primary {
    color: #334e68;
}

.boxes {
    margin-bottom: 3rem;
}

.section .title {
    color: #334e68;
}

.section .subtitle {
    color: #334e68;
}

.list-title {
    color: #334e68;
}

.footer {
    color: #334e68;
}

.footer .title {
    color: #334e68;
}

.section.is-primary {
    background-color: #334e68 !important;
}

.section.is-primary .title {
    color: #ffffff;
}

.section.is-primary .subtitle {
    color: #ffffff;
}

.tiles-vcentered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    color: #334e68;
}

a:not(.button) {
    color: #4c657e;
    text-decoration: underline;
}

a:not(.button):hover {
    color: #4c657e;
    text-decoration: none;
}

.box {
    border: solid;
    border-width: 1px;
    border-color: rgba(10,10,10,0.1);
}

.content ul {
    list-style-type: square;
}
