@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Beyond the Mountains';
    src: url('fontface/beyond_the_mountains.woff') format('woff'),
	     url('fontface/beyond_the_mountains.woff2') format('woff2'),
         url('fontface/beyond_the_mountains.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('fontface/BebasNeueBold.woff') format('woff'),
	     url('fontface/BebasNeueBold.woff2') format('woff2'),
         url('fontface/BebasNeueBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	font-size: 20px;
	margin: 0;
	color: #161925;
}

body * {
	font-family: 'Open Sans', sans-serif;
}

section {
	padding-bottom: 3rem;
}

h1 {
	font-family: 'Beyond the Mountains', cursive;
	font-size: 5rem;
	color: #161925;
	text-shadow: 2px 2px 2px #fdfffc;
	font-weight: normal;
	text-align: center;
	margin: 0 0 -0.5rem 0;
}

h2 {
	font-size: 2rem;
	font-weight: normal;
	margin: auto 5rem;
	padding: 3rem 0 2rem 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Bebas Neue Bold', 'Arial Condensed', sans-serif;
}

p {
	padding-bottom: 1.5rem;
}


/* Desktop */
@media screen and (min-width: 1000px) { 

	h2 {
		font-size: 3rem;
	}
	
}



/*** NAVIGATION ***/

nav ul {
	margin: 0;
	padding: 0.75rem 1rem;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 0.9rem;
	margin: 0;
}

nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

nav ul#utility {
	background: #161925;
	color: #fdfffc;
	text-align: left;
}

nav ul#utility li {
	padding: 0 0.75rem 0 0;
	line-height: 32px;
	height: 32px;
}

nav ul#utility li:last-child {
	float: right;
	padding-right: 0;
}

nav #exhibit {
	cursor: pointer;
}

nav ul#utility li a {
	color: #fdfffc;
}

nav ul#primary {
	background: #fdfffc;
	color: #161925;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #eee;
}

nav ul#primary li {
	padding: 0 0 0 0.75rem;
	line-height: 3rem;
	height: 3rem;
}

nav ul#primary li:first-child {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	padding-left: 0;
	z-index: 5;
}

nav ul#primary li a {
	color: #161925;
}

nav ul#primary li:first-child a img {
	height: 5rem;
	width: auto;
	overflow: visible;
}

nav ul#primary #toplink {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 1.4rem 1rem;
	padding: 0.45rem 0.75rem;
	background: #161925;
	color: #fdfffc;
	text-transform: uppercase;
	font-size: 0.8rem;
	list-style-type: none;
	z-index: 50;
}

nav ul#primary #toplink a {
	color: #fdfffc;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#exhibitext {
	border: 10px solid #161925;
	position: relative;
	color: #161925;
	display: none;
}

#exhibitext h2 {
	margin: 0 3rem;
}

#exhibitext p {
	margin: 0.5rem 3rem;
}

#exhibitext:last-child {
	margin-bottom: 3rem;
}

p#closexhibit {
	position: absolute;
	color: #161925;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	top: 1rem;
	right: 1rem;
	margin: 0;
}


/**** HOME PAGE LANDING ****/

header {
	display: block;
	background:url(img/background.jpg) no-repeat;
	background-size:cover;
	padding: 2rem 0;
	position: relative;
	z-index: 0;
}

header p {
	width: 70%;
	margin: 0.5rem auto;
	text-align: center;
	padding-bottom: 0.25rem;
}

#intro {
	background: #f6f8f8;
	text-align: center;
	margin: -1rem auto 0 auto;
	padding: 1.5rem 5rem;
	
}

header .location {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	margin: 0 auto;
}

#acltbadge {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
}

header .date {
	font-family: 'Bebas Neue Bold', 'Arial Condensed', sans-serif;
	font-size: 2rem;
	margin: 2rem auto;
}

header a.button {
	font-size: 3rem;
	text-transform: uppercase;
	font-family: 'Bebas Neue Bold', 'Arial Condensed', sans-serif;
	text-decoration: none;
	color: #161925;
	background: #fdfffc;
	padding: 0.65rem 1rem 0.85rem 1rem;
	border-radius: 10px;
	display: inline-block;
}

header a span {
	font-family: 'Open Sans';
	font-size: 0.7rem;
	display: block;
}


/**** ABOUT ****/

#welcome {
	position: relative;
	background: #fdfffc;
	padding-bottom: 3rem;
}

#welcome p {
	text-align: center;
	width: 60%;
	margin: auto;
}

#welcome img {
	position: absolute;
	width: 18vw;
	height: auto;
}


