@font-face {
  font-family: "Maven Pro";
  src: url(MavenPro.otf);
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ebebeb;
	overflow-x: hidden;
}

/* Layout */

#page {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#content {
	width: 75%;
	float: right;
	background-color: #FFF;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

li {
	margin-top: 4px;
	margin-bottom: 4px;
}

p {
	line-height: 1.4em;
}

.left {
	float: left;
}

.right {
	float: right;
}

#menu {
	padding-top: 40px;
	width: 21%;
	height: 400px;
	float: left;
	margin: 0 2% 0 2%;
}

#menu .inset {
	padding-left: 20px;
}

#header {
	width: 100%;
	height: 220px;
	background-image: url("photos/ordination-traxler-by-theresa-pewal-34_orig.jpg");
	background-size: cover;
	background-position: center center;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	padding-top: 10px;
}

/* Header */

#header .title {
	color: #FAFAFA;
	font-size: 26px;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
	font-weight: bold;
	position: relative;
	top: 120px;
	left: 30px;
}

#header .name {
	color: #FFF;
	font-size: 39px;
	text-shadow: 0px 6px 32px rgba(0, 0, 0, 0.64);
	font-weight: bold;
	position: relative;
	top: 80px;
	left: 30px;
}

/* Menu */
#menu p {
	text-align: right;
	display: block;
	padding-right: 15px;
	font-size: 1.1em;
	margin-top: 20px;
}

#menu p:hover {
	padding-right: 13px;
	display: block;
	border-right: solid 2px;
}

#menu a {
	text-decoration: none;
	color: #787878 !important;
	font-size: 1.0em;
}

#menu p:hover a {
	color: #000 !important;

}

/* Footer */

#footer a {
	float: right;
	color: #ABABAB !important;
	text-decoration: none;
}

/* Content */

#content p {
	color: #333 !important;
	padding: 0 40px 0 40px;
}

#content img {
	width: 100% !important;
	margin-top: 20px !important;
}

#content .number_1 {
	background-image: url("photos/1.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
	margin-left: 40px;
	height: 4.5em;
	margin-right: 30px;
}

#content .number_2 {
	background-image: url("photos/2.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
	margin-left: 40px;
	height: 4.5em;
	margin-right: 30px;
}

#content .number_3 {
	background-image: url("photos/3.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 70px;
	margin-left: 40px;
	height: 4.5em;
	margin-right: 30px;
}

#content a {
	color: #666;
	text-decoration: none;
}

#content a:hover {
	color: #000;
}

#content h2 {
	text-align: center;
	padding-top: 25px;
}

#content h3 {
	padding: 0 20px 0 40px;
	margin-bottom: 0px;
}

@media (max-width: 900px) {
	#menu {
		width: 26%;
	}

	#content {
		width: 70%;
	}

	#page {
		width: 95%;
	}

	#content .number_1, #content .number_2, #content .number_3 {
		height: auto;
	}
}

@media (max-width: 600px) {

	#page {
		width: 100%;
	}

	body, html {
		font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		background-color: #ebebeb;
	}

	#content {
		width: 100%;
		clear: both;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	#menu {
		width: 100%;
		clear: both;
		height: 400px;
	}

	#footer p {
		height: 30px;
		display: block;
		padding-right: 0px;
		position: relative;
		left: 10px;
	}

	#header {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	#menu p, #footer p {
		height: 40px;
		display: block;
		padding-right: 0px;
		color: #000 !important;
		text-align: center;
	}

	#footer a, #menu a {
		float: none;
		color: #ABABAB !important;
		color: #333 !important;
		text-decoration: none;
	}

	#footer {
		padding-top: 0px;
	}

	#menu p:hover {
		padding-right: 0px !important;
	}
}