@charset "UTF-8";
body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px;
	overflow-x: hidden;
}
main {
	width: 100%;
	max-width: 1100px;
	padding: 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
 /* unvisited link */
a:link {
  color: #807263;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #807263;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #fff;
}

/* selected link */
a:active {
  color: #807263;
	text-decoration: none;
}
#headlinebar {
	margin-right:0px;
	margin-top:0px;
	position: fixed;
	top: 50px;
	right: 50px;
}
.ctaButton{
	background: #222;
	padding: 14px 35px;
	margin: 20px 0;
	display: inline-block;
}
.ctaButton:hover{
	background: #000;
}
.headline {
	font-family: 'Lato', 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #7c7062;
	font-size: 55px;
	opacity:0.6;
	filter:alpha(opacity=60);
	letter-spacing: 0.0em;
	line-height: 45px;
	text-align: right;
}
#bottombox {
    margin-right: 0px;
    margin-top: 0px;
    position: fixed;
    bottom: 51px;
    right: 49px;
}
.contacttext {
	color: #7c7062;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 12px;
	text-align: right;
	line-height: 1.2;
}
.arttext {
	color: #807263;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	text-align: left;
}

.seo-notes {
	color: #000000;
	overflow-x: hidden;

}

#logo {
	/* Company Logo text */
	width: 28%;
	position: fixed;
	top: 20px;
	right: 20px;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(146,146,146,1.00);
}

/* Container holding the image and the text */
.imagecontainer {
  position: relative;
  text-align: center;
  color: white;
}
.topleft {
	position: absolute;
	top: 5px;
	left: 10px;
}
.bottomleft {
	position: absolute;
	bottom: 5px;
	left: 10px;
}
h2 {
	color: #807263;
	font-weight: 200;
	margin: 0;
	font-size: 18px;
}
img {
	max-width: 100%
}
hr {
	margin:  40px -50px;
	border:0;
	border-top: 10px ;
}

footer {
	color: #807263;
	margin: 50px auto 25px;
	text-align: right;
	margin-right: 0px;
    margin-top: 0px;
    position: fixed;
    bottom: 51px;
    right: 49px;
	font-size: 12px;
}



@media screen and (max-width: 800px) {
	body {
		padding: 5px;
	}
	main {
		padding: 20px;
	}
}
