/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2ba8e0;
	background-attachment: fixed;
	background-image: url("images/church-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
	/*background-image: url(images/ewva-tile.png);
	background-repeat: repeat;*/
}

.container {
	padding: 0;
	margin: 0;
}

.mobile-nav-bar {
	background-color: #222;
	height: 75px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}

.mobile-menu-open {
	height: 75px;
	width: auto;
	margin: 0;
	padding: 0px 36px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: #222;
	transition: 0.2s;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: scroll;
	
	font-family: "Roboto Slab";
	font-size: 25px;
	color: white;
	line-height: 60px;
}

.close-btn {
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 10px 25px 10px auto;
	background: white;
	color: #222;
	border-radius: 5px;
	font-size: 50px;
	line-height: 45px;
	font-weight: 700;
}

.mobile-menu ul {
	list-style: none;
}

.mobile-menu ul a {
	color: white;
	text-decoration: none;
}

header {
	height: 250px;
	width: 100%;
}

#umclogo {
	background-image: url("images/umclogo.png");
	background-size: contain;
	background-color: rgba(20,20,20,.75);
	width: 20%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

div#title {
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 50px;
	display: table;
	background-color: rgba(20,20,20,.75);
}

div#title h1 {
	display: table-cell;
	vertical-align: middle;
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 50px;
	line-height: 45px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: white;
	text-shadow: 1px 1px 1px #222;
}

.mobile-nav-replacement {
	width: 100%;
	background-color: #222;
	height: 10px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.nav-bar {
	width: 100%;
	background-color: #222;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

ul.nav {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

li.nav-item {
	display: inline-block;
	width: 12%;
	margin: 0;
	line-height: 50px;
	color: white;
	font-family: "Roboto Slab";
	font-weight: 400;
	text-align: center;
	cursor: default;
	user-select: none;
}

li.nav-item-large {
	display: inline-block;
	width: 20%;
	margin: 0;
	line-height: 50px;
	color: white;
	font-family: "Roboto Slab";
	font-weight: 400;
	text-align: center;
	cursor: default;
	user-select: none;
}

li.nav-item-xl {
	display: inline-block;
	width: 40%;
	margin: 0;
	line-height: 50px;
	color: white;
	font-family: "Roboto Slab";
	font-weight: 400;
	text-align: center;
	cursor: default;
	user-select: none;
}

li.nav-item:hover {
	background-color: #555;
}

li.nav-item-large:hover {
	background-color: #555;
}

li.nav-item-xl:hover {
	background-color: #555;
}

.dropdown {
	width: 100%;
	height: auto;
	background-color: #333;
	margin: 0;
	padding: 0;
	display: none;
	transition: 0.2s;
}

.about-dropdown {
	display: block;
}

div.content {
	padding: 15px;
	margin: 0;
	background-color: #FFF;
}

.content h1 {
	margin: 15px 0px 5px;
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 32px;
}

.content h2 {
	margin: 15px 0px 5px;
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 25px;
}

.content p {
	margin: 5px 0px;
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 18px;
}

.content p a {
	color: #2ba8e0;
	text-decoration: none;
	border-bottom: 1px solid #2ba8e0;
}

.content p a:hover {
	border-bottom: 3px solid #2ba8e0;
	transition: 0.2s ease;
}

ul.body-list li {
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 18px;
}

ul.body-list li a {
	color: #2ba8e0;
	text-decoration: none;
	border-bottom: 2px solid #2ba8e0;
}

ul.body-list li a:hover {
	border-bottom: 3px solid #2ba8e0;
	transition: 0.1s ease;
}

footer {
	width: 100%;
	height: auto;
	background-color: #222;
	margin: 0;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

footer h1 {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 20px;
	color: white;
	text-decoration: underline;
}

footer p {
	font-family: "Roboto Slab";
	font-weight: 300;
	color: white;
	padding: 0;
	margin: 0;
}

footer p b {
	font-family: "Roboto";
}

.ewva-link {
	color: #2ba8e0;
}

.right-footer-col {
	text-align: right;
}

@media (max-width: 991px) {
	h1 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.mobile-nav-replacement {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.right-footer-col {
		text-align: left;
	}
	footer {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}
@media (max-width: 991px) {
	.mobile-nav-replacement {
		display: block;
	}
	.nav-bar {
		display: none;
	}
	.mobile-nav-bar {
		display: block;
	}
}
@media (max-width: 638px) {
	header {
		height: 300px;
	}
	div#title {
		margin: 0;
		width: 100%;
		height: auto;
		border-radius: 0px;
		padding: 30px;
	}
	div#title h1 {
		padding: 0;
	}
	#umclogo {
		width: 100%;
		max-height: 150px;
	}
}
@media (max-width: 488px) {
	header {
		height: 340px;
	}
}
@media (max-width: 473px) {
	header {
		height: 380px;
	}
}