:root {
	--logo-color1: #000080;
	--logo-color2: #00b8a0;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	background: url("images/backgroundtile.jpg");
	font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin-bottom: 10px;
}

ul {
	list-style-type: square;
}

.navbar {
	background: var(--logo-color2);
	box-shadow: 0 0 5px black;
	width: 100%;
	height: 50px;
}

.leftbit {
	position: absolute;
	width: 2000px;
	height: 50px;
	top: 0px;
	left: 0px;
	background: var(--logo-color1);
	transform: translateX(-2000px);
}

.navbar img {
	max-height: 50px;
	width: auto;
}

.container, .navcontainer {
	position: relative;
	margin: auto;
	max-width: 1000px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.contact * {
	margin: 0px;
	font-size: 12px;
}

.contact span {
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
}

.contact p {
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}