body {
	background-image: url(images/background-snow.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #7f7f7f;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: center;
}
#logo {
	padding-bottom: 8px;
}
#nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
}
#menu {
	display: none;
}
#nav-left {
	float: left;
}
#nav-right {
	float: right;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(images/nav-main-bg.png);
	background-repeat: repeat-x;
}
#nav li {
	float: left;
	padding-left: 15px;
	display: block;
}
#nav li a {
	display: block;
	color: black;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
}
#nav li a:hover {
	background-image: url(images/nav-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px;
}
.active {
	background-image: url(images/nav-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px;
}
#content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#main {
	font-size: 18pt;
	text-align: justify;
	width: 80%;
	margin: auto;
}
#main-news {
	font-size: 18pt;
	text-align: justify;
	width: 80%;
	margin: auto;
}
#main2 {
	width: 100%;
	font-size: 14pt;
	margin: auto;
}
#main2 table {
	width: 75%;
	margin: auto;
}
#main-songs {
	font-size: 15pt;
	text-align: center;
	width: 80%;
	margin: auto;
}
#more-vids {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
#main-left {
	width:30%;
	float: left;
	padding-top: 15px;
	text-align: center;
}
#main-right {
	width:65%;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
td {
	text-align: center;
}
a {
	text-decoration: none;
	color: black;
}
h1 {
	text-indent: 60px;
	color: purple;
}
h2 {
	color: green;
	display: inline;
}
hr {
	border: 0;
	height: 5px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), LawnGreen, lime, LimeGreen, ForestGreen, green, green, ForestGreen, LimeGreen, lime, LawnGreen, rgba(0, 0, 0, 0));
}
#footer {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
}
#table {
	vertical-align: bottom;
}
#frame-responsive-youtube{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
#frame-responsive-youtube iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.vid-selection {
	cursor: pointer;
	flex: 0 0 auto;
	padding-right: 15px;
	width: 16%;
}
#covid {
	width: 90%;
	display: block;
	float: none;
	margin: auto;
	text-align: center;
	border-style: dotted none dotted none;
	border-width: 5px;
	border-color: yellow;
	
}

@media screen and (max-width: 800px) {
  #logo {
	width: 30%;
  }
  #nav li {
	width: 100%;
	display: none;
	background: green;
	float: right;
	margin: auto;
  }
  .top-bit {
	width: 88%;
  }
  #menu {
	display: block;
	float: left;
	background: none;
	border: none;
	padding: none;
  }
  #close {
	background: none;
	border: none;
	float: none;
	margin: auto;
  }
  #main {
	width: 85%;
	font-size: 12pt;
	float: none;
	margin: auto;
  }
  #main-news {
	width: 90%;
	font-size: 12pt;
	float: none;
	margin: auto;
  }
  #fb {
	width: 320px;
  }
  #content {
	width: 100%;
  }
  .vid-selection {
	width: 25%;
  }
  h2 {
	color: green;
	font-size: 20px;
  }
  button:focus {
	outline: none;
  }
  #main-left {
	width: 90%;
	display: block;
	float: none;
	margin: auto;
	text-align: center !important;
  }
  #main-left img{
	width: 30%;
  }
  #entrance {
	width: 70% !important;
  }
  #fb-logo {
	width: 5% !important;
  }
  #main-right {
	width: 80%;
	float: none;
	margin: auto;
	display: block;
}
}
@media screen and (min-width: 800px) {
	#close {
		display: none;
	}
}
/*Calendar*/
#calendar {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
ul {
	list-style-type: none;
}
.month {
	padding: 15px 25px;
	background: orange;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
#event-list {
	text-align: center;
	display: none;
}
.month ul {
	margin: 0;
	padding: 0;
}
.month ul li {
	color: green;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.month .prev {
	float: left;
	padding-top: 10px;
	color: #F8B88B ;
}
.month .next {
	float: right;
	padding-top: 10px;
	color: #F8B88B ;
}
.weekdays {
	margin: 0;
	padding: 10px 0;
	background-color: #ddd;
	justify-content: center;
	display: flex;
}
.weekdays li {
	display: inline-block;
	width: 11%;
	color: grey;
	text-align: center;
}
.days {
	padding: 10px 0;
	background: white;
	margin: 0;
	border-radius: 0 0 20px 20px;
	justify-content: center;
	display: grid;
	grid-template-columns: 11% 11% 11% 11% 11% 11% 11%;
}
.days li {
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
	color: #777;
	padding: 5px;
}
.days li .event {
	padding: 5px;
	background: #1abc9c;
	color: white;
	border-radius: 20px;
	cursor: pointer;
}
/*Pop up info on calendar*/
.calendarInfoContainer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(128,128,128, 0.9);
}
.calendarInfo {
	border-color: orange;
	background-color: yellow;
	text-align: center;
	border-style: solid;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: 50%;
	border-radius: 20px;
}

.closeCalendarInfo {
	float:right;
	margin:0;
	cursor: pointer;
	border-style: solid;
	border-radius: 5px;
	border-width: 2px;
	padding: 2px;
}
