/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
#header {
    background-color: #ED008C;
}

header .li {
    background-color: #ED008C;
}

#footer-images img {
    padding-right: 3em;
    padding-bottom: 3em;
    float: left;
}

#footer {
    background-color: #f2f2f4;
}

blockquote {
    border-left: 5px solid #ED008C;
    padding-left: 1em;
    margin-left: 0;
    color: #666;
    background-color: #f2f2f4;
}

blockquote p {
	margin: 1ex 0 1ex 0;
}

#voila-logo {
    margin-bottom: 2em;
    height: 12em;
}

.desktop-menu {
	justify-content: flex-start;
}