html, body {height: 100%;}

body {
 margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #000;
	background-color:#ffffff;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}

a.current {color: red;}

h1 {
	font-size: 6em!important;
	line-height: 1em;
	font-weight: 700;
	color: maroon!important;
}

h2 {
	font-size: 2em!important;
	line-height: 1em;
	font-weight: 400;
	color: maroon!important;
}

.text-white {color: #fff}

.menu {
	position: fixed;
	top: 0px;
	width: 100%; 
	height: 53px; 
	background-color: maroon;
	z-index: 100;
}

nav {
	
}
.navigation {
	list-style: none;
	text-align: center;
	margin: 0;
}
.navigation li{
	display: inline-block;
	padding: 0 25px 0 0;
}

.slide{
	width:100%;
	position: relative;
	padding: 15% 0;
	text-align: center;
}


#slide1 {
 height: 100%;
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide3 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide5 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide7 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide9 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide11 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#slide13 {
	background-image:url('../images/wallpaper 2.jpg');
	background-color:#fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#slide2, #slide4, #slide6, #slide8,#slide10,#slide12,#slide14  {
	background-color:#ffffff;
	box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
	z-index: 10;
}


