*{
	box-sizing: border-box;
}

header{
	background-color: #ffd51c;
	width: 100%;
	padding: 30px 0px;
	padding-left: 20px;
	color: black;
	text-align: left;
	font-family: Impact;
	font-size: 15px;
}

#head {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	float:right;
	width: 30%;
	color: black;
	margin-bottom: 10px;
	font-family: sans-serif;
	text-decoration: underline;
}

body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;

}

p {
	font-size: 110%;
	padding: 0;
	letter-spacing: 0.1px;
}

h2 {
	padding-bottom: 10px;
	font-size: 500%;
	color: #a58701;
}

h3 {
	color: #a58701;
	font-size: 200%;
}

h4 {
	color: #a58701;
	font-size: 120%;
}

p a {
	text-decoration: none;
	font-weight: bold;
	color: #a58701;
}

p a:hover {
	text-decoration: underline;
}

nav ul{

	background-color: #ffd51c;
	color: white;
	padding: 0;
	text-align: center;
	font-weight: bold;
	margin: 0;
	border: 2px solid black;
	font-size: 150%;
}
nav ul li{
	
	padding: 20px;
	cursor: pointer;

}
nav ul li a{
	text-decoration: none;
	color: black;

}
nav ul li:hover{
	background-color: #a58701;
}
section{
	width: 55%;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 20px;
	margin: 0 auto;
	float: left;
}
aside{
	width: 30%;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 20px;
	margin: 0 auto;
	float: right;
}
.clear{
	clear: both;
}
footer{
	background-color: #ffd51c;
	width: 100%;
	padding: 30px 0px;
	color: black;
	text-align: center;
}

footer a {
	text-decoration: none;
	font-weight: bold;
	color:black;
}


footer a:hover {
	color: #a58701;
}

.handle{
	background-color: #005c48;
	color: white;
	margin: 0px;
	padding: 10px;
	cursor: pointer;
}

form {
	padding-top: 10px;
	border: 2px solid #ffd51c;
}

input[type=submit]{
	width: 110px;
	padding: 10px;
	border: 0;
	cursor: pointer;
	background-color: #ffd51c;
	border-radius: 2px;
}

button {
	cursor: pointer;
	background-color: #ffd51c;
	width: 200px;
	height: 50px;
}

input[type=submit]:hover {
	background-color: #a58701;
}

dl {
	font-size: 120%;
}

.tix li {
	font-size: 120%;
}

table {
	border-spacing: 20px;
}

#players {
	font-size: 170%;
}
#players td {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.schedule {
	border: 1px solid black;
	border-spacing: 5px;
	background-color: #ffff00;
}

.schedule tr td {
	border: 1px solid black;
}

.draw {
	background-color: white;
}

.win {
	background-color: #19ff47;
}


.loss {
	background-color: #ff2014;
}

#left {
	float: left;
}

#right {
	float: right;
}

.clear {
	float: none;
}

/* --- Slider --- */
* {box-sizing:border-box}

.slideshow {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* gallery */

.gallery{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-gap: 100px;
	grid-row-gap: 10px;
}

.room {
	width: 300px;
	float:left;
	padding: 0 10px 15px 0;
}

.roomtext {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#txtName, #email, #Phone, #select, #textarea {
	margin: 10px;
}

.image{
		width: 300px;
		padding: 10px;
		margin: 10px;
		border-radius: 5px;
		box-shadow: 0 0 3px #ccc;
	}

	#lightbox{
		max-width: 80%;
		max-height: 80%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		margin: auto;
	}

	#curtain{
		width: 100%;
		height: 100%;
		background-color: #000;
		left: 0;
		top: 0;
		position: fixed;
		opacity: 0.4;
	}
	#close{
		height:50px;
		width:50px;
		position:absolute;
		z-index:950;
		top:0px;
		right:0px;	
	}

