*{
	margin: 0;
	padding: 0;
}

html,
body
{
color: #fff;
background-color: #000;
font-family: DM Sans, Helvetica, sans-serif;
}



h1 {
	
	float: right;
	font-weight: 200;
	margin-right: 40px;
	font-size: 1.8em;
	margin-bottom: 40px;
}



h1 a {
	
	float: right;
	font-weight: 600;
	margin-right: 40px;
	font-size: 1.8em;
	margin-bottom: 40px;
}

h2 {

	font-size: 3em;
	font-weight: 200;
}

h3 {

	font-size: 2em;
	font-weight: 600;
}

h4 {

	font-size: 2em;
	font-weight: 900;
}
h5 {

	font-size: 1em;
}

.small {

	font-size: 0.6em;
	font-weight: 200;
}

p{
	
	font-size: 1.1em;
	letter-spacing: 1px;

}

a
{
color: #ffffff;

text-decoration: none;

}

a:hover {
	color: #7cff2c;
}
img {
	margin: 0px;
	padding: 0px;
}
.logo
{


}

.logo a {


}

.logo a:hover {
	font-weight: 600;
	color: #fff;
}

.row {
	display: inline-flex;

}

.col {
	display: inline-block;
	width: 100%;
	height:100%;
}
.col img {
height: 100%;
width: 100%;
}

.column {
	display: inline-block;
	width: 50%;
	height:50%;
}
.column img {
height: 100%;
width: 100%;
}


.column2 {
	display: inline-block;
height:25%;
	width: 25%;
}
.column2 img {
height: 100%;
width: 100%;
}



@media only screen and (max-width: 768px) {

}



.contact
{

	position: fixed;
	float: right;
	right: 0px;
	font-size: 32px;
	line-height: 1.2em;
	top: 40px;
	text-align: left;
	font-weight: 200;
	letter-spacing: 0px;
	z-index: 999;
}
.contact a
{

	float: right;
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 40px;
}

.contact a :hover{
	font-weight: 700;
} 



footer {

margin-left: 32px;
margin-right: 32px;
padding-top: 16px;
padding-left: 0px;
z-index: 888;
opacity: 0.9;

}