#welcome #mehyroid {
	top: -2rem;
	right: 0;
	z-index: 50;

}

#welcome #kaemroid {
	top: 10rem;
	left: 0;
}

#welcome #beraroid {
	bottom: -4rem;
	right: 0;
}


/**** VIDEO CALL TO ACTION ****/

#hairstories {
	background: url(img/yellowbg.png) no-repeat;
	background-size: cover;
}

#hairstories p {
	text-align: center;
	width: 70%;
	margin: auto;
}

#hairstories img {
	margin: 2rem auto 0 auto;
	text-align: center;
	display: block;
}

#hairstories img + h2 {
	padding-top: 0;
}

#hairstories a.button {
	display: inline-block;
	margin: 2rem;
	padding: 1rem;
	font-size: 3rem;
	text-transform: uppercase;
	font-family: 'Bebas Neue Bold', 'Arial Condensed', sans-serif;
	border-radius: 10px;
	text-decoration: none;
	color: #fdfffc;
	background: #161925;
}



/**** WORKSHOPS ****/

#workshops {
	background: #fff;
	text-align: center;
	color: #161925;
	width: 92w;
	margin: 0 auto;
	padding: 0;
}

#workshops li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	width: 46vw;
	height: 46vw;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background: no-repeat;
	background-size: cover;
	border: none;
}

#workshops li:first-child {
	height: auto;
	display: block;
	padding: 2rem 0;
	width: 100%;
}

#workshops h2 {
	text-transform: none;
	font-size: 2rem;
	font-family: 'Bebas Neue Bold';
	font-weight: normal;
	text-align: center;
	margin: 0 3rem;
	padding:0;
}

#workshops li div {
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 2rem);
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0 auto;
	padding: 2rem;
}

#workshops li a {
	margin: 0;
	padding: 0;
}

#workshops div h3 {
	padding: 0;
	margin: 0 0 0.75rem 0;
	font-size: 2.6rem;
	line-height: 2.75rem;
}

#workshops div p {
	padding: 0;
	font-size: 2.6rem;
	margin: 0.25rem 0;
}

#workshops div p.speaker, #workshops div p.speaker a, #workshops div p.time {
	margin: 0.5rem 0;
	font-family: 'Bebas Neue Bold';
	font-weight: lighter;
	text-decoration: none;
	color: #161925;
}

#workshops div p.speaker:before, #workshops div p.speaker:after {
	content: " ~ ";
}

#workshops div.info {
    background:#fff;
    border: 5px solid #161925;
    width: calc(40vw - 6rem);
    text-align: center;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    display: none;
    padding: 2rem;
	z-index: 100;    
}

#workshops div.info .title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
	padding: 0;
	margin: 0.25rem 0 0.75rem 0;
}

#workshops div p.note {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: bold;
}

#workshops div.info p.speaker, #workshops div.info p.speaker a, #workshops div.info p.time {
	font-size: 1.5rem;
	margin: 0.4rem 0;
}

#workshops div.info p.speaker:before, #workshops div.info p.speaker:after {
	content: none;
}


#workshops div.info p.desc {
   text-transform: none;
   font-size: 1rem;
}




/* Desktop */
@media screen and (min-width: 1000px) { 

	#workshops h2 {
		position: absolute;
		font-family: 'Beyond the Mountains';
		font-weight: normal;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0;
	}

	#workshops {
		top: 0;
		left: 0;
		width: 90vw;
		padding: 0;
		margin: 5px auto 0 auto;
	}
	
	#workshops h2 {
		text-align: center;
		font-size: 3rem;
	}
	
	#workshops li, 	#workshops li:first-child {
		width: calc(30vw - 10px);
		height: calc(30vw - 10px);
		padding: 0 0 0 0;
		margin: 0;
		display: inline-block;
	}
	
	#workshops li:nth-child(3) {
		border-right: none;
	}

	#workshops div.info {
	    width: calc(30vw - 8rem);
	}
}

/**** ACTIVITIES ****/

#activities {
	background: #fff;
	text-align: center;
	color: #161925;
	width: 92w;
	margin: 0 auto;
	padding: 0;
}

#activities li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	width: 31%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background: no-repeat;
	background-size: cover;
	border: none;
}

#activities li:first-child {
	height: auto;
	display: block;
	padding: 3rem 0;
	width: 100%;
}

#activities h2 {
	text-transform: none;
	font-size: 2.5rem;
	font-family: 'Beyond the mountains';
	font-weight: normal;
	text-align: left;
	margin: 0 6vw;
	padding:0;
}

#activities h3, #activities .title {
	text-transform: uppercase;
	font-weight: bold;
}

