@charset "UTF-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#000;
}

html{
	font-family:'Roboto', sans-serif;
	font-weight:100;
}

h1{
	font-family:'Roboto', sans-serif;
	font-weight:100;
	font-size:48px;
	line-height:90%;
}

#logodivwrapper{
	text-align:center;
	width:360px;
	height:500px;
	margin-left:50%;
	left:-180px;
	position:fixed;
	top:50%;
	margin-top:-350px;
	
}

#logodiv{
	text-align:center;
}

#scrolldown{
	background:url(images/scrolldown.png);
	width:100px;
	height:50px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-50px;
}

.window{
	width:100%;
	height:100;
}

.wrapper{
	height:100%;
	width:100%;
}
	
#page1{
	background-color:#CCCCCC;
}

#page2{
	background:url(images/weddingsbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:cover;
}

#weddingswrapper{
	text-align:center;
	position:absolute;
	width:360px;
	height:360px;
	margin-left:-180px;
	left:50%;
	top:50%;
	margin-top:-180px;
	background:url(images/circle.svg);
}

#weddings{
	font-size:48px;
	margin-top:140px;
	text-shadow:#FFF 0px 0px 5px;
}




#page3{
	background:url(images/peoplebg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:cover;
}

#peoplewrapper{
	text-align:center;
	position:absolute;
	width:360px;
	height:360px;
	margin-left:-180px;
	left:50%;
	top:50%;
	margin-top:-180px;
	background:url(images/circle.svg);
}

#people{
	font-size:48px;
	margin-top:140px;
	text-shadow:#FFF 0px 0px 5px;
}

#page4{
	background:url(images/landscapesbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:cover;
}

#landscapeswrapper{
	text-align:center;
	position:absolute;
	width:360px;
	height:360px;
	margin-left:-180px;
	left:50%;
	top:50%;
	margin-top:-180px;
	background:url(images/circle.svg);
}

#landscapes{
	font-size:48px;
	margin-top:140px;
	text-shadow:#FFF 0px 0px 5px;
}

#page5{
	background:url(images/productsbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:cover;
}

#productswrapper{
	text-align:center;
	position:absolute;
	width:360px;
	height:360px;
	margin-left:-180px;
	left:50%;
	top:50%;
	margin-top:-180px;
	background:url(images/circle.svg);
}

#products{
	font-size:48px;
	margin-top:140px;
	text-shadow:#FFF 0px 0px 5px;
}

#page6{
	background:url(images/travelbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size:cover;
}

#travelwrapper{
	text-align:center;
	position:absolute;
	width:360px;
	height:360px;
	margin-left:-180px;
	left:50%;
	top:50%;
	margin-top:-180px;
	background:url(images/circle.svg);
}

#travel{
	font-size:48px;
	margin-top:140px;
	text-shadow:#FFF 0px 0px 5px;
}

#aboutwrapper{
	text-align:center;
	position:absolute;
	width:500px;
	height:360px;
	margin-left:-250px;
	left:50%;
	top:50%;
	margin-top:-275px;
}

#about{
	font-size:18px;
}

#page8{
	background-color:#CCC;
}

#contactwrapper{
	text-align:center;
	position:absolute;
	width:500px;
	height:500px;
	margin-left:-250px;
	left:50%;
	top:50%;
	margin-top:-250px;
}

#contact{
	font-size:18px;
}