@import url('//fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
	font-size: 18px;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Tinos', 'Times New Roman', Georgia, sans-serif;
}

body {
	background: #fff url('../images/bg.jpg') no-repeat center top;
	background-size: cover;
}

figure {
	margin: 0 auto;
	text-align: center;
}

	figure img {
		max-width: 100%;
	}

	figcaption {
		text-align: center;
		font-style: italic;
	}

header {
	font-size: 0;
}

header .title,
header .menu {
	display: inline-block;
	font-size: initial;
	vertical-align: middle;
}

	header a {
		text-decoration: none;
		color: inherit;
	}

	header .title {
		width: 80%;
		padding: 1em 0;
	}

	header .menu {
		width: 20%;
		padding: 0;
		text-align: right;
	}

	header h1 {
		margin: 0;
		font-size: 3em;
		letter-spacing: 1px;
		line-height: 1;
	}

	header h4 {
		margin: 0;
		font-size: 1.25em;
		line-height: 1;
	}

		header h4 {
			font-weight: normal;
		}

	header .menu ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		header .menu ul li {
			display: inline-block;
			vertical-align: middle;
		}

		.menu .menu-label,
		header .menu ul li a {
			display: block;
		}

		.menu .menu-label {
			margin-right: 1em;
			font-style: italic;
		}

.songbook {
	float: right;
	max-width: 45%;
	margin-left: 5%;
}

	.songbook img {
		width: 100%;
		height: auto;
	}

section ul li {
	margin: .5em 0;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}

	.wrapper section p {
		text-align: justify;
	}

	section.page-header,
	section.sub-header {
		text-align: center;
	}

		section.page-header h1 {
			display: inline-block;
			margin: .5em auto;
			padding: .5em 1em;
			letter-spacing: .25em;
			text-transform: uppercase;
			border-bottom: 1px dotted #000;
		}

		.page-header em {
			letter-spacing: 0;
			font-size: .75em;
			font-weight: normal;
			text-transform: capitalize;
		}

footer {
	clear: both;
	padding: 1em 0;
	text-align: center;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.col3-img img {
	width: 20%;
	height: auto;
	margin: 0 2%;
}

.wrapper section .readmore {
	text-align: right;
	padding-bottom: 1em;
	font-style: italic;
}

.sheetmusic {
	float: left;
	max-width: 50%;
	margin-right: 2em;
}

	.sheetmusic:after {
		display: block;
		content: '\00a0';
		clear: both;
	}

	.sheetmusic img {
		width: 100%;
		height: auto;
	}

hr {
	width: 90%;
	margin: 3em auto;
	border-top: 1px dashed #000;
	border-bottom: 0 none;
}

section.resources {
	text-align: center;
}

.twoCols {
	font-size: 0;
}

	.twoCols > div {
		display: inline-block;
		width: 40%;
		margin: .5em 2.5%;
		padding: .5em 2.5%;
		font-size: initial;
		vertical-align: middle;
	}

.audio-playback {
	width: 350px;
	margin: 0 auto;
}

	.audio-playback span {
		display: block;
		margin: 0 auto .5em;
		padding: .25em;
		text-align: center;
	}

	iframe.audio-iframe[style] {
		width: 100% !important;
		height: 60px !important;
	}

	.audio-iframe {
		margin: 0 auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}

	iframe {
		margin: 1em 1.5em;
		max-width: 100%;
	}

	.g-recaptcha {
		text-align: center;
	}

		.g-recaptcha > div,
		iframe[title="reCAPTCHA"] {
			margin: 0 auto;
		}

aside {
	display: block;
	overflow: auto;
}

a {
	text-decoration: none;
	color: #c30;
}

	a:hover {
		color: #fc0;
	}

section ul a > em {
	text-decoration: none;
	color: #000;
}

.hidden {
	display: none;
}

#contactForm {
	max-width: calc(500px - 4em);
	margin: 2em auto;
	padding: 2em;
	border: 1px dashed #ccc;
	border-radius: 1em;
	background: #fff9;
}

	#contactForm input,
	#contactForm textarea,
	#contactForm button {
		display: block;
		width: calc(100% - 2em);
		margin: .5em auto;
		padding: .5em 1em;
		border: 0 none;
		font-family: 'Tinos', 'Times New Roman', Georgia, sans-serif;
		font-size: initial;
		line-height: 1;
		background-color: #ddd;
		border-radius: .75em;
	}

	#contactForm input:focus,
	#contactForm textarea:focus {
		background-color: #eee;
	}

	#contactForm button {
		width: 100%;
		padding: 1em 2em;
		color: #fff;
		cursor: pointer;
		background-color: #c30;
	}

	#contactForm button:hover {
		background-color: #930;
	}

	#contactForm button:active:focus {
		background-color: #f30;
	}

.has-iframe .fancybox__content {
	padding: 0 !important;
}

	.fancybox__iframe {
		margin: 0 !important;
	}

	.has-pdf .fancybox__content:before,
	.has-iframe .fancybox__content:before {
		position: absolute;
		content: '\00a0';
		top: 0;
		right: 0;
		width: 65px;
		height: 65px;
		z-index: 99;
	}

	.social.yt {
		background: transparent url(../images/yt.png) no-repeat center center;
	}

	.social.fb {
		background: transparent url(../images/fb.png) no-repeat center center;
	}

	.social {
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 0 5px;
		font-size: 0;
		filter: brightness(0);
		background-size: 100% 100%;
		vertical-align: middle;
	}

		.social:hover {
			filter: brightness(1);
		}

.sundan {
	display: inline-block;
	padding-right: 1em;
}

@media only screen and (max-width: 1200px) {
	.wrapper {
		width: 90%;
	}

	header h1 {
		font-size: 2.2em;
		letter-spacing: 0;
	}

	header h4 {
		font-size: .9em;
	}
}

@media only screen and (max-width: 980px) {
	header h1 {
		font-size: 4vw;
	}

	header h4 {
		font-size: 1.65vw;
	}

	.sheetmusic,
	.songbook {
		float: none;
		margin: 0;
		max-width: none;
		text-align: center;
	}

		.sheetmusic img,
		.songbook img {
			width: 75%;
			margin: 0 auto;
		}

	.twoCols > div {
		display: block;
		width: auto;
	}
}

@media only screen and (max-width: 640px) {
	body {
		background-position: center top;
		background-attachment: fixed;
		background-size: auto 100%;
	}

	.wrapper {
		width: 90%;
		text-align: center;
	}

	.sheetmusic,
	.songbook {
		width: 100%;
		padding: 1em 0;
	}

		.sheetmusic img,
		.songbook img {
			width: 90%;
		}

	section ul {
		list-style: none;
		padding: 0;
	}

	header .title {
		text-align: left;
	}

		header h1 {
			font-size: 8vw;
		}

		header h4 {
			font-size: 3.25vw;
		}

	.menu .menu-label {
		display: none;
	}

	iframe {
		margin: 1em auto;
		width: 100% !important;
	}

	.right {
		text-align: center;
	}

	.sundan {
		display: block;
		padding: 1em 0;
	}
}