#activities a {
	text-decoration: none;
	color: #161925;
	padding: 1
}

#activities div {
    background:#fff;
    border: 5px solid #161925;
    width: 20vw;
    text-align: center;
    top: 57.5%;
    left: 50%;
	transform: translate(-50%, -50%);
    display: none;
    padding: 2rem;
	z-index: 100;    
	position: absolute;
}

#activities li:hover div {
	display: block;
}

#activities img {
	border: 1px solid #eee;
}

#activities li a {
	margin: 0;
	padding: 0;
}

#activities div h3 {
	padding: 0;
	margin: 0 0 0.75rem 0;
	font-size: 2.6rem;
	line-height: 2.75rem;
}

#activities div p {
	padding: 0;
	font-size: 1rem;
	margin: 0.25rem 0;
}

#activities div.title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
	padding: 0;
	margin: 0.25rem 0 0.75rem 0;
}



/* Desktop */
@media screen and (min-width: 1000px) { 

	
}





/**** EXHIBITORS ****/

#exhibits {
	text-align: center;
}

#exhibits h2 {
	text-transform: uppercase;
	font-size: 2rem;
	padding: 3rem 0 0 0;
	margin: 0;
}

#exhibits ul {
	margin: 0;
	text-align: center;
	padding: 1.5rem 1.5rem 0 3rem;
}

#exhibits li {
	list-style-type: none;
	display: inline-block;
	width: 24vw;
	height: 12vw;
	margin: 0 2vw 2vw 0;
	text-align: center;
	background-color: #fff;
	position: relative;
}

#exhibits li a {
	margin: 0 auto;
	padding: 0;
}

#exhibits li img {
	width: 22vw;
	height: auto;
	padding: 1vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#exhibits li img.tall {
	width: auto;
	height: 10vw;
}


#exhibits li div {
	padding: 2rem;
}

#exhibits div h2 {
	padding: 0;
	margin: 0 3rem;
}

#exhibits div p {
	padding: 0.5rem 0;
	font-size: 0.9rem;
	margin: 0;
	line-height: 1rem;
}


/* Desktop */
@media screen and (min-width: 1000px) { 


}





/**** ABOUT ****/

#about h2, #about p {
	text-align: center;
}

#about p {
	margin: 1rem 3rem;	
}

#about p span {
	display: block;
	text-transform: uppercase;
}


/* Desktop */
@media screen and (min-width: 1000px) { 

	#about {
		position: relative;
	}

	#about img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 40%;
		display: block;
		margin-left: 3rem;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#about h2 {
		font-size: 3rem;
	}
		
	#about h2:after {
		left: 50%;
		margin-left:calc(-35% - 17px);
	}
	
	#about h2, #about p {
		padding-right: 35%;
	}

}




/**** CONTACT ****/

#contact article {
	padding: 2em 0;
	margin: 0 auto;
	text-align: center;
	color: #231e1f;
}

#contact div {
	margin: 3rem;
}

#contact div h3 {
	text-transform: uppercase;
	margin: 0;
}

#contact div p {
	margin: 0 auto 1rem 0;
}

#contact dl {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
}

#contact div dt {
	margin: auto 0.5rem auto 0;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	padding: 0.5rem 0;
	text-transform: uppercase;
}

#contact div dd {
	display: none;
	text-transform: uppercase;
}

#contact div dd a {
	text-decoration: none;
	color: #161925;
}

#contact form {
	margin: 3rem;
	padding: 0 0 2rem 0;
}

#contact form input, #contact form textarea {
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	display: block;
	padding: 0.5em 0.8em;
	font-size: 0.9rem;
	text-align: left;
	width: calc(100% - 1.6rem);
}

#contact form input {
	display: block;
	margin: 1em 0;

}

#contact form input:focus, #contact form textarea:focus {
  	box-shadow: 0 0 5px rgba(102, 2, 60, 1);
}

#contact form input.submit {
	background-color: #d2cbc3;
	text-transform: uppercase;
	font-weight: bold !important;
	padding: 0.3rem 0.5rem;
	text-align: center;
	width: 8rem;
	position: absolute;
	right: 0;
	margin-right: 3rem;
	border-color: #231e1f;
}

#contact .message {
	margin: 2em;
	font-weight: bold;
}

#venue {
	display: block;
	position: relative;
	border-top: 0.5vw solid #fff;
}

#venue img {
	width: 20.25vw;
	height: 20.25vw;
	position: absolute;
	}
	
#venue iframe {
	width: 78vw;
	height: 20.25vw;
	position: relative;
	left: 20.75vw;
	overflow: hidden;
	}


