body {
    background: #ffffff;
    color: #000000;
    font: 17px / 1.7 "Helvetica Neue", Helvetica, Sans-Serif;
}

#header {
    background: #000000;
}

.row {}

.section {
    display: flex;
}

em {
    font-style: italic;
}

a {
    color: #28b1c9;
}

a:hover {
    color: #198da1;
}

.btn {
    line-height: unset;
}

input.tiny {
    padding: 0.3em 0.8em;
    font-size: 0.8em;
}

.search-field {
    width: 100%;
    background: #ffffff;
}

.search-field:focus,
.search-field:hover {
    background: #f4fefe;
}

.menu ul li:last-child a {
    padding-bottom: .5em;
}

.menu ul li:first-child a {
    padding-top: .5em;
}

.menu ul a {
    line-height: 1;
    padding: 0.5em 1.5em;
    color: #28b1c9;
}

.menu ul a:focus,
.menu ul a:hover {
    line-height: 1;
    padding: 0.5em 1.5em;
    color: #28b1c9;
}

.entry-content {
	text-align: justify;
	padding-right: 0.5em;
}

ol.wp-block-list li {
    list-style: auto;
    margin-left: 1.2em;
}

ol.wp-block-list li li {
    list-style: lower-latin;
    margin-left: 2.4em;
}

.wp-block-quote {
    font-style: italic;
}