html {
	position: relative;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background-color: #D1af87;
	margin-bottom: 4em;
}

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');

h2 {
	color: #EAEBE4;
	display: inline-block;
	font-family: 'Shadows Into Light', cursive;
	text-align: center;
}

h1 {
font-family: 'Shadows Into Light', cursive;
}

p {
	font-family: 'Shadows Into Light', cursive;
	font-size: 2em;
}

.links {
	font-family: 'Shadows Into Light', cursive;
	font-size: 1em;
	text-align: center;
}

.jumbotron {
	background-color: #9dabd2;
	text-align: center;
}

#choir {
	
}

.caption {
	font-size: 2em;
}

figcaption {
	text-align: center;
}

#joy {
	color: black;
}

#churchimg {
	text-align: center;
	display: inline-block;
}


#choirimg {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 70%;
	min-width: 600px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}


#choiricon {
	margin: 0 2em 0 0;
	top: 0;
	padding-top: 0;
}

#footer {
	width: 100%;
	height: 3em;
	text-align: center;
	background-color: black;
	color: white;
	bottom: 0;
	position: fixed;
	margin-top: 1em;
}

#abouthead {
	margin: 0 0 0 .5em;
}

#hello {
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

#textbox {
	background-color: white;
	width: 75em;
	height: 30%;
	margin-left: 0;
	padding: 1em 1em 1em 1em;
	position: fixed;
	top: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media only screen and (max-width: 700px) {
	#textbox {
	height: 48%;
	}
	
}



#ontop {
	position: fixed;
	top: 52%;
	width: 73%;
	font-size: 160%;
}

li, a {
	font-family: 'Shadows Into Light';
	font-size: 1.2em;
}

iframe {
	margin: 2% 0 5% 25%;
	text-align: center;
	width: 50%
}

.page-header {
	text-align: center;
}

.well.well-lg {
	text-align: left;
	font-size: .8em;
}
