/*  Artist Mark Up */
.oxidecol {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f6f6f6;
}

.artist {
	font-family: EB Garamond;
	font-size: 20px
	text-justify: newspaper;
	margin-bottom: 3%;
	padding-left: 20px;
	padding-right: 20px;
}

.generator {
	font-family: EB Garamond;
	font-size: 18px;
	text-justify: newspaper;
	
}

/* Events Mark Up */

.dec6 {
	background-image: url("/images/home.jpg");
	background-attachment: fixed;
	background-size: 920px 460px;
	height: 100%, width:100%; 
    background-repeat: no-repeat; 
    background-position: center;      
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.dec7 {
	background-image: url("/images/home.jpg");
	background-attachment: fixed;
	background-size: 920px 460px;
	height: 75%, width:75%; 
    background-repeat: no-repeat; 
    background-position: center;      
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


/* Faders */
div.fadehover {
    position: relative;
    }



img.a {
    position: absolute;
    left: 0;
    top: 0;
        z-index: 10;
    }

img.b {
    position: absolute;
    left: 0;
    top: 0;
    }

