@charset "utf-8";
/* CSS Document */

body{
	background: #ffad5c;
	font-family: 'Roboto', sans-serif;
}

#page{
	max-width: 600px;
	margin: auto;
	background-color: #1a1a1a;
}

#header1{
	position: relative;
}

#header1 img{
	display: block;
	max-width: 600px;
	width: 100%;
}

#header1 #logo{
	position: absolute;
	width: 20%;
	height: auto;
}

#header1 p{
	display: none;
	width: 600px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	left: 30px;
	bottom: -100px;
	padding: 10px;
	background-color: #e5e5e5;
	padding-top: 0px;
	line-height: 20px;
}

#header1 h3{
	color: #e4e4e4;
	position: absolute;
	bottom: -10px;
	left: 20px;
	text-decoration: none;
	font-family: 'Italianno', cursive;
	font-size: 6vw;
}

/*#named{
    font-family: 'ZCOOL XiaoWei', serif;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 3px;
}*/

/*****  *****/

#header2{
	background-color: #1a1a1a;
}

#header2 h1{
    font-family: 'ZCOOL XiaoWei', serif;
	text-align: center;
	font-size: 40px;
	color: #f6921e;
	margin-top: 10px;

}

#inconcert{
	color: #e5e5e5;
}

#header2 p{
	color: #e5e5e5;
	width: 300px;
	text-align: left;
	margin: auto;
	padding: 15px 20px;
}

#timedate{
	padding-top: 25px;
	padding-bottom: 50px;
}

#header2 h2 a {
	color: #e5e5e5;
	padding: 20px 60px;
	background-color: #f6921e;
	text-decoration: none;
	font-size: 50px;
}
#header2 h2{
	width: 300px;
	margin: auto;
	text-align: center;
}
#header2 a:hover{
	background-color: #e5e5e5;
	color: #f6921e;
}

.fa-calendar-alt, .fa-map-marker-alt, .fa-map-marker{
	color: #f6921e;
	font-size: 24px;
	padding-right: 15px;
}
.fa-map-marker{
	color: #1a1a1a;
}

/***** Section VIDEO *****/

#video{
	background-color: #e5e5e5;
	max-width: 600px;
	margin-top: 70px;
}

#namem{
    font-family: 'ZCOOL XiaoWei', serif;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #f6921e;
}

#video p{
	font-family: 'Roboto', sans-serif;
	padding: 20px 30px;
	line-height: 20px;
}

#video iframe{
	display: block;
	margin: auto;
	max-width: 550px;
	width: 100%;
}

/***** Section ALBUMS *****/

#albumpics{
	margin: auto;
}
#albums img{
	border: #f6921e solid 3px;
	box-sizing: border-box;
}
#albums{
	margin: auto;
	margin-top: 70px;
}


#albums article{
	width: 355px;
	margin: auto;
	padding: 30px 0px;
}

h3{
	color: #f6921e;
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
}

h4{
	font-family: 'ZCOOL XiaoWei', serif;
	color: #e4e4e4;
	font-style: italic;
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
}

/***** Section SONGS *****/

#songs{ margin-top: 70px; }

#listbox{ 
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

#songs img{
	display: none;
}

#songs li{
	font-family: 'ZCOOL XiaoWei', serif;
	color: #f6921e;
	font-size: 28px;
	text-align: left;
	line-height: 40px;
	padding-bottom: 30px;
}

#songs p{
	padding-top: 10px;
	color: #e1e1e1;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 0px;
}

/***** Footer *****/

footer{
	background-color: #333;
	display: flex;
	width: 100%;
	color: #555;
	margin-top: 70px;
}


#footerimg{
	flex: 1;
}

#footerother{
	flex: 2;
	margin-top: 50px;
}

footer p{
	text-align: center;
}

#contact{
	display: flex;
	width: 307px;
	margin: auto;
}
	
.fa-facebook-square, .fa-twitter-square, .fa-youtube-square, .fa-instagram{
	color: #555;
	font-size: 50px;
	text-align: center;
	padding: 20px 15px;
}

h3{
	font-size: 24px;
	padding-bottom: 20px;
}







/************ Card Flip Styles **************/

.flip-container { perspective: 1000px; }
	
