@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;
}

 /* unvisited link */
a:link {
  color: #E2C771;
}

/* visited link */
a:visited {
  color: #E2C771;
}

/* mouse over link */
a:hover {
  color: #E2C771;
}

/* selected link */
a:active {
  color: #E2C771;
} 

.maincontent{
	display: flex;
	vertical-align: top;
	padding: 0px 25px 0px 25px;
}

.leftcolumn{
	display: inline-block;
	margin: auto;
	width: auto;
	vertical-align: top;
}
.rightcolumn{
	display: inline-block;
	margin: auto;
	vertical-align: top;
	width: 90%;
}
.faq{
	max-width: 915px;
	margin: auto;
	padding: 25px 25px 25px 25px;


	
}

.rates{
	
}
.gear{
	
}

.image{
	padding: 10px 10px 10px 10px;
	border: solid #ffffff 1px;
text-align: right;
	width: inherit;
	margin: 25px 25px 25px 25px;
	min-width: 200px;
	
	
}

.boxtext{
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 24px;
	color: #888;
	font-stretch: ultra-condensed;
	outline: solid;
	padding: 2px 5px 5px 10px;
	width: 300px;
		height: 40px;
	text-align: left;
}

.cursive{
	
	font-family: Bradley Hand, cursive;
		font-size: 24px;
		color: #fff;
	font-stretch: ultra-condensed;
}

.headertext{
	
	font-family: Impact, "sans-serif";
		font-size: 26px;
		color: #FFFFFF;
	text-align: center;
}
.headertextsmall{
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-size: 18px;
		color: #000;
	text-align: center;
}
.agreement{

	
	margin: auto;
	padding: 25px 25px 25px 25px;


	
}

.headertextblack{
	
	font-family: Impact, "sans-serif";
		font-size: 26px;
		color: #000;
	text-align: center;
}
.unpaid{
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 16px;
		color: #D4B030;

}
.paid{
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 16px;
		color: #fff;
	background-color: #D4B030;

}
.sked{

	margin: auto;
	
}

.googleCalendar{
  position: relative;
  height: 0;
  width: 90%;
  padding-bottom: 90%;
	margin: auto;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
}

#background-video {
  width: 100vw;
  margin-left: -50px;
  right: 0;
  margin-top: -50px;
  bottom: 0;
  z-index: -1;
}


}