.hero-banner {
    position: relative;
    padding: 0;
    margin: auto;
    margin-top: 8px;
    max-width: 1000px;
}

.banner-bg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.banner-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    color: white;
    padding: 4px;    
}

h2 {
    font-weight: bold;
    font-size: 1.1em;
}

ul {
	padding-left: 1em;
	list-style-type: disc;
}
li::marker {
    color: darkred;
    font-size: 1.2em;
}

li {
    line-height: 1.1;
}

.cvitems li .title {
    font-weight: normal;
    font-size: 1em;
}

.cvitems li .when {
    font-size: 0.9em;
    color: #aaa;
}

.button-bar {
    margin-top: 1em;
}

p.copyright {
    text-align: right;
    font-size: 0.7em;
    color: #444;
}
