body {
	background-image: url(../images/bg-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 1100px;
	max-width: 100%;
	margin: auto;
	padding: 15px auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000097;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000097;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #000097;
}
.largeTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000097;
}
.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

img {
	max-width: 96%;
}
#mainContent {
	position: relative;
	margin-top: 15px;
	padding: 20px;
	border: 3px solid #FDE6BB;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
}
#leftCol {
	width: 53%;
	float: left;
	padding-top: 15px;
}
#rightCol {
	width: 45%;
	float: right;
	padding-top: 15px;
	text-align:center;
}
#dailySong {
	clear:both;
	text-align:center;
	width: 90%;
	margin: auto;
	padding-top: 5px;
}
#songArchive {
	width: 72%;
	float: left;
	padding-top: 5px;
	text-align: center;
}
#siteCol {
	width: 25%;
	float: right;
	margin-right: 20px;
	padding: 5px auto;
	border: solid 1px #333333;
	border-radius: 10px;
	background-color: rgba(253,252,195,0.7);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
#siteCol p, #siteCol h2 {
	margin-left: 10px;
	margin-right: 10px;
}
#bioMike {
	margin-top: 25px;
	padding: 10px 25px;
}
#michael {
	border: solid 1px #333333;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	width: 250px;
	max-width: 80%;
	float: left;
	margin-right: 25px;
}
#bioMike p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 155%;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#ytplayer {
	/* width: 80%;
	margin: auto;
	padding-top: 25px; */
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#ytplayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
#socialIcons {
	text-align: center;
}
#socialIcons img {
	width: 85px;
	margin: 10px;
}
.linkSite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.linkSite a {
	color: #E53B1A;
	text-decoration: none;
}
.linkSite a:hover {
	color: #E56B1A;
	text-decoration: underline;
}
.clearB {
	clear: both;
}

/* youtube thumbnails */

#vidArchive {
	width: 96%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	/* border: solid 1px #333333;
	background-color:#FFFFFF; */
	text-align: center;
}
#vidContain {
	width: 30%;
	max-width: 320px;
	display: inline-block;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: solid 1px #666666;
	border-radius: 8px;
	margin: 10px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
	vertical-align: top;
}
#vidContain img {
	max-width: 320px;
	width: 100%;
}
#vidContain p {
	margin: 5px 10px;
	text-align: left;
}
#vidContain p a {
	color: #CC0000;
	text-decoration: none;
}
#vidContain p a:hover {
	color: #999999;
	text-decoration: underline;
}
#YTcontainer {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	display: none;
}
#YTload {
	position: relative;
	width: 85%;
	max-width: 800px;
	margin: auto;
	padding-top: 6%;
}
#YTvideo {
	position: relative;
	/*padding-bottom: 65.25%;*/
	padding-bottom: 62%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
	border: solid black 1px;
	border-radius: 10px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
}
#YTvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.YTclose {
	position: relative;
	top: 10;
	right: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.YTclose a {
	color: #FFFFFF;
	padding: 6px 12px;
	text-decoration: none;
	background-color:#993300;
	border-radius: 5px;
	border: solid 1px #FFFFFF;
}
/*end youtube */

#eMailer input {
	display: inline-block;
}
#eMailer #sendEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 5px 8px;
	border: solid 1px #333333;
	border-radius: 5px;
	background-color: rgba(253,252,195,0.7);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
#eMailer #sendBut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 12px;
	background-color:#993300;
	border-radius: 5px;
	border: solid 1px #FFFFFF;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
#eMailer #sendBut:hover {
	color: #666666;
	background-color:#C5C5C5;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 960px) {
	#songArchive, #siteCol {
	width: 100%;
	float: none;
	padding-top: 15px;
	margin-bottom: 35px;
	}

}

@media only screen and (max-width: 680px) {
	#leftCol, #rightCol {
	width: 100%;
	float: none;
	padding-top: 15px;
	}
	#michael {
	width: 150px;
	max-width: 80%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
	#bioMike h3 {
	text-align: center;
	}
	#YTload {
	width: 95%;
	}
	#vidContain {
	width: 45%;
	}
	#vidArchive {
	padding-left: 0px;
	padding-right: 0px;
	}
}

@media only screen and (max-width: 480px) {
	#vidContain {
	width: 95%;
	}
}