@font-face {
 font-family: 'FoundersGroteskRegular';
 src: url('../fonts/FoundersGroteskRegular.eot?') format('eot'), url('../fonts/FoundersGroteskRegular.woff') format('woff'), url('../fonts/FoundersGroteskRegular.ttf') format('truetype');
}

@font-face {
 font-family: 'FoundersGroteskLight';
 src: url('../fonts/FoundersGroteskLight.eot?') format('eot'), url('../fonts/FoundersGroteskLight.woff') format('woff'), url('../fonts/FoundersGroteskLight.ttf') format('truetype');
}

#body {
	margin: 0;
	font-family: 'FoundersGroteskLight';
	/*background-image: url(../img/bg2.jpg);*/
	/*background-position: 0 641px;*/
	/*background-size: contain;*/
}

::selection {
	color:#515159;
	background:#FFF;
}
::-moz-selection {
	color:#515159;
	background:#FFF;
}

.container {
	max-width: 1000px !important;
}

header {
	position: relative;
	height: 80px;
	width: 100%;
	background-color: #fff;
	font-size: 36px;
}

#logo {
	position: absolute;
	bottom: 20px;
}

#content {
	width: 100%;
	background-color: #515159;
	color: #fff;
	font-family: FoundersGroteskLight !important;
	font-size: 39px;
	line-height: 40px;
	letter-spacing: 0.8px;
}

#content .light {
	color: #c9c9c9;
}

#content .big {
	margin-top: 170px;
}

#content .small {
	font-family: FoundersGroteskRegular !important;
	font-size: 26px;
	line-height: 29px;
	letter-spacing: 0.9px;
	margin-top: 60px;
}

#content .container {
	padding: 50px 0;
}

#parallax {
	height: 320px;
	width: 100%;
	background-image: url(../img/bg.jpg);
}

#people {
	background-color: #e6e6e6;
}

.person {
	padding: 0;
}

.person img {
	width: 100%;
}

.package {
	padding: 20px;
}

.theName {
	font-size: 40px;
	height: 40px;
}

.role {
	font-size: 26px;
}

.theName,
.role {
	color: #575454;
}

.description,
.phone,
.mail {
	font-size: 22px;
}

.description {
	color: #5e5c5c;
	margin-bottom: 50px;
}

.contactOnMobile {
	display: none;
}

.contact {
	margin: 20px 0;
}

.phone {
	color: #e39600;
}

.mail {
	color: #7071a1;
}

footer {
	min-height: 160px;
	background-color: #000;
	/*margin-top: 700px;*/
}

#address {
	font-family: FoundersGroteskLight !important;
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 1.2px;
	color: #fff;
	/*margin-left: 400px;*/
	padding: 40px 0;
} 

#address a {
	color: #fff;
}

.addressRow {
	float: left;
	margin-right: 70px;
	margin-left: 0 !important;
}

#last {
	margin-right: 0;
}

.raised {
	font-size: 17px;
}

sup {
    top: -0.3em !important;
}

@media (max-width: 1024px) {
	#parallax {
		height: 320px;
	}
	
	.package {
		padding: 10px;
	}
	
	.contact {
		padding: 0 10px;
	}
	
	.description,
	.phone,
	.mail {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	#parallax {
		display: none;
	}
	
	.description,
	.phone,
	.mail {
		font-size: 18px;
		line-height: 20px;
	}

}

@media (max-width: 767px) {
	.container {
		margin: auto 15px !important;
	}
	
	#content {
		font-size: 20px;
		line-height: 28px;
	}
	
	#content .small {
		font-size: 16px;
		line-height: 20px;
	}
	
	#content .big {
		margin-top: 0;
	}
	
	#parallax {
		display: none;
	}
	
	.addressRow {
		float: none;
		margin: 10px 0;
	}
	
	#middle {
		margin-left: 40px !important;
	}
	
	.contact {
		display: none;
	}
	
	.contactOnMobile {
		display: block;
	}
	
	.person {
		margin-bottom: 20px;
		border-bottom: 2px solid #575454;
	}
	
	.person.last {
		margin-bottom: 0;
		border: 0;
	}
	
	.theName {
		font-size: 30px;
		height: 30px;
	}
	
	.role {
		font-size: 20px;
	}

}