body, html {
  background-color:black;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 400;
   color: white;
   border:0;
   margin:0;
   overflow:hidden;
   min-height:100%;
   height:100%;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-size:35px;
	line-height:40px;
	padding-top:25px;
	padding-bottom:25px;
	font-variation-settings:
    "wdth" 500;
    font-weight:bold;
}
h1 {
	color: #af0af4;
}

h2 {
	margin-left:45px;
	color:black;
}

p {
	font-size:23px;
	line-height:1.3;
	margin:0;
	padding:0;
	padding-top:30px;
	padding-bottom:30px;
	margin-right:25px;
}
.content p {
	padding-top:0;
	padding-bottom:30px;
}

.lineBg {
	content: '';
	position:absolute;
	border-left:2px solid white;
	top:0;
	bottom:0;
}
.outerRow {
	clear:both;
}

.outerRow.floating {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;

}
.outerRow.floating .innerRow {
	height:100%;
}


.outerRow.line {
	border-bottom:2px solid white;
	background-color:white;
}

.innerRow {
	margin: 0 auto;
	max-width:1400px;
	position:relative;
}
.outerRow.line .innerRow {

}
#panels {
	position:relative;
	z-index:100;
	margin-left:2px;
	overflow-y:auto;
}
.panel {
	background-color:rgba(0, 0, 0, 0.85);
	padding:45px;
	padding-left:45px;
	display:none;
	border-right:2px solid white;
	border-bottom:2px solid white;
	border-bottom-right-radius:80px;
}
.videoWrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper {

	width: 100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom:40px;
}
#videoBg {
	position:absolute;
	left:2px;
	top:0;
	overflow:hidden;
}
#videoBg video {
	position:relative;
}
.col {
	float:left;
}
.col.right.content {
	position:relative;
}
.col.left {
	width:20%;
	margin-left:2.5%;
}
.lineBg {
	left:22.5%;
}
.col.right {
	width:72.5%;
}

.col.right h2 {
	float:left;
}

.socials {
	float:right;
	margin-top:30px;
	margin-right:30px;
}
.socials a {
	display:inline-block;
}
.socials a img {
	display:block;
	width:30px;
}

.liner {
	position:relative;
	float:right;
	width:1000%;
	height:0;
	padding-top:20px;
	border-top:2px solid white;
	padding-bottom:20px;
}
.innerRow::after {
  content: "";
  clear: both;
  display: table;
}
a {
	text-decoration:none;
	color: white;
	transition:color 0.3s;
}
a:hover, h1 a {
	color: #af0af4;
}
ul, li {
	list-style-type:none;
	padding:0;
	font-weight:bold;
	margin:0;
	font-size:35px;
	line-height:1.2;
	margin-bottom:5px;
}

@media screen and (max-width:1400px) {

	.col.right {
		width:77.5%;
	}
}

@media screen and (max-width:1000px) {
	.col.left, .col.right {
		float:none;
		width:100%;
	}

	.col.left {

		margin-left:5%;
		margin-right:5%;
	}
	.floating {
		display:none;
	}
	.outerRow.line .col.right {
		display:none;
	}
	ul li {
		float:left;
		font-size:25px;
		margin-right:15px;
	}
	ul::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	ul {
		border-bottom:2px solid white;
	}
	h1, h2, h3, h4 {
		
		font-size:26px;
		line-height:33px;
		padding-top:15px;
		padding-bottom:15px;
	}

	.liner {
		padding-top:5px;
		padding-bottom:10px;
	}
	p {
		font-size:19px;
		padding-top:15px;
		padding-bottom:15px;
	}
	.panel {
		padding:5%;
		border-width:0;
		border-radius:0;
	}
}