body, html, h1 { 
	margin: 0px; 
	padding: 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
}

body, html { 
	overflow: hidden;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url("bg.jpg") no-repeat center center;
	backface-visibility: hidden;
	background-size: cover;	
	overflow: hidden;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.social li {
	display: block;
	padding: 0 0 0 10px;
	float: left;
}

.social svg#youtube {
    height: 18px;
	width: 90px;
    position: relative;
	top: 4px;
}

.social svg#facebook {
    width: 40px;
    height: 25px;
    position: relative;
}

.social svg#twitter {
    width: 28px;
    height: 28px;
    position: relative;
    top: 2px;
    left: 2px;
}

.social svg#instagram {
    width: 90px;
    height: 25px;
    position: relative;
    top: 4px;
}

.social svg#spotify {
    width: 90px;
    height: 25px;
    position: relative;
	//background: #fff;
	top: 1px;
}

h1 {
	text-transform: uppercase;
	color: #862009;
	font-size: 50px;
	position: absolute;
	top: 20%;
	left: 20%;
	background: #fff;
	font-weight: 900;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.8s;
}

h1 span {
	font-size: 60px;
	display: block;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	padding: 0;
	margin: 0 0 15px 0;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0;
}

p {
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 120%;
}

.author {
	margin: 0;
}

.decca {
	width: 100px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 67px;
	transition: all 0.8s;
}

.decca img {
	width: 100%;
}

.concert-wrapper .decca {
	display: none;
}

.copy {
	background-color: rgba(168, 123, 94, 0.9);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 300px;
	padding: 30px;
	font-weight: 400;
	transition: all 0.8s;
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none;
}

a.agent {
	text-transform: uppercase;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;	
}

.quote {
	background-color: rgba(127, 72, 156, 0.9);
	color: #fff;
	position: absolute;
	right: -100px;
	top: 15%;
	padding: 30px 110px 30px 30px;
	width: 300px;	
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transition: all 0.8s;
}

.concerts {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.concerts li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.concerts li span {
	position: absolute;
}

.concerts li a {
	display: block;
    padding-left: 117px;
}

.concerts li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1250px) { 
	h1 {
		left: 10%;
	}
	
	.decca {
		width: 60px;
		height: 40px;
	}
	
	.concert-wrapper .decca {
		display: none;
	}
	
}

@media only screen and (max-width: 1050px) and (orientation:landscape) { 
		
	.quote {
		width: 260px;	
	}
}

@media only screen and (max-width: 950px) { 
	h1 {
		left: 5%;
	}
		
	.quote {
		top: auto;
		bottom: 20%;
	}

}

@media only screen and (max-width: 760px) { 
	h1 {
		font-size: 30px;
	}
	
	h1 span {
		font-size: 40px;
	}
	
}

@media only screen and (max-width: 620px) { 
	h1 {
		font-size: 30px;
		padding: 12px;
		top: 10%;
		left: 12px;
	}
	
	h1 span {
		font-size: 40px;
	}
	
	.copy {
		padding: 15px 15px 65px 15px;
		width: 100%;
	}
	
	.social li {
		padding: 0;
	}
	
}

@media only screen and (max-width: 767px) and (max-height: 1000px) {

	body, html, #background {
		overflow: visible;
	}
	
	.copy {
		position: static;
		margin-top: 58vh;
		background-color: rgba(168, 123, 94, 1);	
		position: relative;
	}
	
	.decca {
		display: none;
	}
	
	.concert-wrapper .decca {
		display: block;
	}
	
	.copy p {
		font-size: 14px;	
	}
	
	.agent-info {
		padding-right: 80px;
	}
	
	.concerts li {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.concerts li span {
		width: auto;
		display: block;
	}
	
}


@media only screen and (orientation:portrait) and (max-width: 767px) and (max-height: 1023px) { 
	.quote {
		display: none;
	}
	
}

@media only screen and (orientation:landscape) and (max-height: 767px) and (max-width: 1023px) { 
	.quote {
		display: none;
	}
	
}

@media only screen and (max-width: 400px) { 
	h1, .copy, .quote {
		padding: 15px;
	}
	
	h1 {
		font-size: 23px;
		left: 15px;
		padding: 10px;
	}
	
	h1 span {
		font-size: 30px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 16px;
	}
	
}

@media screen and (orientation:landscape) and (max-height: 620px){
	.copy {
		width: 100%;
	}
		
	.agent-info {
		padding-right: 80px;
	}

}

@media screen and (orientation:landscape) and (max-height: 500px){
	.copy {
		padding: 15px;
	}
	
	h1 {
		top: 5%;
		font-size: 30px;
		padding: 15px;
	}
	
	h1 span {
		font-size: 40px;
	}

}

@media screen and (orientation:landscape) and (max-height: 400px){
	h2 {
		font-size: 17px;
	}
	.copy p {
		font-size: 13px;
	}

}


