@import 'https://fonts.googleapis.com/css?family=Lato|Oswald';
a:link{color:#0084A5} /*custom*/
a:active{color:#0084A5}
a:visited{color:#0084A5}
a:hover{color:#0084A5}
body {color: #626161;}
div.right-column span.calendartext{ display: none;}
div.right-column form>span.calendartext{ display: inline;}
#party-table tr:first-child td {font-weight:bold!important; font-size: 18px!important;}
div.left-column span.calendartext{ font-size: 14px;}
form .headings {font-size: 14px;}
center div.headings2 {
	font-weight: bold;
	font-size: 24px;
}
ol li:first-child div[style]{
	height: 450px!important;
}


#waiver-table {
  width:100%;
  max-width:900px;
  border: 1px solid #e7e7e7;
}
	
h4 {
  color:#626161;
  font-family: Arial, Helvetica, sans-serif;
}

div {
  color:#626161;
  font-family: Arial, Helvetica, sans-serif;
}

.error
{
	color: #C3232F;
	background-color: #FFFF00;
	margin-left: 0px;
	display:none;
	font-weight:bold;
	font-size:14px;
}

/* Form Elements */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form li {
	padding:6px;
	margin-bottom:1px;
}

form li#send {
	background:none;
	margin-top:6px;
}

/*responsive elements*/
.headings {
	font-family: Lato, Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:normal;
}

input[type="submit"]{
	font-size: 24px;
	background-color: #0084A5; /*custom*/
	color: #fff;
	width: 200px;  
	height: 70px;

    border-radius: 3px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
	font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.6em 1.2em;
    text-decoration: none;
}

input[type="text"]{
    font-size:24px;
	size: 36px;
}

input[type="password"]{
    font-size:24px;
	size: 30px;
}

select{
    font-size:24px;
	margin:5px;
}

textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:20px;
}

@media only screen and (max-width: 1280px) {

	.headings {
		font-size: 28px;
	}

	input[type="submit"]{
		font-size: 30px;
		width: 280px;  
		height: 70px;
	}

	input[type="text"]{
		font-size:24px;
		size: 36px;
	}
	
	input[type="password"]{
		font-size:24px;
		size: 30px;
	}

	select{
		font-size:24px;
		margin:5px;
	}
	
	textarea {
		width: 460px;
		height: 120px;
		font-size:20px;
	}
}

@media only screen and (max-width: 850px) {

	.headings {
		font-size: 24px;
	}

	input[type="submit"]{
		font-size: 26px;
		width: 250px;  
		height: 60px;
	}
	
	input[type="text"]{
		font-size:22px;
		size: 32px;
	}
		
	input[type="password"]{
		font-size:22px;
		size: 25px;
	}
	
	select{
		font-size:20px;
		margin:5px;
	}
	
	textarea {
		width: 400px;
		height: 100px;
		font-size:18px;
	}
}

@media only screen and (max-width: 800px) {

	.headings {
		font-size: 22px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 50px;
	}
		
	input[type="text"]{
		font-size:20px;
		size: 28px;
	}

	input[type="password"]{
		font-size:20px;
		size: 22px;
	}
	
	select{
		font-size:18px;
		margin:5px;
	}
	
	textarea {
		width: 360px;
		height: 90px;
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {

	.headings {
		font-size: 18px;
	}

	input[type="submit"]{
		font-size: 22px;
		width: 180px;  
		height: 40px;
	}
			
	input[type="text"]{
		font-size:18px;
		size: 24px;
	}
	
	input[type="password"]{
		font-size:18px;
		size: 20px;
	}
	
	select{
		font-size:16px;
		margin:5px;
	}
		
	textarea {
		width: 320px;
		height: 80px;
		font-size:14px;
	}
}

@media only screen and (max-width: 600px) {

	.headings {
		font-size: 15px;
	}

	input[type="submit"]{
		font-size: 18px;
		width: 140px;  
		height: 35px;
	}
				
	input[type="text"]{
		font-size:12px;
		size: 20px;
	}
		
	input[type="password"]{
		font-size:12px;
		size: 15px;
	}
	
	select{
		font-size:12px;
		margin:5px;
	}

	textarea {
		width: 250px;
		height: 60px;
		font-size:12px;
	}
}
