html,body {
	margin: 0px;
	margin-left:10px;
	margin-right:10px;
	padding: 0px;
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	background: #222226;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}

img {
	border-style: none;
}

.floatdivider {
	clear:both;
	height:50px;
}

.header-spacer {
	clear: both;
	margin-top: 150px;
}

.header {
	color: #999999;
	margin:auto;
	width:auto;
	max-width:1024px;
	font-size:20px;
	line-height:26px;
	text-align:center;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.solesignal {
	font-size: clamp(12px, 4vw, 25px);
	line-height:60px;
	text-transform:uppercase;
	color:#999999;
	font-weight:100;
	letter-spacing: 1.125em;
}

.rethink {
	font-size:12px;
	line-height: 1.6;
	letter-spacing: 1.122em;
	color:#888888;
}

.infobox {
	color:#666666;
	text-transform:uppercase;
	font-size:12px;
	text-align:left;
	max-width:400px;
	float:right;
}

.container {
	margin:auto;
	width:auto;
	max-width:1024px;
	font-size:16px;
	line-height:26px;
	padding:0px 100px 0px 100px;
	font-weight:100;
}

.headline {
	letter-spacing:1px;
	font-size:18px;
	line-height:50px;
	text-transform: uppercase;
}

.headlinelight {
	color:#bbbbbb;
}

.headlinedark {
	color:#aaaaaa;
}

.parallax { 
    height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
	color: #55bbff;
	border-style:none;
	text-decoration:none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-timing-function: ease;
}

a:link {
	color: #55bbff;
	border-style:none;
}

a:visited {
	color: #55bbff;
	border-style:none;
}

a:hover {
	color: #eeeeee;
	border-style:none;
}
