/* Global */

body {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
	background-color:#000000;
}
img {
	max-width: 100%;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#000000;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 30px 0 30px 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
   color:#ffffff;
   font-size: 1.1em;
}
.navigation li:hover{
	cursor:pointer;
	color: #ffffff;
}

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




/* General Slides */ 

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

.info-box {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:rgba(0,0,0,0.7);
	color: #FFF;
	padding: 1px 15px 15px 15px;
}

.info-box h1, .info-box h2 {
	color:#FFF !important; }

.big-text {
	font-size: 2em; }

.small-text {
	font-size: 1em;
	font-style: italic; }


/* Slide 1 */ 

#slide1{
	background:#000000;
	min-height: 700px;
}
#slide1 h1 {
	font-size: 3.8em;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

#intro h1 {
	margin-left:-80px; }

#intro h2 {
	margin-left:-65px; }

#intro span {
	background-color:#000000;
	padding: 0 5px; }




/* Slide 2 */ 

#slide2{
   background-color:#FFF;
	color:#000;
	min-height: 700px;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#000;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 2em;
	color: #000;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2 img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%); }


/* Slide 3 */ 

#slide3{
	background:#000000;
	color:#ffffff;
	min-height: 700px;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-color:#FFF;
	color:#000;
	min-height: 700px;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#000;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 2em;
	color: #000;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

#slide5{
	background:#000000;
	min-height: 700px;
	color:#ffffff;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}


#copyright {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:10px;}


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

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

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

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

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

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

.mobile-full {
	clear:both; 
	width:100%; }

#decorative {
	display:none;
}

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

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

#intro h1 {
	margin-left:0; }

#intro h2 {
	margin-left:0; }

#intro span {
	background-color:rgba(0,0,0,0);

#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;
}

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

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

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

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


#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;
}


}