/* Desktop */
@media screen and (min-width: 1000px) { 

	#contact {
		position: relative;
	}
	
	#contact h2 {
		font-size: 3rem;
	}
	
	#contact div {
		width: 25%;
		position: relative;
		left: 10%;
		text-align: left;
		padding: 0;
		margin-top: 0;
	}
	
	#contact div p {
		margin: 0 0 0.25rem 0;
	}
		
	#contact dl {
		padding-bottom: 0;
		border-bottom: none;
		margin-top: 0.25rem;
	}

	#contact div dt {
		margin: auto 1rem auto 0;
		width: 32px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0.25rem 0;
	}
	
	#contact div dd {
		display: inline;
		margin: auto 0;
		line-height: 32px;
		font-size: 1.25rem;
		padding:0;
	}
	
	#contact div dd:after {
		content:"\a";
		white-space: pre;
	}
	
	#contact form {
		width: 50%;
		margin: 4rem 10% 2rem 40%;
		position: absolute;
		padding-top: 3em;
		top: 0;
	}
	
	#contact form input {
		display: block;
		background-color: #fdfdfd;
		border: 1px solid #ddd;
		width: calc(100% - 6em);
		padding: 0.5em 0.8em;
		font-size: 0.9rem;
		margin: 1em 3em;
		text-align: left;
	}
	
	#contact form textarea {
		background-color: #fdfdfd;
		border: 1px solid #ddd;
		width: calc(100% - 6em);
		height: 6.5rem;
		padding: 0.5em 0.8em;
		font-size: 0.9rem;
		margin: 0 3em;
	}
	
	#contact form input:focus, #contact form textarea:focus {
		box-shadow: 0 0 5px rgba(22, 25, 37, 1);
	}
	
	#contact form input.submit {
		background-color: #d2cbc3;
		text-transform: uppercase;
		font-weight: bold !important;
		padding: 0.3rem 0.5rem;
		text-align: center;
		width: 8rem;
		position: absolute;
		right: 0;
		margin-right: 1.25rem;
		border-color: #231e1f;
	}

	#contact .message {
		margin: 3em;
	}

}

/**** REMINDER ****/

#reminder {
	margin: 0 auto;
	background: #001361;
	color: #fff;
	padding: 1.5rem 0;
	clear: both;
}

#venue {
	margin-top: 3rem;
}

#home #venue {
	margin-top: 0;
}

#reminder p {
	margin: 1rem auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}

#reminder a {
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #fff;
}


/**** FOOTER NEWSLETTER SIGN UP ****/

#newsignup {
	background-color: #fff;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
}

#newsignup h2 {
	text-transform: uppercase;
	font-size: 2rem;
	padding: 0 0 1rem 0;
	text-align: center;
	margin: 2rem 0 0 0;
	color: #161925;
}

#newsignup form {
	display: block;
	margin: 3rem 3rem 3rem 3rem;
	text-align: center;
}

.hideme {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0;
}

#newsignup input {
	display: block;
	width: calc(100% - 1.6rem);
	padding: 0.5rem 0.8rem;
	font-size: 0.9rem;
	margin: 0.5rem 0;
	text-align: left;
}

#newsignup form input:focus {
  	box-shadow: 0 0 5px rgba(102, 2, 60, 1);
}

#newsignup input.submit {
	text-transform: uppercase;
	font-weight: bold !important;
	padding: 0.3rem 0.5rem;
	width: 100%;
	text-align: center;
}



/* Desktop */
@media screen and (min-width: 1000px) { 

	#newsignup {
		width: 48%;
		position: relative;
		padding: 1rem 0 3rem 0;
		background: #ffe69d;
		margin: 0 auto;
	}

	#newsignup h2 {
		text-align: center;
	}

	
	#newsignup p span {
		display: inline;
	}

	#newsignup form {
		margin: 2rem 3rem 0 3rem;
	}
		
	#newsignup input {
		display: inline-block;
		padding: 0.5em 0.8em;
		font-size: 0.9rem;
		width: calc(90% - 1.6rem);
		margin: inherit auto;
	}
	
	#newsignup input.submit {
		width: 90%;
		margin: inherit auto;
	}

}


/**** SPONSORS ****/

#sponsors {
	background: #fff;
	text-align: center;
	color: #161925;
	background-color: #fcfdfe;
	border-bottom: 1px solid #edeeef; 
}

#sponsors h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 2rem 0 0 0;
	text-align: center;
	margin: 0;
	color: #555;
}

