:root {
	--text-color: #fff;
	--color-background: #191919;
	}


// <weight>: Use a value from 200 to 900
	// <uniquifier>: Use a unique and descriptive class name
	
	.zalando-sans-<uniquifier> {
	  font-family: "Zalando Sans", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	  font-variation-settings:
		"wdth" 100;
	}
	@font-face {
		font-family: 'Bashield', sans-serif;
		src: url('../../resources/fonts/bashield.woff') format('woff');
		src: url('../../resources/fonts/bashield.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
		}


html summary::-webkit-details-marker {
  display: none;
  }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Zalando Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	shape-rendering: geometricPrecision;
	direction: ltr;
	line-height: 100%;
	font-weight: <weight>;
	/* -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;		 */
	color: var(--text-color);
	}
ul,ol,li {
	list-style: none;
	}
html {
	position: relative;
	}	
body,html {
	height: 100%;
	}
body {
	font-size: 13px;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	min-width: 375px;
	overflow: auto;
	position: relative;
	width: 100%;
	line-height: 100%;
	-webkit-overflow-scrolling: touch;
	background: var(--color-background);
	}	
svg {
	shape-rendering: geometricPrecision;
	}		
fieldset {
	outline: 0;
	border: 0;
	}	
body {
	
	}
header {
	padding: 30px 30px;
	/* background: hsla(308,84%,47%,.15); */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px dotted #555;
	}	
header img {
	width: 100px;
	}	
.content {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 130px 0 0 0;
	}	
.happenings {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
	padding: 30px 60px 20px 60px;
	width: 100%;
	}	
.happenings .you-are-invited {
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20% 60px 20%;
	text-align: center;
	line-height: 160%;
	font-weight: 200;
	}	
.happenings .you-are-invited strong {	
	font-weight: 600;
	}
.happenings h1 {
	font-family: "Bashield", serif;
	font-size: 1.5rem;
	letter-spacing: -.01em;
	text-align: center;
	color: #777;
	}	
.happenings h2 {
	font-size: 1.0rem;
	padding: 5px 0 0 0;
	font-weight: 300;
	text-align: center;
	line-height: 140%;
	}	
.happenings .event-name {
	/* text-transform: uppercase; */
	font-weight: 500;
	font-size: 2.9rem;
	padding: 20px 0 40px 0;
	margin: 0 0 40px 0;
	text-align: center;
	line-height: 120%;
	letter-spacing: -.02em;
	border-bottom: 1px dotted #777;
	display: flex;
	flex-flow: column;
	grid-gap: 30px;
	width: 100%;
	}	
.happenings .event-desc {
	font-size: 1.0rem;
	font-weight: 400;
	text-align: center;
	line-height: 120%;
	padding: 15px 0 0 0;
	}	
.happenings .event-date {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	line-height: 120%;
	padding-bottom: 15px;
	}
.happenings .event-date strong {
	font-weight: 600;
	padding: 0 0 5px 0;
	}	
.happenings .event-date b {
	font-weight: 300;
	font-size: 1.0rem;
	}		
.happenings .event-date div {
	padding: 0 0 10px 0;
	line-height: 120%;
	}	
.happenings .event-date a.address {
	font-weight: 200;
	background: url("../../resources/images/map-marker.svg") left center / 16px auto no-repeat;
	padding-left: 25px;
	font-size: 1.0rem;
	}	
.happenings .event-desc .small {
	font-size: 1rem;
	color: #777;
	line-height: 140%;
	}
		
ul.faqs {
	padding: 30px 25% 0 25%;
	border-top: 1px dotted #999;
	margin: 50px 0 0 0;
	}
ul.faqs li {
	font-size: .85rem;
	line-height: 140%;
	text-align: center;
	padding: 0 0 15px 0;
	}		
ul.faqs li strong {
	display: block;
	text-align: center;
	font-size: .95rem;
	font-weight: 600;
	padding: 0 0 5px 0;
	line-height: 130%;
	}	
	
.b {
	font-weight: 600;
	padding: 15px 0 10px 0;
	font-size: 1.2rem;
	color: #40a4ff;
	}	
ul.req li {
	line-height: 140%;
	}	
.opc-logo img {
	width: 150px;
	margin-bottom: 30px;
	}	
.line {
	width: 100%;
	height: 1px;
	background: #454545;
	margin: 20px 0;
	}	
	
.spinning-image-container {
	margin: 0 0 20px 0;
	}	
	
	
@keyframes spin {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	
	.spinning-image {
		animation: spin 4s linear infinite;
		width: 500px;
		height: 500px;
		border: 1px dotted #999;
		border-radius: 50%;
		margin: 30px 0 0 0;
		}	
	
.tonight {
	color: #40a4ff;
	font-size: 3.3rem;
	font-weight: 600;
	font-family: 'Bashield', sans-serif;
	}	
	
.logo {
	width: 22%;
	min-width: 350px;
	max-width: 500px;
	}
h1.tag {
	font-weight: 300;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: clamp(1.2rem, .9vw, .7vw);
	line-height: 150%;
	}
.coming_soon {
	padding: 30px 0;
	margin: 100px 0 0 0;
	text-align: center;
	color: #000;
	border-top: 1px dashed hsla(0,0%,0%,.4);
	white-space: nowrap;
	}	
.coming_soon div {
	color: #555;
	padding: 0 0 5px 0;
	font-weight: 400;
	font-size: .8rem;
	}
.coming_soon .cs {
	padding: 0 0 20px 0;
	font-weight: 600;
	font-size: 1.0rem;
	}	
		
.footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto 15px auto;
	width: 100%;
	text-align: center;
	font-size: .7rem;
	opacity: .5;
	}	
.footer .beam {
	padding: 0 10px;
	display: inline-block;
	}	
	
@media (max-width: 1200px) {
	
	.happenings .you-are-invited {
		padding: 0 5% 60px 5%;
		}	
	}


@media (max-width: 800px) {
	
	.happenings .event-name {
		padding-top: 25px;
		padding-bottom: 30px;
		margin-bottom: 40px;
		font-size: 2.3rem;
		}	
	.happenings .event-date {
		font-size: 1.0rem;
		}
	}

@media (max-width: 480px) {
	@font-face {
		font-family: 'Bashield', sans-serif;
		src: url('../../resources/fonts/bashield.woff') format('woff');
		src: url('../../resources/fonts/bashield.woff2') format('woff2');
		font-weight: normal;
		font-style: normal;
	}
	header {
		padding: 15px 30px;
		}
	header img {
		width: 80px;
		}	
	.content {
		padding-top: 90px;
		}	
	.happenings {
		padding-left: 30px;
		padding-right: 30px;
		}	
	.tonight {
		font-size: 2.3rem;
		}	
	.happenings .you-are-invited {
		padding: 0 0 40px 0;
		font-size: .9rem;
		}	
	}
	
	
	
	
