@charset "UTF-8";

html, body{ width: 100%; overflow-x: hidden; }
body{
    font-family: Spectral, sans-serif;
	background: rgb(240, 240, 240);
    font-style: normal;
	margin: 0;
}
.h1_header{
	text-decoration: none;
	font-size: 28px;
	color:rgb(46, 46, 46);
	font-family:Spectral;
}
.h1_border{
	font-family: Spectral;
	text-align:center;
	margin: 0;
	color: rgb(150, 150, 150);
}
h1{
	font-size: 60px;
}
h2{
	font-family: Spectral;
	color: rgb(54, 54, 54);
	font-size: 40px;
	letter-spacing: 1.5;
}
h3{
	font-size: 20px;
	transition: .1s;
}
h4{
	font-size: 16px;
}
.menu_text{
	font-family: Spectral, sans-serif;
    text-decoration: none;
    color: rgb(107, 107, 107);
	margin: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}
.menu_text:hover{
	color: rgb(204, 204, 204);
}
.logo{
	height: 55px;
	padding-left: 15px;
	opacity: 0.8;
}
.title{
	font-family: Spectral;
	text-decoration: none;
	color: black;
	position:relative;
	animation:slideUp 1s;
	margin:0;
	text-align: center;
}
.bio_name{
	color:rgb(80,80,80);
	margin-bottom: 0px;
}
.bio_inst{
	color:rgb(150,150,150);
	margin-top: 0px;
}
.bio_text{
	color:rgb(80,80,80);
	text-align:justify;
}
.header{
	height: 80px;
    position: fixed;
	z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,0.95) 40%,rgba(240,240,240,0.60) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(240,240,240,0.95) 40%,rgba(240,240,240,0.60) 100%);
	background-image: -o-linear-gradient(270deg,rgba(240,240,240,0.95) 40%,rgba(240,240,240,0.60) 100%);
	background-image: linear-gradient(180deg,rgba(240,240,240,0.95) 40%,rgba(240,240,240,0.60) 100%);
}
.dropdown_menu{
	margin: 0;
	padding: 15px 15px;
	display: none;
	height: 90px;
	background: rgba(0, 0, 0, 0.95);
    position: fixed;
	z-index: 1;
    left: 0;
    top: 80;
    width: 100%;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.10);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.10);
}
.dropdown_menu.open{
	display: inline;
}
.dropdown_menu a{
	display: block;
	margin: 5px;
}
.header_container{
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: top;
}
.header_menu{
	margin: 15px;
	align-items: center;
	display: flex;
}
.real_menu{
	display: inline;
	padding: 0;
}
.real_menu a{
	display: block;
}
.header_links{
	display: flex;
	height: 50px;
	margin: 15px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	align-items: center;
}
.header_links a{
	padding-left:20px;
	color: rgb(70, 70, 70);
	font-size: 1.8rem;
	text-decoration: none;
}
.header_links i {
	color: rgb(80, 80, 80);
	font-size: 1.5rem;
	text-decoration: none;
}
.extended_menu{
	padding: 0;
}
.scroll_menu{
	position: absolute;
	display: none;
	color: rgb(150, 150, 150);
	transition-duration: .2s;
}
.scroll_menu:active{
	color: rgb(232, 232, 232);
}
.menu_options{
	display: flex;
	position: absolute;
	top: 10px;
	left: 420px;
}
.footer{
	margin: 0 auto;
	height: 30px;
	position: fixed;
	left: 3%;
	bottom: 0;
	width: 150px;
	text-align: center;
	background: rgba(0,0,0,0.50);
	z-index: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 1.5;
}
.concert_gallery{
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.concert_item{
	margin:0px 30px;
	width: 400px;
}
.program_container{
	margin-top: 80px;
	width: 100%;
	justify-content:center;
	align-items:center;
}
.program_container a{
	width: 100%;
	height: 40%;
	max-height: 500px;
	background-position: center;
	background-size: contain;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.photo_container{
	background-image: url("/images/HSC_pp.png");
	opacity: 0.6;
	background-size: contain;
	background-position: center;
	position: relative;
	height: 550;
	margin-bottom: -80px;
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.program_container a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	transition: opacity .2s;	
}
.program_london{
	background-image: url("/images/rooms.png");
	background-size: auto;
	background-position: center;
	opacity: 0.8;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.10);
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.10);
	transition: .2s;
}
.program_empire{
	background-image: url("/images/empire.png");
	background-size: auto;
	background-position: center;
	opacity: 0.8;
}
.image{
	padding: 20px;
}
.img_container{
	justify-content:center;
	display:flex;
	margin:auto;
}
.img_border{
	margin:40px auto;
	width:640px;
	-webkit-box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.30);
	box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.30)
}
.bio_gallery{
	display:grid;
	grid-template-columns: 1fr 1fr;
	justify-items:center;
	animation: slideUp 1s;
	margin: 0px 7%;
}
.bio_container{
	margin: 20px;
	display: flex;
}
.bio_pic{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding:20px 30px;
}
.bio_details{
	width: 100%;
}
.content_container{
	background-color:rgb(240, 240, 240);
	width: 100%;
}
.title_container{
	margin: 120px 0% 0px;
	color: rgb(219, 219, 219);
	justify-content: center;
	align-items: left;
	height: 60px;
}
.text_container{
	color: rgb(219, 219, 219);
	width: 100%;
}
.concert_panel{
	margin: 0 300px 0 300px;
	color:black;
}
.concert_details{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 80px;
	margin: auto;
	border-radius: 15px;
	background:black;
	color:white;
	letter-spacing: 1.5;
	text-align: center;
}
.concert_name{
	font-family: Rubik, sans-serif;
    text-decoration: none;
    color: rgb(54, 54, 54);
	letter-spacing: 1px;
	text-align: center;
	font-weight: 100;
}
.concert_date{
	font-family: Spectral;
    text-decoration: none;
    color: rgb(54, 54, 54);
	margin-top: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.concert_loc{
	font-family: Spectral;
    text-decoration: none;
    color: rgb(54, 54, 54);
	margin-top: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.program_container a:hover h3{
	color: white;
}
.program_container a:hover::before{
	opacity: .7;
}
@media screen and (max-width: 1600px){
	.bio_gallery{
		grid-template-columns: 1fr;
	}
	.img_container{
		display:block;
	}
}
@media screen and (max-width: 1120px){
	.h1_header{
		padding-left: 40px;
	}
	.menu_text{
		color: rgb(220,220,220);
	}
	.header_menu{
		padding: 0px 15px;
	}
	.extended_menu{
		padding: 0px 30px;
	}
	.scroll_menu{
		display: flex;
	}
	.menu_options{
		display: none;
	}
}
@media screen and (max-width: 700px){
	.bio_container{
		display:block;
	}
	.h1_header{
		display:none;
	}
/*ANIMATION*/
@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideUpHeight {
	from {
		transform: height(50%);
		opacity: 0;
	}
	to {
		transform: height(100%);
		opacity: 0.6;
	}
}
@keyframes slideRight {
	from {
		transform: translateX(-50px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes headerExtend {
	from {
		transform: height(80px);
	}
	to {
		transform: height(120px);
	}
}

