:root {
	--primary-color: #d12b0d;
	--secondary-color: #ffd000;
	--third-color: #00adff;
	--forth-color: #242424;
  --glitched-duration: 0.9s;
  --glitched-long-duration: 3s;
  --yellow-color: #f8cc0d;
  --yellow-color-opacity: #f8cc0d42;
  --orange-color: #ff9800;
  --border-color: #8ae66e;
  --red-color: #ff003c;
  --blue-color: rgb(0,26,49);
  --green-color: #446d44;
  --purple-color: purple;
  --neon-color: #39ff14;
  --grey-color: #121212;
  --blue-gradient: linear-gradient(135deg, rgba(0,26,49,1) 0%, rgba(7,32,55,1) 35%, rgba(14,54,89,1) 100%);
}

body {
	background-color: var(--blue-color);
	padding: 0px;
	margin: 0px;
}

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

body.pg-loaded > .inner {
	background: var(--blue-gradient);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -2;
}
section{
	position: relative;
	padding: 60px 0 0 0;
}
section.fullscreen {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
	padding: 0px 0 0 0;
}
section.fullscreen .background{
    position: absolute;
    top: -3% !important;
    left: -3% !important;
    right: -3% !important;
    bottom: -3% !important;
    z-index: -1;
    overflow: hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
section.fullscreen .background img.fullscreen{
	position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.relative{
	position: relative;
}
section.fullscreen .background .slide{
	width:100%;
	height:100%;
}
section.fullscreen .background .content{
	top:16%;
	width:106%;
	display: flex;
	justify-content: center;
	position: relative;
	left: -9%;
}
.logoGlow{
    height: 0px;
    margin: 0;
    width: 11%; /** 35% logo width **/
    -webkit-box-shadow: 0px 0px 300px 70px rgba(255,0,0,0.3);
    -moz-box-shadow: 0px 0px 300px 70px rgba(255,0,0,0.3);
    box-shadow: 0px 0px 300px 70px rgba(255,0,0,0.3);
    display: inline-block;
    position: relative;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    top: 77px;
    z-index: -1;
	left: calc(27% - 5%);
}
.hidden{
	display: none !important;
}
.verticalAlignItems{
	display: flex;
	align-items: center;
	vertical-align: middle;
}
h3.bold{
	font-size: 1.7rem;
	font-weight: 700;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
	height: 80px;
    z-index: 10;
}
header.moved{
	border-bottom: 1px solid var(--primary-color);
	backdrop-filter: blur(5px);
}
ul.mainNav{
	right: 0;
    list-style: none;
    list-style-position: inside;
    font-family: 'Work Sans', sans-serif;
	float: right;
	width: 100%;
}
ul.mainNav li{
    padding: 0px 20px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 80px;
	float: right;
}
ul.mainNav li.logo{
	float:left;
	margin: 0 0 0 -16px;
	display: none;
}
header.moved ul.mainNav li.logo{
	display: block;
}
ul.mainNav li.logo:after{
	content: "";
    height: 0px;
    margin: 0;
    width: 11%;
    -webkit-box-shadow: 0px 0px 200px 20px rgb(255 0 0 / 30%);
    -moz-box-shadow: 0px 0px 200px 20px rgba(255,0,0,0.3);
    box-shadow: 0px 0px 200px 20px rgb(255 0 0 / 30%);
    display: inline-block;
    position: absolute;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    top: 30px;
    z-index: -1;
    left: 70px;
	display: none;
}
header.moved ul.mainNav li.logo:after{
	display: block;
}
ul.mainNav li.logo img{
	height: 60px;
}
ul.mainNav li.squareButton{
	padding: 0 0 0 0;
	width: 80px;
	text-align: center;
	background: var(--primary-color);
    font-size: 16px;
}
ul.mainNav li a{
	text-decoration: none;
	color: var(--primary-color);
	display: block;
	transition: all 0.3s;
	transition-timing-function: ease;
}
ul.mainNav li.squareButton a{
	color: #fff;
}
ul.mainNav li.active a, ul.mainNav li a:hover{
	color: #fff;
}
.rightMenuContainer{
	position: absolute !important;
	right: 0 !important;
	left: auto !important;
	width: 80px;
	height: 100%;
	border-left: 1px solid var(--primary-color);
	z-index: 1;
	backdrop-filter: blur(5px);
}
ul.rightMenu {
    transform: rotate(-90deg);
    list-style: none;
    list-style-position: inside;
    font-family: 'Work Sans', sans-serif;
    z-index: 999;
    position: absolute;
    right: -160px;
    width: 400px;
    top: 50%;
}
ul.rightMenu li {
    float: left;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 80px;
}
ul.rightMenu li a{
	text-decoration: none;
	color: var(--primary-color);
	display: block;
	transition: all 0.3s;
	transition-timing-function: ease;
}
ul.rightMenu li a:hover{
	color: #fff;
}
.bottomMenuContainer{
	position: absolute !important;
	left: -5% !important;
	bottom: -5% !important;
	right: auto !important;
	top: auto !important;
	width: 110%;
	height: calc(130px + 5%);
	background: linear-gradient(0deg, rgba(24,24,24,1) 0%, rgba(24,24,24,0.7903682591200543) 47%, rgba(34,34,34,0) 100%);
}
ul.bottomMenu {
    list-style: none;
    list-style-position: inside;
    font-family: 'Work Sans', sans-serif;
    z-index: 999;
    position: absolute;
    left: 5%;
    top: 40px;
    width: 100%;
	margin: 0 0 0 0;
}
ul.bottomMenu li {
    float: left;
	width: calc(30% - 28px);
	padding: 0 10% 0 0;
}
ul.bottomMenu li.buttonLeft {
    line-height: 90px;
	background: var(--secondary-color);
	width: 40px;
	text-align: center;
	color: #fff;
	float: right;
	padding: 0 0px 0 0;
}
ul.bottomMenu li.buttonRight {
    line-height: 90px;
	background: var(--secondary-color);
	width: 40px;
	text-align: center;
	float: right;
	margin: 0 80px 0 0;
	padding: 0 0px 0 0;
}
ul.bottomMenu li.buttonLeft a,ul.bottomMenu li.buttonRight a{
	color: #fff;
}
ul.bottomMenu li a{
	text-decoration: none;
	color: var(--secondary-color);
	display: block;
}
ul.bottomMenu li a:hover{
}
ul.bottomMenu li a h5{
	font-size: 12px;
	color: var(--primary-color);
	border-bottom: 1px solid var(--third-color);
	width: 100%;
	padding: 0 0 5px;
	position: relative;
	font-weight: bold;
}
ul.bottomMenu li a h5:after {
    content: "";
    height: 1px;
    width: 40%;
    background: var(--primary-color);
    z-index: 9;
    display: block;
    bottom: -1px;
    position: absolute;
	transition: width 0.5s;
	transition-timing-function: ease;
}
ul.bottomMenu li a:hover h5:after {
    width: 100%;
}
ul.bottomMenu li a h3{
	font-size: 12px;
	color: var(--third-color);
	margin: -3px 0 3px 0;
	transition: all 0.5s;
	transition-timing-function: ease;
}
ul.bottomMenu li a:hover h3{
	color: #fff;
}
ul.bottomMenu li a p{
	font-size: 9px;
	color: var(--third-color);
	transition: all 0.5s;
	transition-timing-function: ease;
}
ul.bottomMenu li a:hover p{
	color: #fff;
}
img.mainEventPreview{
	width: 100%;
}
.nextEventsPreviewContainer{
	background: var(--forth-color);
	color: #fff;
	border-radius: 5px;
	padding: 20px 20px;
}
.nextEventsPreviewImageContainer{
	overflow:hidden;
	max-height: 250px;
	position: relative;
	display: flex;
	justify-content: center;
}
img.nextEventsPreview{
	height: 100%;
}
.noPadding{
	padding: 0 0 0 0;
}
.jumbotronTextArea{
	padding: 20px 15px;
}


h3{
    font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
p{
    font-family: 'Work Sans', sans-serif;
	font-size: 12px;
}