html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset END */

/* CSS FOR TRANSFORMING NAV MENU, IGNORE */

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
background-color: #333;
margin: 6px 0;
transition: 0.4s;
}

.change .bar1 {
transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
transform: translate(0, -11px) rotate(45deg);
}

/* END */

body {
    display: grid;
    grid-template-rows: 50px 1fr 190px;
	min-height: 100%;
}

#blank {
	z-index:100;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(255, 255, 255);
	animation: fadeInAnimation ease-in 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
		display: none;
    }
}

body:focus {
	opacity: 1;
	transition: 0.5s;
}

#navigation {
	position: absolute;
    padding: 20px 50px;
	background-color: rgb(240, 240, 240);
	line-height: 40px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 29;
	left: 0;
	right: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 3px;
	transform: translate(0, -140px);
	transition: 0.5s;
}

#navigation.open {
	transform: translate(0, 60px);
}

a:active, a:hover, a:visited, a {
	text-decoration: none;
	color: black;
}

#header {
	position: absolute;
    display: flex;
    justify-content: space-around;
	padding: 10px 0;
	background-color: rgb(219, 219, 219);
	z-index: 30;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 3px;
	left: 0;
	right: 0;
	font-family: 'Kaushan Script', cursive;
}

h1 {
    font-size: 30px;
    margin: auto 0;
}

#icon {
	display: block;
	width: 50px;
	height: auto;
}

#whitespace {
	position: relative;
	z-index: 0;
	height: 15px;
}

#heroimage {
	display: block;
	width: 100%;
	height: 300px;
	margin: auto;
	background-image: url("images/Heroimage1.jpg");
	background-size: cover;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 3px;
}

#fbicon {
	position: absolute;
	width: 40px;
	height: auto;
	top:300px;
	left:0;
	margin: 10px;
}

#paragraph {
	margin: 0 30px;
	font-size: 20px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	line-height: 25px;
}

h2 {
	margin: 20px auto;
	text-align: center;
	font-size: 30px;
	font-family: 'Kaushan Script', cursive;
}

.headertxt {
	margin: 40px auto;
	text-align: center;
	font-size: 50px;
	font-family: 'Kaushan Script', cursive;
	font-weight: bold;
}

.headerthx {
	margin: 40px auto;
	text-align: center;
	font-size: 50px;
	font-family: 'Kaushan Script', cursive;
	font-weight: bold;
	line-height: 60px;
}

h3 {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#list {
	text-align: center;
	margin: 10px auto;
	line-height: 35px;
	font-size: 25px;
	font-family: 'Kaushan Script', cursive;
}

footer {
	font-size: 16px;
	text-align: center;
	margin: 30px auto;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#map {
	display: block;
	margin: 30px auto;
	width: 330px;
	height: 200px;
}

#desktop {
	display: none;
}

#songstitle {
	font-size: 50px;
	margin: auto;
	margin: 40px;
	border: none;
	text-align: center;
}

.title {
	font-size: 35px;
	margin-top: 30px;
	border: none;
	text-align: left;
}

#songlist {
	display: block;
	width: 75%;
	margin: 30px auto;
	border-radius: 0.6em;
	background-color: rgb(240, 240, 240);
	padding: 25px;
}

#songlist1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 40px;
	text-align: center;
}

.songs li {
	margin: 10px 0;
}

.member {
	width: 75%;
	background-color: rgb(240, 240, 240);
	margin: 30px auto;
	border-radius: 0.6em;
	padding: 25px;
}

.memberf2 p {
	margin:auto;
}

.aboutimage {
	display: block;
	margin: 20px auto;
	width: 250px;
}

iframe {
	display: block;
	width: 300px;
	height: 200px;
	margin: 20px auto;
}

.submitsubcontainer {
	display: flex;
	flex-direction: column;
	margin: 10px auto;
	width: 250px;
}

label {
	margin: 5px 0;
}

input {
	height: 30px;
	background-color: rgb(51, 51, 51);
	color: white;
	border: none;
	border-bottom: solid 2px gray;
	border-radius: 0.3em;
	font-size: 16px;
	padding: 0 10px;
}

input::placeholder {
	color: rgb(185, 185, 185);
}

#comments {
	height: 100px;
	resize: none;
	background-color: rgb(51, 51, 51);
	color: white;
	border: none;
	border-bottom: solid 2px gray;
	border-radius: 0.3em;
	font-size: 16px;
	padding: 10px;
}

#comments::placeholder {
	color: rgb(185, 185, 185);
}

.required {
	color:red;
	margin: 0 5px;
}

form {
	display: flex;
	flex-direction: column;
	margin-bottom: 9vh;
}

#address {
	display: none;
}

