/**
 * @license
 * MyFonts Webfont Build ID 3626097, 2018-08-23T09:15:52-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-55-roman-189171/
 *
 * Webfont: HelveticaNeueLTStd-Bd by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-75-bold-189171/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3626097
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/375471");

@font-face {font-family: 'NeueHelvetica';font-weight: normal;font-style: normal;src: url('webfonts/375471_0_0.eot');src: url('webfonts/375471_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/375471_0_0.woff2') format('woff2'),url('webfonts/375471_0_0.woff') format('woff'),url('webfonts/375471_0_0.ttf') format('truetype');}


@font-face {font-family: 'NeueHelvetica';font-weight: bold;font-style: normal;src: url('webfonts/375471_1_0.eot');src: url('webfonts/375471_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/375471_1_0.woff2') format('woff2'),url('webfonts/375471_1_0.woff') format('woff'),url('webfonts/375471_1_0.ttf') format('truetype');}


/* Begin site styles */

html,body {
	min-width: 100%;
	height: 100%;
}

body {
	margin: 0;
	background: black;
	font-family: NeueHelvetica, sans-serif;
	color: #f8f8f8;
	text-align: center;
}

.container {
	display: table;
	width: 100%;
	height: 100%;
}

.content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

h1 {
	font-size: 45px;
	margin: 2em 0;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 3em 0;
}

.ident span::after {
	content: '•';
	font-size: 33px;
	color: white;
	padding: 0 5px;
}

.ident span:nth-child(1n)::after {
	color: #F8BA00;
}

.ident span:nth-child(2n)::after {
	color: #CC0033;
}

.ident span:nth-child(3n)::after {
	color: #5FB7C0;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}
}