#sponsors ul {
	margin: 0 auto;
	text-align: center;
	padding: 0.5rem 0 0 0;
}

#sponsors li {
	list-style-type: none;
	display: inline-block;
	width: 14vw;
	height: 7vw;
	margin: 0 1vw 0 0;
	text-align: center;
	position: relative;
}

#sponsors li a {
	margin: 0;
	padding: 0;
}

#sponsors li img {
	width: auto;
	height: 6vw;
	padding: 1vw 1vw 0 1vw;
}

#sponsors li div {
	padding: 2rem;
}

#sponsors div h2 {
	padding: 0;
	margin: 0 3rem;
}

#sponsors div p {
	padding: 0.5rem 0;
	font-size: 0.9rem;
	margin: 0;
	line-height: 1rem;
}


/**** FOOTER ****/

body > footer {
	background-color: #161925;
	clear: both;
}

body > footer p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0 3rem;
	padding: 1.5rem 0;
	text-align: center;
}


#prefooter {
	background: #ffe69d;
	position: relative;
}


/* Desktop */
@media screen and (min-width: 1000px) { 

	#top {
		margin: 1.4rem 3rem;
	}

	body > footer p {
		letter-spacing: 2px;
	}

}

/*** TOOLTIPS  ***/

#sponsors div, #exhibits div {
    background:#fff;
    border: 5px solid #161925;
    font-size: 90%;
    width: 30vw;
    letter-spacing: 1px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -1rem;
    left:-1rem;
    display:none;
    padding:0 20px;
	z-index: 100;
    
}

#sponsors div h2, #exhibits div h2 {
    text-align: center;
}

#sponsors li:hover div, #exhibits li:hover div, #workshops li:hover div.info {
    display:block;
}


/*** BRAID STATION  ***/

.bold {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding-top: 1rem !important;
	font-size: 0.9rem;
}


#braid h3 {
	font-size: 2rem;
	font-weight: normal;
	margin: auto 5rem;
	padding: 3rem 0 1.5rem 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Bebas Neue Bold', 'Arial Condensed', sans-serif;
}

#braid ul {
	margin: auto 5rem;
	padding: 0;
}

#braid p {
	margin: auto 5rem;
	padding: 0 0 1rem 0 !important;
	clear: left;
}

#braid #hairstyles li {
	list-style-type: none;
	padding: 4rem 2rem !important;
	margin: auto;
	position: relative;
	clear:left;
	width: 70%;
}

#braid #hairstyles + p {
	clear: left;
	padding-top: 5rem !important;
}

#braid li span {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	font-size: 1.5rem;
}

#braidterms {
	font-size: 0.9em;
	margin: auto 5rem;
}

img.front, img.back {
		width: 20vw;
		height: auto;
		margin: -1rem 2rem 0 -1rem;
		float:left;
}

img.back, img.front:hover {
		position: absolute;
		top: 4rem;
		left: 2rem;
}

img.front, img.back:hover {
		opacity: 1;
}

img.back, img.front:hover {
		opacity: 0;
}

#braid #kawaii {
	width: 95%;
	margin: auto;
	text-align: center;
}

#braid #kawaii li {
	list-style-type: none;
	padding:  1rem 1vw !important;
	margin: auto;
	display: inline-block;
	text-align: center;
	width: 20%;
}

#braid #kawaii li img {
	width: 15vw;
	height: auto;
}

#braid #kawaii + p {
	margin-top: 2rem;
}


/*** PAST EVENTS  ***/

#past {
	margin: 0;
	padding: auto 0;
}

#past h2, #past p {
	margin: 0 5rem 1rem 5rem;
	text-align: center;
}

#past #video-placeholder {
	width: calc(200% / 3);
	height: 37.5vw;
	margin: 1rem auto;
	text-align: center;
	display:block;
	border: 7px solid #161925;
}

#past iframe {
	width: 100%;
	height: 37.5vw;
	background-colour: #161925;
}

#past #thumbnails {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 2rem 0 !important;
	text-align: center;
}

#past #thumbnails li {
	width: 20%;
	margin: 0 auto;
	padding: 0 1vw 2rem 1vw !important;
	text-align: center;
	display:inline-block;
	list-style-type: none;
	
}

#past #thumbnails li img {
	width: 12.5vw;
	padding: 0.5vw;
	text-align: center;
	list-style-type: none;
	cursor: pointer;
}

#panel {
	text-align: center;
}
#panel img{
	width: calc(100vw - 32.5px);
	height: auto;
}

.cancelled {
	color: #98191B !important;
}

#sd {
	margin-top: -10px;
	padding-top: 0;
}

#sd a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}