.flip-container:hover .back {
	transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 355px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
	height: 0;
	padding-top:100%;
}

.front, .back {
	-webkit-backface-visibility: hidden; /*still needed for safari & android*/
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.front { transform: rotateY(0deg); z-index: 2; }

.back {
	transform: rotateY(-180deg);
	background:#f6921e;
	padding:10px;
	box-sizing: border-box;
	border: #f6921e solid 5px;
	text-align: center;
}

.front img {
	display:block;
}

.date {
	text-transform:uppercase;
	font-size: 20px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
}

.name {
	margin-bottom:10px;
	font-weight:700;
	color:#e5e5e5;
	font-size: 36px;
	font-family: 'ZCOOL XiaoWei', serif;
}
.label{
	font-size: 14px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
}





/******** DESKTOP ********/

@media only screen and (min-width: 600px){

	#page{
		max-width: 1020px;
	}
	
	header{
		display: flex;
		border-bottom: #e5e5e5 solid 5px;
	}

	#header1{
		position: relative;
		flex: 1;
	}

	#header1 img{
		max-width: 680px;
		width: auto;
	}

	#header1 p{
		width: 600px;
		font-family: 'Roboto', sans-serif;
		position: absolute;
		left: 30px;
		bottom: 20px;
		padding: 10px;
		background-color: rgba(229, 229, 229, 0.7);
		padding-top: 0px;
		line-height: 20px;
		display: inline;
	}

	#named{
		font-family: 'ZCOOL XiaoWei', serif;
		font-size: 24px;
		line-height: 40px;
		letter-spacing: 2px;
		color: #1e1e1e1;
	}
	
	#video p{ display: none; }
	
	#header1 h3{ display: none; }

	/*****  *****/

	#header2{
		flex: 2;
		background-color: #1a1a1a;
		color: #e5e5e5;
	}

	#header2 h1{
		width: 230px;
		font-family: 'ZCOOL XiaoWei', serif;
		text-align: center;
		font-size: 49px;
		color: #f6921e;
		margin: auto;
		margin-top: 10px;
		line-height: 50px;

	}

	#inconcert{
		font-size: 39px;
		color: #e5e5e5;
	}
	
	#header2 p{
		width: 200px;
		text-align: left;
		margin: auto;
		padding: 15px 20px;
		padding-top: 0px;
	}
	#timedate{
		padding-top: 25px;
		padding-bottom: 50px;
	}

	#header2 h2 a {
		color: #e5e5e5;
		padding: 20px 40px;
		background-color: #f6921e;
		text-decoration: none;
		font-size: 50px;
	}
	#header2 h2{
		width: 290px;
		margin: auto;
		text-align: center;
	}
	#header2 a:hover{
		background-color: #e5e5e5;
		color: #f6921e;
	}

	.fa-calendar-alt, .fa-map-marker-alt, .fa-map-marker{
		display: none;
	}

	/***** Section VIDEO *****/

	#video{
		max-width: 900px;
		background-color: #1a1a1a;
		margin: auto;
		margin-top: 110px;
	}

	#video iframe{
		max-width: 900px;
		width: 100%;
	
	}
	
	/***** Section ALBUMS *****/

	#albums{
		width: 745px;
		margin: auto;
		margin-top: 110px;
	}
	
	#albumpics{
		display: grid;
		grid-template-columns: 355px 355px;
		grid-gap: 40px;
		max-width: 1020px;
		margin: auto;
	}

	#albumpics article{ 
		padding: 0;
	
	}

	h3{
		color: #f6921e;
		font-family: 'ZCOOL XiaoWei', serif;
		font-size: 24px;
		text-decoration: none;
	}

	/***** Section SONGS *****/

	#songs{ 
		position: relative;
		padding: 0px 50px;
		margin-top: 110px;
	}
	
	#songs img{
		position: absolute;
		width: 450px;
		left: 70px;
		display: inline;
	}

	#songs li{
		text-align: right;
	}

	/***** Footer *****/
	
	#footerother{
		margin-right: 100px;
	}
	
	#footerimg{
		margin-left: 50px;
	}

}










@media only screen and (max-width: 900px){
	#songs img{display: none; }
}












