/*html {
	overflow-y: scroll;
	overflow-x: hidden;
}*/

:root {
	--main_text_blue_color: rgba(99, 138, 255, 0.9);
	--main_border_blue_color: rgba(67,111,243,1.0);
	--main_headerText_color: #c2c7cc;
	--main_subText_color: #8b8e91;
	--main_subText_colorTeal: #00f1ff;
	--main_button_green_color: rgba(0,187,23,90%);
	--main_button_orange_color: rgba(255,164,7,70%);
	--main_genTitle_color: #99a8b8;
}

body {
	background-color: #111821;
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: auto;
	max-width: 100%;
	height: 100%;
	background-image: url('Hex_7.jpg');
	/*cursor: url("src/img/CustomCursor_5_5s.png"), auto;*/
	font-family: verdana; /*backup font*/
}

h1 {
	color: #8b8e91;
	width: auto;
	text-align: center;
	font-family: garamond;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

.h4 {
	text-align:center;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	color: #8b8e91;
	padding: 10px;
	margin: 20px;
	text-align: center;
	font-size: 28px;
}

img {
	max-width: 100%;
	height: auto;
	/*image-rendering: -webkit-optimize-contrast;*/
	/*margin: 5px;*/
}

video {
	/*width: 100%;*/
	height: 600px;
}

.menuOverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.95);
	font-family: 'Orbitron', sans-serif;
  overflow-x: hidden;
  transition: 0.5s;
	-webkit-appearance: none;
}

.menuOverlay-content {
  position: relative;
  /*top: 10%;*/
  text-align: left;
}

.menuOverlay a, .menuOverlay div {
  padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
  text-decoration: none;
  font-size: 36px;
  color: #8b8e91;
  transition: 0.1s cubic-bezier(.68,-0.55,.27,1.55);
}

.menuOverlay a:hover, .menuOverlay a:focus {
  color: rgba(99, 138, 255, 0.9);
}

.menuOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 72px;
	padding-left: 12px;
	padding-right: 12px;
	transition: 0.3s all ease-in-out;
	font-family: 'Rye', cursive;
	transform: rotate(0deg);
	z-index: 10;
	-webkit-appearance: none;
}

.closebtn:hover,
.closebtn:active {
	transform: rotate(90deg);
	transition: 0.3s all ease-in-out;
}

.navbar {
  overflow: hidden;
}

.navbar a {
  font-size: 24px;
  text-align: center;
	padding: 12px;
  text-decoration: none;
}

.subNav {
  overflow: hidden;
}

.subNav .subNavBtn {
  font-size: 42px;
  border: none;
  outline: none;
	/*cursor: url("src/img/CustomCursor_5_5s.png"), auto;*/
  color: #8b8e91;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
	border-bottom: 3px solid rgba(99, 138, 255,0.25);
	-webkit-appearance: none;
}

.subNav-content {
  /*display: none;*/
  z-index: 1;
	-webkit-appearance: none;
}

.subNav-content a {
	border: solid 2px rgba(67,111,243,30%);
	border-radius: 4%;
	padding: 4px;
}

	.subNav-content a:hover {
		text-align: center;
		cursor: pointer;
		/*cursor: url("src/img/CustomCursor_6_2p.png"), auto;*/
		/*color: rgba(99, 138, 255);*/
		/*color: #ffa407;*/
		color: var(--main_subText_colorTeal);
		border: solid 2px rgba(67,111,243,30%);
		border: solid 2px var(--main_subText_colorTeal);
		background-color: rgba(67,111,243,15%);
		border-radius: 4%;
		-webkit-background-clip: padding-box; /* for Safari */
		background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	}
	.subNav-content a:active {
		/*color: #00bb17;*/
		color: var(--main_text_blue_color);
	}

.subNav:hover .subNav-content,
.subNav:active .subNav-content {
	display: block;
}

.subNav:hover .subNavBtn {
	border-bottom: 3px solid rgba(99, 138, 255);
	color: rgba(99, 138, 255);
}

.subNavBtn:visited,
.subNav-content:visited {
	text-decoration: none;
	color: #8b8e91;
}

.titles {
	text-align: center;
	font-size: 42px;
	font-family: 'Orbitron', sans-serif;
	color: #777a7d;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline #777a7d 4px;
	/*text-decoration: underline rgba(67,111,243,80%) 4px;*/
}

