@charset "UTF-8";

@font-face {
    font-family: "FrutiLight.Reg";
    src: url(FrutiBol) format("truetype");
}
@font-face {
    font-family: "SerifBlack.Reg";
    src: url(theserif-exbld-webfont.woff) format("truetype");
}
@font-face {
    font-family: "Nunito Sans.Reg";
    src: url(NunitoSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Nunito Sans.extraBold";
    src: url(NunitoSans-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: "Nunito Sans.Bold";
    src: url(NunitoSans-Bold.ttf) format("truetype");
}

body {
	color: #000;
	line-height: 1.5em;
	font-family: 'Arial';
	font-size: 14px;
	background: #fff;

}
.page {
	max-width: 980px;
	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;

}
header {
		background-color: #fff;
		height: 100px;

}
header .logo{
	width: 49%;
	float: left;
}
header .crest{
	width: 49%;
	float: right;
	text-align: right;
}
article {padding: 60px 0px 60px 0px; }
.clear-fix { clear: both; line-height: 1px;}
nav {
    font-family: 'Nunito Sans.Bold';
	top: 100px;
	width: 100%;
	display: block;
	position: absolute;
	font-size: 1.2em;

}

nav a {
	color: #7413DC;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}
nav a:hover { color: #000; }

.nav2 {
	top: 132px;
	width: 100%;
	display: block;
	position: absolute;

}

.nav2 a {
	color: rgb(139,0,102);
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

.nav2 a:hover { color: #fff; background: rgb(132,164,11); }

footer {max-width: 980px; font-size: .85em; color: #000; border-top: solid 1px rgb(139,0,102);  padding: 10px 10px 10px 0px; margin-top: 10px;}

footer a { color: #000; text-decoration: none;}

footer .link {width: 45%; float: right; text-align: right;}
footer .copy {width: 50%; float: left; text-align: left;}



.col-span2 {
	width: 65%;
	float: left;
	margin: 2px;
}
.col-span1 {
	width: 32%;
	float: left;
	margin: 2px;
}
.col-header {
	background-color: #ccc;
    font-family: "Nunito Sans.extraBold";
}
.container {
  display: table;
}
.row {
  display: table-row;
}
.column {
  display: table-cell;
}
.border {
  border-bottom: solid .5px #ccc;
}

.hover:hover {
	cursor: pointer;
	background-color:  #ccc;

}

h3{
font-family: "Nunito Sans.extraBold";
margin: 0px;
color: #7413DC;
}
.wawheader {
background-image: url(../images/waw-cover.jpg); 
width: 100%; 
height:350px;
border-radius: 5px;
}
.wawtitle {
font-family: 'Nunito Sans.extraBold';
color: #7413DC;
font-size: 3em;

}

.form input[type=text], .form input[type=url], .form input[type=email], .form input[type=password], .form input[type=tel], .form input[type=number], .form select, .form input[type=date]{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 5px;
  height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  border-radius: 5px;


}
.form textarea {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 5px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.form input[type=submit], button {
    background-color: #00A794;
    font-family: "Nunito Sans.extraBold";
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;

}

.form {
	vertical-align: top;
	font-family: 'Nunito Sans.Reg';
	font-size: 1.2em;
}
.center{
  text-align: center;
}


.eventDetail a {
	color: black;
	text-decoration: underline;
}

.eventInfo {	
	color: white;
	background-color: #00a794; 
	
	margin: 2px;
}

.eventBookingInfo {
	color: white;
	background-color: #00a794; 
	
	margin: 2px;
	padding: 5px;
}
.eventButtons {
	margin: 2px;
	padding: 5px;
}


/*Large screen*/
@media screen and (min-width:801px){
	.formcolumm {width: 150px}

	.eventInfo {
	float: left;
	overflow: hidden;
	width: 48%;
}

}

/*medium screen*/
@media screen and (min-width:501px) and (max-width:800px){
	body { margin: 0; padding: 0;}
	.formcolumm {width: 150px}

	.eventInfo {
	float: left;
	overflow: hidden;
	width: 48%;
}

}


/*small screen*/
@media screen and (max-width: 500px){

}

@media print
{    
a {
	text-decoration: none;
}

header {
		background-color: #fff;
		height: 40px;

}

.eventButtons {
	display: none;
	padding: 0;
	height: 5;
}

nav {
	display: none;
	padding: 0;
	height: 0;
}
.nav2 {
	display: none;
	padding: 0;
	height: 0
} 
footer {
	display: none;
	padding: 0;
	height: 0
}

}
