@charset "utf-8";
/* CSS Document */

body {
	background-color: #B2B4B1;
}
.MainDiv {
	text-align: center;
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

.MainDiv h1 {
	color: #FDF8CD;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Garamond;
	font-variant: small-caps;
	font-size: 50px;
	text-align: center;
}
.MainDiv h2 {
	color: #000;
	background-color: #97938A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 20px;
	top: 0px;
}
.MainDiv img {
	margin: 0px;
	padding: 0px;
}
.MainDiv h3 {
	font-size: 24px;
	text-align: left;
}
.MainDiv p {
	width: 100%;
	text-align: left;
}

/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icons {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#H1Serving {
	font-size: 12px;
	color: #000;
	background-color: #999;
	width: 100%;
}
.rightSonglist {
	position: relative;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #A79CA4;
	text-align: left;
}
#holidays {

}
#holidays h2 {
	color: #000;
	background-color: #FFA500;
	font-size: 24px;

}
	
