


body {
	background-color: #EEECE1;
	margin-top: 20px;
}

.content {
	width: 1024px; 
	margin: 0 auto;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	}

h1 	{
	font-family: 'Montez', cursive;
	font-size: 88px;
	color: #134A13;
	}	

h2 	{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #134A13;
	}	
	
h3 	{
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	color: #134A13;
	}	

h4 	{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	color: #134A13;
	}	
  
.logo {
	margin-bottom: 5px; 
	margin-left: 7px;
}  

.logoImage {
	height: 100px; 
	width: 561px;
}

.lpImageDiv { 
    text-align: center;
}
 
.lpImage {
	/* width: 960px; 
	height: 640px; */
	/* width: 94%; */	
  	background: #FFFFFF;	
	padding: 15px;	
	border: 1px solid #CCCCCC;
	box-shadow: 0px 1px 10px -4px rgba(85, 85, 85, 0.9);
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
	
#overlay {  
	background:rgba(0,0,0,.75);
    text-align:center;
    padding: 25px 0 25px 0;
    opacity:0;
    -webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	bottom: 4px;
    left: 22px;
    width: 95.6%;
    position: absolute;
}	

#slideshow:hover #overlay {
    opacity:0.8;
}	
	
#lpImageText {
	color: #FFFFFF;
	font-size: 16px;
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
    font-family: 'Muli', sans-serif;
}	
	
.slideshow img:hover
{
	/* -webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1); */
	
	/* filter: sepia(100%);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%); */
	
	/* filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1); */
}	

.flyer { 
	margin-top: 15px;
	text-align: right;
	margin-right: 17px;
	}	
	
.info { 
	margin-top: 12px; 
	text-align: right; 
	margin-right: 17px;
	}	
	
.infoMail {	 
	margin-top: 30px; 
	margin-bottom: 30px; 
	float: right; 
	margin-right: 17px;
}
	
.style2 {
	text-align: center;
  }

.style3 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 20px;
  }

.style4 {
	font-size: 14px;
	/* text-shadow: 3px 3px 3px rgba(150, 150, 150, 0.53); */
	letter-spacing: 0px;
	font-weight: lighter;
  }

.style5 {
	font-size: 18px;
	line-height: 36px;
  }

.style6 {
	/* text-shadow: 2px 2px 2px rgba(170, 170, 170, 0.65); */
 	font-size: 14px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Muli', sans-serif;
	margin-top: 20px;
  }

.style7 {
	font-size: 13px;
	line-height: 22px;
  }
  
  
#slideshow {
    margin: 0px auto;
    position: relative;
    /* width: 240px; */
	width: 100%;
    height: 680px;
    /* padding: 5px; */
    /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}  
  
  

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 

	#slideshow {
    height: 240px;
	}
	
	#slideshow:hover #overlay {
    opacity:0;
	}

	.content {
		width: 96%; 
		margin: 0 auto;
	}

	.logoImage {
		width: 95%;
		height: inherit;
	}

	.lpImage {
		width: 90%;
		padding: 10px;
	}

	.flyer { 
		margin-top: 0px;
		margin-right: 16px;
	}	
	
	.info { 
		margin-right: 16px;
	}
	
	.infoMail {	 
		margin-right: 16px;
	}
	
	/* STYLES GO HERE */ 

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){ 

	#slideshow {
    height: 410px;
	}
	
	#slideshow:hover #overlay {
    opacity:0;
	}

	.style6 {
		font-size: 10px;
	}

	.lpImage {
		padding: 15px;
	}
	
	.flyer { 
		margin-top: 13px;
		margin-right: 25px;
	}	
	
	.info { 
		margin-right: 25px;
	}
	
	.infoMail {	 
		margin-right: 25px;
	}
	
	/* STYLES GO HERE */ 

}