.pText {
	text-align: center;
	font-size: 22px;
	/*font-family: 'Orbitron', sans-serif;*/
	font-family: 'verdana';
}

.mainContainer {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 40px;
	/*display: inline-block;*/
}

.container {
	/*align-items: center;*/
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	/*width: 27%;*/
	margin: 5px;
	text-align: center;
	/*overflow: auto;*/

	/*box-shadow: 0 0 4px 4px #ffffff,
				inset 0 0 5px 40px #ffffff;*/
}

.eventFullContainer {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	align-items: flex-start;
	flex-direction: row;
	/*flex-flow: column; --for smaller screens */
}

.eventPhotoContainer {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.eventPhotoContainer img {
	width: 75%;
	/*border-radius: 40% / 24%;*/
}

.eventTextContainer {
	width: 50%;
}

.eventPText {
	text-align: justify;
	font-size: 18px;
	/*font-family: 'Orbitron', sans-serif;*/
	font-family: 'verdana';
	color: #8b8e91;
}

.eventTextList {
	list-style-type: disclosure-closed;
	text-align: left;
	font-family: 'verdana';
	color: #8b8e91;
	font-size: 16px;
	line-height: 1.5;
	font-style: italic;
}

/*Outer Div*/
.tocEvent {
	text-align: center;
	color: #a2a6a9;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Roboto Mono', monospace;
	font-style: normal;
	font-weight: 300;
	/*display: flex;*/
	/*justify-content: center;*/
	list-style-type: none;
}

/*UL*/
.tocListEvent {
	width: 90%;
	line-height: 1.5;
	list-style-type: none;
	font-style: normal;
	padding-inline-start: 0;
	/*columns: 3;*/
	display: grid;
	grid-template-columns: repeat(3, auto);
	/*grid-template-columns: masonry;*/ /*still experimental*/
	justify-content: space-around;
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
}

.tocListEvent li {
	line-height: 2;
	text-decoration: underline;
	/*margin-left: 1em;*/
}

.tocListEvent li:hover span {
	text-decoration: underline;
}

.tocListEvent a, .tocListEvent a:visited {
	color: #a2a6a9;
	text-decoration: none;
}

.tocListEvent a:hover {
	color: #0099ff;
}

.img2 {
	max-width: 100%;
	/*border: 1px solid #ddd;*/
	border-radius: 40% / 12%;
	/*margin: 5px;*/
	display: inline;
	/*object-fit: cover;
	object-position: 0 0;*/
	margin-left: auto;
	margin-right: auto;
	/*width: 1080px;*/
	height: 600px;
	position: relative;
	/*top:0;
  left:0;*/
	/*360px;*/
}

.img3 {
	max-width: 100%;
	/*border-radius: 20% / 12%;*/
	display: inline;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	position: relative;
	object-fit: contain;
}

.arrowsL {
	text-align:center;
	color: #ffffff;
	font-size: 72px;
	font-family: 'Orbitron', sans-serif;
	position: relative;
	/*align: right;*/
	display: inline;
	float: left;
}
.arrowsR {
	text-align:center;
	color: #ffffff;
	font-size: 72px;
	font-family: 'Orbitron', sans-serif;
	position: relative;
	/*align: right;*/
	display: inline;
	float: right;
}

.slides {
	display: none;
	animation: fading cubic-bezier(.88,-0.49,.22,1.54) infinite;
	/*cubic-bezier(.68,-0.55,.27,1.55) -- for 4 seconds */
}
.slidesText {
	/*display: none;*/
	/*animation: fading 6s cubic-bezier(.88,-0.49,.22,1.54) infinite;*/
	/*cubic-bezier(.68,-0.55,.27,1.55) -- for 4 seconds */
	text-align:center;
	color: #8b8e91;
	font-size: 32px;
	font-family: 'Orbitron', sans-serif;
	padding-top: 42px;
	padding-bottom: 12px;
}

.slidesEvent {
	display: none;
	animation: fading cubic-bezier(.88,-0.49,.22,1.54) infinite;
	/*animation: fading 6s cubic-bezier(.88,-0.49,.22,1.54) infinite;*/
	/*cubic-bezier(.68,-0.55,.27,1.55) -- for 4 seconds */
}

.w3-content {
	margin-left: auto;
	margin-right: auto;
}

.w3-display-container {
	position: relative;
	height: auto;
}

.w3-button{
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap
}

.w3-black{
	color:#fff!important;
	background-color:#000!important
}

.w3-display-left {position:absolute;
	top:50%;
	left:0%;
	transform:translate(0%,-50%);
	-ms-transform:translate(-0%,-50%)
}

.w3-display-right {
	position:absolute;
	top:50%;
	right:0%;
	transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%)
}

