html, body {
    height: 100%;
    background-color: #000;
	color:#ffffff;
	font-family:'sans-serif';	
}
body{
	padding:0;
	margin:0;
	font-family: 'OneDirection';
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1480px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.bruno-opitz-image {
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
    object-fit: cover;
}
div.cover-heading {
    position: absolute;
    z-index: 1000;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-35%);
    color: #ffffff;
    font-size: 27vh;
    text-shadow: 2px 2px 4px #000000;
	background: #000;
    padding: 3vh;
}
.cover-heading h1 {
display:block;
}
.h2, h2 {
    font-size: 3rem;
	padding-left: 10px;
}
.h3, h3 {
    font-size: 1.9rem;
    text-align: center;
	margin-top:5px;	
	margin-bottom:30px;
}
p {
    margin-top: 0;
    margin-bottom: 2rem;
}
.bruno {
    font-size: 27vh;
    line-height: 22vh;
}
.opitz {
    font-size: 27vh;	
    line-height: 17vh;
}
.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:#000;
}
aside.mastfoot.mt-auto .inner {
    font-size: 2em;
    color: #000;
}
footer.mastfoot.mt-auto .inner {
    font-size: 2.2em;
    padding: 0px 0px 30px;
}
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;
    font-family: arial;
    font-size: 0.8em;
    font-weight: bold;
}
aside.mastfoot.mt-auto a {
color:#000;
} 
footer.mastfoot.mt-auto a {
color:#fff;
}
section {
	padding:40px 0 0 0;
	background:#000;
}
section .container{
	padding:0;
	color:#fff;
}
.card-paintings {
    float: left;
    width: 49.99%;
    padding-bottom: 20px;
}

.card-paintings {
	padding: 0.75em;
}

.card-12 {
    width: 100%;

	padding:0 0 20px 0;
}
section img{
	width:100%;
	padding:0;
	height:auto;
	display:inline;
}
footer p {
    margin: 10px 10px 40px;
}

@media only screen and (max-width: 600px) {
.bruno {
    font-size: 20vw;
    line-height: 18vw;
}
.opitz {
    font-size: 12vh;
    line-height: 11vh;
}	
	.paintings {
    color: #ff0000;
    font-size: 9.6vh;
    line-height: 7vh;
}
.card-paintings {
    float: none;
    width: 100%;
	padding:0 0 20px 0 !important;
}	
p {
    line-height: 1.2em;
    margin-bottom: 2rem;
}	
}
