body, table {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	background-color: #aca5a5;
}

hr {
	border-top: green;
}

h1 {
	font-family: 'Playfair Display';
	font-weight: normal;
}	

h2 {
	text-align: center;
}

h3 {
	text-align: center;
	margin-bottom: 24px;
}

hr {
	clear: both;
}

.heading-top, .heading-bottom {
	display: block;
}

.heading-bottom {
	margin-top: -72px;
}

.site-heading {
	font-size: 100px;
	text-align: center;
}

.navigation {
	text-align: center;
	margin-top: -36px;
	margin-bottom: 24px;
}

.navigation a {
	border: 1px solid black;
	margin-left: 4px;
	margin-right: 4px;
	padding: 8px;
	width: 256px;
	display: inline-block;
	font-size: 75%;
}

a {
	text-decoration: none;
}

a:visited, a:link, a:active {
	color: black;
	transition: color 1.5s;
}

.navigation a:hover {
	color: white;
	transition: color 1.5s;
}

.section {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-bottom: 48px;
}

ul.biglist {
	font-size: 42px;
}

img.project {
	width: 200px;
}

div.image-wrapper {
	position: relative;
}

img#imgb {
	float: left;
}

img#imga {
	float: left;
	margin-left: -24px;
	margin-right: 24px;
	margin-top: 160px;
}

img#arrow {
	position: absolute;
	left: 100px;
	top: 100px;
}

img#imgplan {
	width: 100%;
	padding-right: 32px;
}

img#pin {
}

div#text {
	float: none;
}

p {
	padding-bottom: 16px;
}


.logo-main {
	font-family: 'Playfair Display';
	font-weight: normal;
	font-size: 100px;
	text-align: center;
}

.logo-sub {
	font-family: 'Cormorant Garamond';
	text-align: center;
	color: white;
	font-size: 64px;
	margin-top: -24px;
}

.contact { 
	table-layout: fixed;
	width: 100%;
	font-size: 32px;
}

.contact td:nth-child(odd) {
	text-align: center;
	padding-right: 16px;
	
}

.contact td:nth-child(even) {
	text-align: center;
	padding-right: 32px;

}