@charset "utf-8";
/* CSS Document */

body {  
	font-family: "Signika Negative", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html{
height:100%;
overflow-y: scroll;
background-size: cover;
}

.gal {
	max-width: 1300px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	align-content: center; 

}

.galdes {
	max-width: 600px; 
	padding: 20px; 
}


#wrap h1 {
	text-align:center;
	max-width:1000px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	background-color: black;
	padding:70px;
	position: relative; 
	top: 80px; 
	border-radius: 10px; 
	align-content: center; 
	box-shadow: 10px 10px 10px #FFFAF0;
	opacity: 0.9; 
 
}

#splash {
	font-size: 40px; 
	color: #FFFAF0; 
}

.wrapperpages {
	padding: 20px; 
}

h1 {
	padding: 50px;
	text-align: center;
	border-bottom-color: black;
	border-bottom-width: medium;
	border-bottom-style: solid;
}

img {
	padding-bottom: 20px; 
}

footer { 
	background-color: black; 
	color: #FFFAF0; 
	height: 150px; 
	padding: 40px; 
	bottom: 0; 
	
}

.logo {
	float: left; 
}

.info {
	float: right; 
}


.artist {
	display: flex;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 150px;
    margin-bottom: 30px;
    align-items: center;
}

.artistInfo {
	float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 70px; 
}



a:link {
	color: #FFFAF0; 
	text-decoration: none; 
}

a:visited {
	color: white; 
}

a:hover {
	text-decoration: none; 
	opacity: 0.5; 
}


