html, body {
    height: 100%;
    background-color: #000;
	color:#ffffff;
	font-family:'sans-serif';
}
body{
	padding:0;
	margin:0;
	font-family: 'Aero';
}
.bruno-opitz-image {
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
    object-fit: cover;
}
h1.cover-heading {
    position: absolute;
    z-index: 1000;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-35%);
    color: #ffffff;
    font-size: 15vh;
    text-shadow: 2px 2px 4px #000000;
	background: #202020;
    padding: 3vh;
}
h1.cover-heading span {
display:block;
}
.h3, h3 {
    font-size: .75rem;
    margin-left: 5px;	
    height: 50px;	
}
span.bruno {
    line-height: 17vh;
}
span.opitz {
    line-height: 17vh;
}
span.paintings {
    color: #ff0000;
    font-size: 16.6vh;
    line-height: 14vh;
}
aside.mastfoot.mt-auto{
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    margin: 0 auto;
	color:#fff;
}
footer.mastfoot.mt-auto {
	position: relative;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
span.year {
    margin-right: 5px;
}
aside.mastfoot.mt-auto a, 
footer.mastfoot.mt-auto a {
color:#fff;
}
section {
	padding:40px 0;
	background:#fff;
}
section .container{
	padding:0 0 40px 0;
	color:#000;
}
.card-music {
    float: left;
    width: 24.99%;
}
section img{
	width:100%;
	padding:5px;
	height:auto;
	display:inline;
}
footer p {
    margin: 20px;
}
