/*Here is my google fonts link to import and use custom fonts I have chosen*/
@import 'https://fonts.googleapis.com/css?family=Kanit|Quattrocento+Sans';

#wrapper{
	width: 960px;
	margin: 0px auto;
	position: relative;
}
body{
background: url("../images/tennis_court.jpg");
background-repeat: no-repeat;
background-color: #d3dc68;
background-blend-mode: overlay;
}
#slideshow{
	position: relative;
	width: 960px;
	height: 150px;
	
}
#slideshow div{
	position: absolute;	
}

header{
	width: 960px;
	height: 150px;
	position: relative;
	margin: 0px auto;
	border-radius: 0px;
	background-color: #ACC423;
}
nav {
	width: 960px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 0;
	margin-top: 0px;
	border-radius: 0px;
	background-color: #7F855F;
}
.ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	overflow: hidden;
	background-color:#7F855F;
}
.li{
	display: inline;
	float: left;
}

.a{
	text-decoration: none;
	font-family: kanit;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 95px;
	width: 50px;
	height: 50px;
}
.a:hover {
    background-color: #565b3d;
}
aside{
	width: 150px;
	height: 600px;
	position: absolute;
	top: 200px;
	left: 0;
	margin-bottom: 15px;
	margin-top: 0px;
	border-radius: 0px;
	background-color: #d3dc68;
}
section {
width: 810px;
height: 600px;
position: absolute;
top: 200px;
right: 0px;
margin-bottom: 15px;
margin-top: 0px;
border-radius: 0px;
background-color: #B3D411;
}

p{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}
h1{
	font-family: Kanit;
	font-size: 25px;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
}
h2{
	font-family: Kanit;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
ul{
	list-style-type: none;
}
.column-one {
width: 510px;
height: 560px;
position: absolute;
left: 0px;
bottom: 40px;
margin-top: 20px;
margin-left: 20px;
border-radius: 0px;
background-color: #B3D411;
}
.column-two {
width: 250px;
height: 600px;
position: absolute;
right: 0px;
top: 0px;
margin-top: 0px;
border-radius: 0px;
background-color: #d3dc68;
}
footer {
	width: 960px;
	height: 30px;
	position: absolute;
	top: 800px;
	left: 0px;
	border-radius: 0px;
	background-color: #7F855F;
}
iframe{
	width: 250px;
	height: auto;
}
audio{
	width: 250px;
	height: auto;
}
.banner{
	height: auto;
	width: 960px;
	margin: auto;
}
.aside_image{
	height: auto;
	width: 150px;
	border-radius: 3px;
}
.aside_text{
	font-weight: bold;
	font-size: 15px;
}
.contact{
	text-decoration: none;
	font-family: kanit;
	font-size: 14px;
}
.url{
	text-decoration: none;
	font-family: kanit;
	font-size: 14px;
}
.url:hover{
	text-decoration: underline;
}
.section_img{
	width:520px;
	height:auto;
	border-radius: 3px;
}
