@import url("https://use.typekit.net/cvs6duu.css");

body {
	margin: 0;
	padding: 0;
	font-family: "source-sans-pro";
	font-size: 16px;
	font-weight: 300;
	color: #9A9A9A;
}

h1 {
	font-family: "source-sans-pro";
	color: #1d1d1b;
	font-weight: 300;
	font-style: normal;
	font-size: 2.5em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.355em;
}

p {
	font-family: "source-sans-pro";
	font-weight: 200;
	font-size: 1em;
	color: #9A9A9A;
}

.head {
	position: relative;
	height: 10em;
	line-height: 1.8;
	background-color: white;
}

.logo {
	position: relative;
	height: 5em;
	line-height: 1.8;
} 

.AD {
	position: relative;
	height: .25em;
	line-height: 1.0;
} 

.AD p {
	text-align: center;
	margin: 1em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.35em;
}


.address {
	position: relative;
	height: 1.8em;
	line-height: 1.0;
} 

.address p {
	text-align: center;
	margin: 1em;
	line-height: 1em;
}

.contact-general p {
	text-align: center;
	margin: 1em;
	line-height: 2.5em;
}

.contact-wyl p {
	text-align: right;
	margin: 1em;
	line-height: 0.1em;
}

.contact-wyl {
	position: relative;
	height: 3em;
	width: 50%;
	float: left;
}

.contact-jk p {
	text-align: left;
	margin: 1em;
	line-height: 0.1em;
}

.contact-jk {
	position: relative;
	height: 3em;
	width: 50%;
	float: left;	
}

a {
	text-decoration: none;
	color: #9A9A9A;
}

a:hover {
	color: #e70033;
	text-decoration: underline;
}