#submitbutton {
	width: 250px;
	margin: 10px auto;
	background-color: rgb(51, 51, 51);
	color: white;
	border: none;
	border-bottom: solid 2px gray;
	border-radius: 0.3em;
}

@media screen and (min-width:512px) {
	#mobile {
		display: none;
	}

	body {
		display: grid;
		grid-template-rows: 60px 1fr 160px;
		min-height: 100%;
	}

	#navigation {
		display: none;
	}

	#paragraph {
		margin: 0 200px;
		font-size: 20px;
		font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
		line-height: 30px;
	}	

	#map {
		display: block;
		margin: 30px auto;
		width: 530px;
		height: 400px;
	}

	#heroimage {
		display: block;
		width: 100%;
		height: 500px;
		margin: auto;
		background-image: url("images/Heroimage1.jpg");
		background-size: cover;
		margin-top: 10px;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 3px;
	}

	#fbicon {
		position: absolute;
		width: 40px;
		height: auto;
		top:500px;
		left:0;
		margin: 10px;
	}

	#desktop {
		position: absolute;
		display: flex;
		justify-content: space-around;
		padding: 15px 0;
		background-color: rgb(219, 219, 219);
		z-index: 30;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 3px;
		left: 0;
		right: 0;
		font-family: 'Kaushan Script', cursive;
	}

	h1 {
		font-size: 50px;
		width: 250px;
		text-align: center;
		border-left: black 2px solid;
		border-right: black 2px solid;
	}

	h2 {
		margin: 10px auto;
		text-align: center;
		font-size: 50px;
		font-family: 'Kaushan Script', cursive;
		line-height: 60px;
	}

	.headertxt {
		margin: 60px auto;
		text-align: center;
		font-size: 100px;
		font-family: 'Kaushan Script', cursive;
		font-weight: bold;
	}

	.headerthx {
		margin: 60px auto;
		text-align: center;
		font-size: 100px;
		font-family: 'Kaushan Script', cursive;
		font-weight: bold;
		line-height: 150px;
	}

	h3 {
		margin: 0 auto;
		text-align: center;
		font-size: 25px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#songstitle {
		font-size: 50px;
		margin: auto;
		margin-top: 100px;
		border: none;
		width: 400px;
		text-align: center;
	}

	.title {
		font-size: 35px;
		margin-top: 30px;
		border: none;
		text-align: left;
	}

	#songlist {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 800px;
		background-color: rgb(240, 240, 240);
		margin: 30px auto;
		border-radius: 0.6em;
		padding: 25px;
	}

	#songlist1 {
		grid-column: 1/2;
		font-family: 'Kaushan Script', cursive;
		font-size: 40px;
		text-align: center;
	}

	#songlist2 {
		grid-column: 2/3;
	}

	.songs li {
		margin: 10px 0;
	}

	.navbar_desktop {
		display: flex;
		justify-content: space-around;
		font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
		width: 600px;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
	}

	.member {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 800px;
		background-color: rgb(240, 240, 240);
		margin: 30px auto;
		border-radius: 0.6em;
		padding: 25px;
	}

	.memberf1 {
		grid-column: 1/2;
	}

	.memberf2 {
		grid-column: 2/3;
	}

	.memberf2 p {
		margin:auto;
	}

	.aboutimage {
		display: block;
		margin: 20px auto;
		width: 350px;
	}

	iframe {
		display: block;
		width: 900px;
		height: 500px;
		margin: 20px auto;
	}

	.submitsubcontainer {
		display: flex;
		flex-direction: column;
		margin: 10px auto;
		width: 450px;
	}
	
	label {
		margin: 5px 0;
	}
	
	input {
		height: 40px;
		background-color: rgb(51, 51, 51);
		color: white;
		border: none;
		border-bottom: solid 2px gray;
		border-radius: 0.3em;
		font-size: 20px;
		padding: 0 10px;
	}
	
	input::placeholder {
		color: rgb(185, 185, 185);
	}
	
	#comments {
		height: 120px;
		resize: none;
		background-color: rgb(51, 51, 51);
		color: white;
		border: none;
		border-bottom: solid 2px gray;
		border-radius: 0.3em;
		font-size: 20px;
		padding: 10px;
	}
	
	#comments::placeholder {
		color: rgb(185, 185, 185);
	}
	
	.required {
		color:red;
		margin: 0 5px;
	}
	
	form {
		display: flex;
		flex-direction: column;
		margin-bottom: 9vh;
	}
	
	#address {
		display: none;
	}
	
	#submitbutton {
		width: 350px;
		margin: 10px auto;
		background-color: rgb(51, 51, 51);
		color: white;
		border: none;
		border-bottom: solid 2px gray;
		border-radius: 0.3em;
	}
}