:root {
	--color1: #93b7be;
	--color2: #554348;
	--color3: #d4f5f5;
	--color4: #2d3142;
	--color5: #FFFFFF;
}

body {
	font-family: 'Nunito', sans-serif;
}

a.phone, a.email {
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 24px;
}

a, a:visited {
	color: inherit
}

header#topHeader {
	display: flex;
	flex: 100%;
	height: 80px;
	z-index: 10;
	position: relative;
	color: var(--color3);
}

body:not(#body_home) header#topHeader {
	background-color: var(--color1);
	border-bottom: 2px solid var(--color2);
}

header#topHeader div.topInfo {
	margin: 10px 10px 10px 40px;
	flex: 1 0 400px;
}

header#topHeader h1 {
	/*font-family: 'Covered By Your Grace', cursive;*/
	font-size: 48px;
}

header#topHeader nav {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

header#topHeader nav div {
	
}

header#topHeader nav div ~ div {
	margin-left: 30px;
}

header#topHeader a:hover {
	color: var(--color5);
	cursor: pointer;
}

header#topHeader div.contactInfo {
	flex: 0 0 300px;
	line-height: 80px;
	margin-right: 20px;
}

header#topHeader a.phone {
	background-image: url('/images/telephone-handle-white.svg');
	margin-left: 30px;
}

header#topHeader a.email {
	background-image: url('/images/envelope.svg');
	margin-left: 30px;
}

section#mainContent {
	display: block;
	width: 100%;
	min-height: 400px;
	z-index: 10;
	position: relative;
	margin-top: 40px;
}

footer#mainFooter {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: var(--color2);
	z-index: 10;
	border-top: 1px solid var(--color5);
}

footer#mainFooter a.phone {
	background-image: url('/images/telephone-handle-white.svg');
}

footer#mainFooter div.footerNotes {
	display: flex;
	height: 100%;
	line-height: 60px;
	color: var(--color5);
	justify-content: space-around;
}