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

html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
object { outline:none; 
}
body {
    background-image: url();
    background-repeat: no-repeat;
    margin-top: 0px;
    background-color: #E6E5E3;
    font-weight: 300;
    text-decoration: none;
    min-width: 350px;
}
img {
    max-width:100%;
    height:auto;
}



.cursiveblue{
	
	font-family: Bradley Hand, cursive;
		font-size: 26px;
		color: #00CED1;
	font-stretch: ultra-condensed;
}

.cursivebluemini{
	
	font-family: Bradley Hand, cursive;
		font-size: 16px;
		color: #00CED1;
	font-stretch: ultra-condensed;
}

.cursivegold{
	
	font-family: Bradley Hand, cursive;
		font-size: 30px;
		color: #FFD700;
}
.video{
	margin: auto;
	text-align: center;
	padding: 5px;
	font-family: Bradley Hand, cursive;
		font-size: 30px;
		border-color: #FFD700;
	border-width: 2px;
	width: 336px;
	height: 189px; 
	
}
#background-video {
  width: 100vw;


  margin-left: -50px;
  right: 0;
  margin-top: -50px;
  bottom: 0;
  z-index: -1;
}
.calendar {
text-align: center;
	margin: 25px 50px 0px 50px;
	
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-decoration: none;
	font-size:16px;
	color:#333;

}