
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
  background:#000;
  color:#fff;

  background-size: 100% 4px;
  animation: gradientMove 200ms ease infinite;
}



.title{
    font-size:4em;
    text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5),-3px 0px 2px rgba(52, 251, 12, 1);
animation: chromaticMove 2000ms ease infinite,pulse ease 400ms  infinite;
 
}


@keyframes gradientMove { 
    0%{background-size: 100% 4px}
    50%{background-size: 100% 2px}
    100%{background-size: 100% 4px}
}

@keyframes pulse { 
    0%{ opacity:.9;transform: skewX(.5deg);}
    25%{ opacity:1;}
    50%{opacity:.9;}
    75%{ opacity:1; transform:skewX(.5deg);}
    100%{opacity:.9;}
}
@keyframes chromaticMove { 
    0%{text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5),0px 0px -2px rgba(52, 251, 12, 1);}
    50%{text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5),-3px 2px 3px rgba(52, 251, 12, 1);}
    100%{text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5),2px -1px 2px rgba(52, 251, 12, 1);}
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


body {
	-webkit-text-size-adjust: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


body {
	padding: 6vw 9vw;
}

@media screen and (max-width:600px) {
	body {
		padding: 16px;
	}
}

.main {
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	font-weight: 600;
	color: #030004;
	line-height: 55px;
	letter-spacing: -1.8px;
	width: 900px;

}

@media screen and (max-width:1240px) {
	.main {
		line-height: 55px;
	}
}

@media screen and (max-width:960px) {
	.main {
		font-size: 40px;
		line-height: 55px;
	}
}

@media screen and (max-width:600px) {
	.main {
		font-size: 30px;
		line-height: 44px;
	}
}

@media screen and (min-width:1200px) {
	.main {
		width: 1070px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	.main {
		width: 662px;
	}
}

@media (max-width:767px) {
	.main {
		width: 100%;
	}
}

@media (max-width:567px) {
	.main {
		width: 100%;
	}
}









a { 
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



::selection {
  background: #00e13e;
}


.logo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.section {
	background-color: #1a1a1a;
	width: 100%;
	overflow: hidden;
	padding: 60px;
	text-align: center;
}

.separator {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 30px;
}

.title {
	font-size: 5vw;
	line-height: 1.3;
	width: 100%;
	float: left;
	color: #ffffff;
	letter-spacing: -0.3vw;
	font-family: titling-gothic-fb-extended, sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width:960px) {
	.title {
		font-size: 10vw;
	}
}


.grey {
	width: 100%;
	background-color: red;
}

.description {
	float: left;
	width: 85%;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 26px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: white;
}

.sectionheader {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-size: 26px;
	font-family: titling-gothic-fb-extended, sans-serif;
	font-weight: 400;
	color: white;
}



.info {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
	color: white;
}

.infotwo {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-weight: normal;
	width: 66%;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
	color: white;
}

.infothird {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-weight: normal;
	width: 33%;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
	color: white;
}


img {
	max-width: 100%;
	max-height: 100%;
}

.infotitle {
	font-family: titling-gothic-fb-extended, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
	padding-bottom: 8px;
	color: #ffe21c;
	width: 100%;
}

@media screen and (max-width:960px) {
	.infothird {
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:960px) {
	.infotwo {
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}
.button {
  background-color: #00e13e;
  border: none;
  color: black;
  padding: 16px 36px;
  float: left;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-family: titling-gothic-fb-extended, sans-serif;
}

.button:hover {background-color: #ff08a5; color: white;}

a.one {color:#00e13e;}

.copyright {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .0125em;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}