body {
	background-color: white;
	font-family: 'Raleway', sans-serif;
}

.navigation table {
	align: center;
	margin: auto;
	padding: 20px;
	text-align: center;
	
}

.navigation th {
	font-weight: 100;
	letter-spacing: 2px;
	padding: 20px;
}

#banner {
	background-image: url("../GuitarAndMic.jpeg");
	background-size: cover;
	background-position: center center;
	height: 400px;
	width: 80%;
	margin: auto;
}

#banner .content h1 {
	border: 3px solid white;
	position: relative;
	top: 200px;
	width: 500px;
	margin: 0 auto;
	font-size: 40px;
}

#page-container{
	position: relative;
	min-height: 100%;
}

#content-wrap{
	padding-bottom: 2.5rem;
	
}

#footer{
	bottom: 0;
	height: 2.5rem;
	text-align: center;
	color: gray;
	font-size: 10pt;
	
}

#main {
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	width: 80%;
	height: 100%;
}

.content #note {
	text-align: center;
	color: black;
	font-size: 9pt;
}

h1 {
	color: white;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
}

h2 {
	border: 1px solid #7D4EBF;
	color: red;
	font-size: 14px;
	line-height: 48px;
	padding: 20px 30px;
	margin: 30px 20px;
	text-align: center;
}

h3 {
	color: #845CBA;
	font-size: 26px;
	font-weight: 700;
	padding: 20px 10px;
}

h5 {
	color: #845CBA;
	font-size: 14pt;
	font-family: Josefin Sans;
	
}

p {
	font-family: Josefin Sans;
	color: black;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}

a:link {
	color: #845CBA;
	font-family: Josefin Sans;
}

a:visited {
	color: #845CBA;
}

a:hover {
	color: white;
	text-decoration: underline;
	background-color: #845CBA;
}

a:active{
	color: #845CBA;
}

ul{
	font-family: Josefin Sans;
	color: black;
	font-size: 16px;
	line-height: 20px;
	text-align: left;	
}

form{
	font-family: Josefin Sans;
	color: black;
	font-size: 16px;
	line-height: 30px;	
	padding: 10px;
	text-align: left;
	width: 50%;
	margin-left: 25%
}

button{
	font-family: Josefin Sans;
	font-size: 12pt;
}

.pull-quote {
	margin: 0 auto;
	width: auto;
}

.success{
    color: green;
    padding: 5px;
    text-align: center;
}
.failed{
    color: red;
    padding: 5px;
    text-align: center;
}