@charset "utf-8";
@import url("../fonts/stylesheet.css");

/* CSS Document */
body {
    padding: 0;
    margin: 0;
    background-image: url(../images/background2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    background-size: cover;
}
img {
	max-width: 100%;
	max-height: 100%;
}
ul {
	margin:0;
	padding: 0;
	line-height:1;
}
.whitetxt{
	color:#fff;
}
.blacktxt{
	color:#000;
}
.turquoisetxt{
	color:#027571;
}
.maroontxt{
	color:#721016;
}
.orangetxt{
	color: #F68B1F;
}
.turquoise {
	background-color:#027571;
}
.maroon {
	background-color:#721016;
}
.clear{
	clear: both;
}
.fltlft{
	float: left;
}
.relative{
	position: relative;
}
.absolute {
	position:absolute;
}
h1{
    font-size: 30px;
    color: #fff;
    font-family: "leaguespartan bold";
    text-align: left;
    letter-spacing: 15px;
    text-transform: uppercase;
}

h2{
    font-size:27px;
    color:#fff;
    font-family: "leaguespartan bold";
}
h3{
    font-size: 20px;
    color: #fff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 20px;
    text-transform: uppercase;
}
p{
    color: #FCFCFC;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{
	color:#F68B1F;
	text-decoration: none;
	
}


header{
	width:100%;
	margin: 0;
	padding: 10px 0 0 0;
}
#logo{
	width: 100%;
	padding: 0;
	margin:0;
	visibility: visible
}
#logo_small{
	visibility: hidden;
	width:0;
	height:0;
}
#menubutton {
	visibility: hidden;
	height:0;
	width:0;
}
.popup .popupmenu{
	visibility: hidden;
	width: 0;
	height:0;
}


.content {
	width:90%;
	margin: 0 5% 0 5%;
	padding: 15px 0;
	
}
.two-column-left{
	width: 48.75%;
	margin-right: 1.25%;
}
.two-column-right{
	width: 48.75%;
	margin-left: 1.25%;
	padding-bottom:25px;
}

.slickcontainer{
	width:80%;
	margin: 0 7.5%;
	padding:0 2.5%
}
.bacgroundtexture{
	visibility:visible;
	position:absolute;
	width: 90%;
	top:15em;
	z-index: -500;
}
.bacgroundtexture2{
	visibility:visible;
	position:absolute;
	width: 100%;
	top:150px;
	z-index: -500;
}
.lodgebackground{
	visibility:visible;
	width:70%;
	padding-left:20%;
	z-index: -500;
}
.lodge{
	width:90%;
	padding:35px 0 10px 0;
}
.rules{
	width:90%;
	padding:130px 0 10px 5%;
}

.menuoptions{
	visibility:visible;
	width: 90%;
	padding:0 5%;
}
.menuoptions li {
    width: 14%;
    list-style: none;
   padding:0 1%;
    float:left;
	position:relative;
		}
.menuoptionsSmall{
	visibility:hidden;
	width: 90%;
	padding:0 5%;
}
.menuoptionsSmall li {
    width: 14%;
    list-style: none;
   padding:0 0.5%;
    float:left;
		}
.menuoptions li h2{
    position: absolute;
    top: 150px;
	left:15%;
	width: 70%;
	text-align: center;
	font-size: 24px;
}
.rotatelft{
	transform: rotate(-5deg)
}
.rotatert{
	transform: rotate(5deg)
}
footer{
	width:90%;
	margin-top:100px;
	padding: 2px 5%;
	position:fixed;
	bottom:0;
	background-color: black;
}
footer p {
	text-align: center;
}






@media (max-width: 1024px){
	.fltlft {
		float:none;
	}
	h1, h2, h3{
		text-align: center;
	}
.content {
	width:95%;
	margin: 0 2.5% 0 2.5%;
	padding: 15px 0;
	
}
.two-column-left{
	width: 100%;
	margin: 0%;
}
.two-column-right{
	width: 100%;
	margin: 0;
	padding-bottom:25px;
}
.lodgebackground{
	width:0;
	height:0;
	visibility: hidden;
}
.lodge{
	width:90%;
	padding:0 5%;
}
.rules{
	width:90%;
	padding:0 5%;
}

.menuoptions{
	width: 95%;
	padding:0 2.5%;
}
.menuoptions li {
    width: 14%;
    list-style: none;
   padding:0 1%;
    float:left;
	position:relative;
		}
.menuoptions li h2{
    position: absolute;
    top: 95px;
	left:15%;
	width: 70%;
	text-align: center;
	font-size: 18px;
}
}
@media (max-width: 800px){

	
.menuoptions li h2{
    position: absolute;
    top: 80px;
	left:15%;
	width: 70%;
	text-align: center;
	font-size: 18px;
}
	.bacgroundtexture{
	position:absolute;
	width: 90%;
	top:190px;
	z-index: -500;
}
.bacgroundtexture2{
	position:absolute;
	width: 100%;
	top:100px;
	z-index: -500;
}
	}

@media (max-width:600px){
	
	body {
	background-color:#FEA886;
    font-size: 20px;
	color:#721016;
    line-height: 1.4;
    }
	#logo {
		visibility: collapse;
	}
	#logo_small{
		visibility: visible;
		width:90%;
		height:auto;
		margin:0 5%;
	}
	#menubutton{
		visibility: visible;
		width:95%;
		padding:15px 2.5%;
		font-size: 16px;
		}
	#menubutton li{
		width: 15%;
		list-style: none;
		float:left;
		font-size: 18px;
		}
	#menubutton li a:hover{
	color:#721016;	
	}
	p, .whitetxt, .orangetxt, .blacktxt{
    font-size: 20px;
    line-height: 1.4;
	color:#721016;
}


	
	H1{
		font-size: 24px;
		color:#721016;
	}
	h2, h3 {
	color:#721016;	
	}
	.menuoptions {
		visibility: hidden;
	}		
.menuoptions li{
	width: 0;
	height:0;
	visibilty:hidden;
		}
	
.bacgroundtexture{
	width: 0;
	height:0;
	top:0;
}
}		