.fade {
	/*animation-name: fade;
	animation-duration: 1.5s;
	animation-fill-mode: both;*/

	animation: fading 4s infinite;
}

@keyframes fading {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.socialBar {
	/*position: relative;*/
  /*height: 25px;*/
	background-color: #00000000;
	color: #00000000;
	display: inline-flex;
	padding-top: 15px;
	padding-bottom: 15px;
}

.socialProps {
	/*list-style-type: none;
	background-color: #00000000;
	color: #00000000;*/
	width: 80%;
	/*margin: auto;
	padding: 10px;*/
	/*display: table;*/
	display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
}
.socialProps img {
	width: 40%;
}

.socialProps a {
	margin-left: auto;
	margin-right: auto;
}

.imgLogo {
	width: 30%;
	border-left: 1px solid #8b8e91;
	border-right: 1px solid #8b8e91;
	border-radius: 24px;
	padding-left: 8px;
	padding-right: 8px;
}

a.link3 {
	color: inherit;
	text-decoration: none;
}

a.link3:hover {
	color: #436ff3;
	text-decoration: underline;
}

a.link4 {
	color: #262a30;
	/*width: 100%;
	height: auto;*/
	background-color: transparent;
	text-decoration: none;
	display: inline;
	text-align: center;
}

.socialHover:hover {
	filter: drop-shadow(0 0 2px #ffffff) brightness(1.25);
	animation: fadeinout 2s Ease-in-out infinite;
}

.topDesc {
	text-align: center;
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
	font-size: 20px;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 0.1em;
}

.text {
	/*color: #d3dce6;*/
	font-size: 24px;
	/*font-family: garamond;*/
	font-family: 'Orbitron', sans-serif;
	text-align: center;
	opacity: 1;
	position: absolute;
	padding: 5px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pageButton {
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	cursor: pointer;
  transition: .3s all ease-in;
	color: rgba(99, 138, 255, 0.9); /*#949a9e;*/
 	font-size: 22px;
 	/*font-weight: bold;*/
	padding: 10px;
	padding-left: 14px;
	padding-right: 14px;

 	text-decoration: none;
 	border: solid 2px rgba(67,111,243,30%);
 	background-color: rgba(67,111,243,15%);
	/*border-radius: 12% / 12%;*/
	border-radius: 4%;

	transform: skew(-30deg);
	/*transform-origin: top; *//* may fix or worsen centering issues, check later */

	box-shadow: 0px 0px 6px 2px #436ff3;
	-webkit-box-shadow: 0px 0px 6px 2px #436ff3;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	/*margin: 8px;*/
}

.pageButtonUN {
	transform: skew(0deg);
}

.pageButtonTxt {
	/*transform: skew(30deg);*/
}

.pageButton:hover {
	/*color: #142149; *//*#202020;*/
	color: rgba(20, 33, 73);
	cursor: pointer;
	background-color: rgba(99, 138, 255, 0.9);
	transition: .15s all ease-in;

	border-radius: 50% / 15%;
}

.hideButton {
	display: inline-block;
}
.showButton {
	display: none;
}

.pageButtonC {
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	cursor: pointer;
  transition: .3s all ease-in;
	color: rgba(99, 138, 255, 0.9);
 	font-size: 22px;
	padding: 10px;
	padding-left: 14px;
	padding-right: 14px;

 	text-decoration: none;
 	border: solid 2px rgba(67,111,243,30%);
 	background-color: rgba(67,111,243,15%);
	border-radius: 4%;

	box-shadow: 0px 0px 6px 2px #436ff3;
	-webkit-box-shadow: 0px 0px 6px 2px #436ff3;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.pageButtonC:hover {
	/*color: #142149; *//*#202020;*/
	color: rgba(20, 33, 73);
	cursor: pointer;
	background-color: rgba(99, 138, 255, 0.9);
	transition: .15s all ease-in;

	border-radius: 50% / 15%;
}

.buttonAbout {
	color: #8b8e91;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
}

#p01 {
	text-align: center;
	color: #8b8e91;
	font-size: 14px;
	width:auto;
	font-family: 'Orbitron', sans-serif;
}

hr {
	-webkit-width: 90%;
	-ms-width: 90%;
	width: 90%;
}

hr.rounded {
	border-top: 1px solid #bbbbbb;
	border-radius: 5px;
	box-shadow: 0 0 1px #ffffff,
							0 0 10px #ffffff,
							0 0 15px #99bbff;
	-webkit-box-shadow: 0 0 1px #ffffff,
							0 0 10px #ffffff,
							0 0 15px #99bbff;
	/*-webkit-filter: drop-shadow(0 0 1px #ffffff)
					drop-shadow(0 0 4px #99bbff);
	-ms-filter: drop-shadow(0 0 1px #ffffff)
					drop-shadow(0 0 4px #99bbff);
	filter: drop-shadow(0 0 1px #ffffff)
					drop-shadow(0 0 4px #99bbff);*/
}

hr.roundedTwo {
	width: 65%;
	border-top: 1px solid #bbbbbb;
	border-radius: 5px;
	/*-webkit-filter: drop-shadow(0 0 2px #ffffff)
					drop-shadow(0 0 4px #99bbff);
	-ms-filter: drop-shadow(0 0 2px #ffffff)
					drop-shadow(0 0 4px #99bbff);*/
	filter: drop-shadow(0 0 4px #ffffff);
	/*animation: fadeinoutSmall 5s Ease-in-out infinite;*/
	/*animation: flicker var(--animation-time) Ease-in-out alternate infinite;*/
}
.glowFade {
	/*border-top: 1px solid #bbbbbb;*/
	border-radius: 5px;
	/*-webkit-filter: drop-shadow(0 0 2px #ffffff)
					drop-shadow(0 0 4px #99bbff);
	-ms-filter: drop-shadow(0 0 2px #ffffff)
					drop-shadow(0 0 4px #99bbff);*/
	filter: drop-shadow(0 0 2px #000000)
					drop-shadow(0 0 4px #111111);
					/*drop-shadow(0 0 4px #436ff3);*/
	animation: fadeinoutSmall 15s Ease-in-out infinite;
	/*animation: flicker var(--animation-time) Ease-in-out alternate infinite;*/
}

@keyframes fadeinout {
	0% {
		opacity: 100%;
	}
	10% {
		opacity: 90%;
	}
	20% {
		opacity: 90%;
	}
	30% {
		opacity: 80%;
	}
	40% {
		opacity: 100%;
	}
	50% {
		opacity: 100%;
	}
	60% {
		opacity: 90%;
	}
	70% {
		opacity: 90%;
	}
	80% {
		opacity: 100%;
	}
	90% {
		opacity: 90%;
	}
	100% {
		opacity: 100%;
	}
}

@keyframes fadeinoutSmall {
	0% {
		opacity: 100%;
	}
	25% {
		opacity: 80%;
	}
	50% {
		opacity: 90%;
	}
	75% {
		opacity: 90%;
	}
	90% {
		opacity: 80%;
	}
	100% {
		opacity: 100%;
	}
}

@keyframes colorChange {
  0% {
		box-shadow: 0 0 1px 4px #000000,
								0 0 25px 15px #436ff3;
  } 30% {
		box-shadow: 0 0 1px 4px #000000,
								0 0 24px 14px #3062f2;
  } 70% {
		box-shadow: 0 0 1px 4px #000000,
								0 0 25px 15px #436ff3;
  } 80% {
		box-shadow: 0 0 1px 4px #000000,
								0 0 24px 14px #4a74f0;
  } 100% {
		box-shadow: 0 0 1px 4px #000000,
								0 0 25px 15px #436ff3;
  }
}

/*.left, .right, .main {
	float: left;
	width: 28%;
}*/


/* --------------------------------------------------------------------- */

@media screen and (min-width: 2000px) {
	.socialProps img {
		width: 40%;
	}
	.imgLogo {
		width: 30%;
	}
	hr.roundedTwo {
		width: 1000px;
	}
	.eventFullContainer {
		align-items: center;
	}
	.eventPhotoContainer {
		width: 50%;
	}
	.eventTextContainer {
		width: 50%;
	}
	.tocListEvent {
		grid-template-columns: repeat(4, auto);
	}
}

@media screen and (max-width: 1350px) {
	.mainContainer {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	hr.roundedTwo {
		width: 80%;
	}
	.titles {
		padding-top: 20px;
		font-size: 34px;
	}
	.eventPhotoContainer img {
		width: 100%;
	}
	.tocEvent {
		font-size: 22px;
	}
	.tocListEvent {
		/*grid-template-columns: repeat(2, auto);*/
	}
}

@media screen and (max-width: 1200px) {
	.mainContainer {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.eventFullContainer {
		align-items: center;
		flex-flow: column;
		margin-bottom: 20px;
	}
	.eventPhotoContainer {
		width: 100%;
	}
	.eventPhotoContainer img {
		width: 100%;
	}
	.eventTextContainer {
		width: 100%;
	}
	.tocEvent {
		font-size: 18px;
	}
	.tocListEvent {
		/*grid-template-columns: repeat(2, auto);*/
	}
/*	video {
		width: 100%;
		height: auto;
	}*/
	.img3 {
		/*width: 100%;*/
		height: 400px;
	}
	.socialBar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.socialProps img {
		width: 40%;
	}
	.container {
		width: 94%;
		margin: 0 auto;
		padding: 5px;
	}
	.img2 {
		display: block;
		width: 100%;
		height: auto;
		/*margin: 0 auto;*/
		margin-left: auto;
		margin-right: auto;
	}
	.text {
		padding: 5px;
	}
	.imgLogo {
		width: 50%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.pageButton {
		width: auto;
		/*margin-top: 10px;
		margin-bottom: 10px;*/
	}
	hr.roundedTwo {
		width: 90%;
	}
}

/*@media screen and (max-width: 1150px) {
	.eventPhotoContainer img {
		width: 90%;
	}
}*/

@media screen and (max-width: 1000px) {
	.eventPhotoContainer img {
		width: 90%;
	}
	.slidesText {
		font-size: 24px;
		padding-top: 24px;
		padding-bottom: 12px;
	}
	.buttonAbout {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.tocListEvent {
		grid-template-columns: repeat(2, auto);
	}
	.eventPText {
		font-size: 16px;
	}
	.eventTextList {
		font-size: 14px;
	}
}

@media screen and (max-width: 900px) {
	.pageButton {
		margin-top: 10px;
		margin-bottom: 10px;
		transform: skew(0);
	}
	.pageButtonTxt {
		transform: skew(0);
	}
	.hideButton {
		display: none;
	}
	.showButton {
		display: inline-block;
	}
	.titles {
		font-size: 28px;
	}
}

@media screen and (max-width: 700px) {
	.mainContainer {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.slidesText {
		font-size: 20px;
	}
	.img3 {
		/*width: 100%;
		height: auto;*/
		height: 300px;
	}
	.eventPText {
		font-size: 16px;
	}
	.imgLogo {
		width: 75%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.socialProps img {
		width: 50%;
	}
	.h4 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.h4 img {
		width: 40%;
	}
	p {
		margin: 0;
	}
	.topDesc {
		text-align: center;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		font-size: 18px;
	}
	.pageButton {
		width: auto;
		left: 50vw;/*calc(50% - width);*/
	}
	hr.rounded {
		border-top: 2px solid #bbb;
	}
	hr.roundedTwo {
		width: 90%;
		border-top: 2px solid #bbb;
		border-radius: 5px;
	}
	.tocListEvent {
		grid-template-columns: repeat(1, auto);
	}
}
@media screen and (max-width: 500px) {
	.buttonAbout {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.socialBar {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.slidesText {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.menuOverlay-content {
		text-align: center;
	}
	.menuOverlay .closebtn {
		top: 15px;
		left: 15vw;
		text-align: center;
	}
	.subNav-content a{
	 	border: solid 2px rgba(67,111,243,30%);
		border-radius: 4%;
		padding: 4px;
	}
	.img3 {
		/*width: 100%;
		height: auto;*/
		height: 200px;
	}
}
