d
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:#1e212b;/*

  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, li {
	list-style: none;
}


a {
  color: #24a6ed;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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: 'upgrade', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #f8f3f3;
	line-height: 55px;
	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%;
	}
}




mark { 
  background-color: #363e57;
  color: white;
}




::selection {
  background: red;
}


.separator {
	float: left;
	width: 100%;
	margin: 16px 0;
}

.title {
	font-size: 5vw;
	line-height: 1;
	width: 100%;
	float: left;
	color: #f8f3f3;
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	font-style: normal;


}

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

.description {
	float: left;
	width: 80%;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 306x;
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	color: #f8f3f3;
}

.sectionheader {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-size: 306x;
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f8f3f3;
}



.outro {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f8f3f3;
}


.copyright {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-size: 20px;
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #6b769a;
}



.infothird {
	font-family: 'upgrade', sans-serif;
	font-size: 20px;
	font-weight: normal;
	width: 33%;
	float: left;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 3%;
	color: #f8f3f3;
}



.infotitle {
	font-family: 'upgrade', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	float: left;
	line-height: 1;
	padding-right: 3%;
	padding-bottom: 16px;
	color: #f8f3f3;
	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;
	}
}


