/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;

}
img {
	max-width: 100%;
}p
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}
#logo h3 {
        color: black;
    text-shadow: 1px 1px 0px #e0ae34;
    font-family: 'Play';
}
.kta {
float: left;
position: fixed;
bottom: -10px;
}
#nav > ul > li {
    text-align: center;
    margin-left: 7PX;
    background-color: #e0ae33;
    border-radius: 10px;
    color: #fff;
}


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	    background-color: #fffee8;
	z-index:100;
}
#logo {
	text-align: center;
margin-top: 30px;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
	font-family: 'Play', cursive;
}
.navigation li{
	float: left;
padding: 0px 20px 0px 20px;
line-height: 70px;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #B47E69;
	font-weight:bold;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:60%;
	height:auto;
	position: relative;
	padding:140px 0;
	float:right;
}



/* Slide 1 */ 

#slide1{
}
#slide1 h1 {
	font-size: 3.8em;
	color:#a63510;
	font-weight: 100;
		font-family: 'Play', cursive;
}
#slide1 h2 {
	font-size: 2em;
	color: #a63510;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{

color: #2d2d2d;
}
#slide2 h1 {
	font-size: 3.8em;

	line-height: 0px;
	color:#a63510;
	font-weight: 100;
		font-family: 'Play', cursive;
}
#slide2 h2 {
	font-size: 2em;
	color: #a63510;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 3 */ 

#slide3{
}
#slide3 h1 {
	font-size: 3.8em;

	line-height: 0px;
	color:#a63510;
	font-weight: 100;
		font-family: 'Play', cursive;
}
#slide3 h2 {
	font-size: 2em;
	color: #a63510;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	color: #2d2d2d;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4,
#slide5 {

	color:#2d2d2d;
}
#slide4 h1,
#slide5 h1 {
	font-size: 3.8em;

	line-height: 0px;
	color:#a63510;
	font-weight: 100;
		font-family: 'Play', cursive;
}
#slide4 h2,
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}





/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 30%;
	text-align: center;
}

#nav {
	width:66%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:60%;
	position: relative;
	padding:150px 0;
	float:right;
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}





}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
	margin:0px;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	line-height:20px;
	background-color: #fff;
}

.slide {
background-attachment: fixed;
width: 100%;
height: auto;
position: relative;
padding: 30px 0;
float: left;
overflow: hidden;
clear: both;
}

.kta {
float: left;
position: relative;

}
#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 ,
#slide2 h5 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#nav > ul > li:nth-child(2), #nav > ul > li:nth-child(3), #nav > ul > li:nth-child(4), #nav > ul > li:nth-child(5) {

margin-left: 5PX;
}
.menu {
position: relative;
}




}




html { 
  background-color:#fffee8;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='bg.jpg',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='bg.jpg',
sizingMethod='scale')";
}




#slide4 {
padding-bottom: 10px;
}







@media screen and (max-width: 768px) {





.kta {
float: none;
position: relative;
text-align: center;
}

.slide {
width: 100%!important;
}
.menu {
position: relative;

}
}
