@import url(http://fonts.googleapis.com/css?family=Nunito);
@font-face { font-family: Raleway; src: url('fonts/Raleway-Light.ttf'); }

html {
	height: 100%;
	overflow: hidden;
}

body {
	margin:0;
	padding:0;
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: Nunito !important;
}

h1 {
	font-size: 250%
}

p {
	font-size: 140%;
	line-height: 150%;
	color: #333;
}

.slide {
	position: relative;
	padding: 25vh 10%;
	min-height: 100vh;
	width: 100vw;
	box-sizing: border-box;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}

img {
	position: absolute;
	top: 50%;
	width: 320px;
	height: 240px;
	transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
	padding: 10px;
	border-radius: 5px;
	background: rgba(240,230,220, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

img:last-of-type {
	transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

#slide2 img {
	left: 35%;
}

#slide1 img {
	left: 70%;
	width: 200px;
}

#slide1 img.wideImg {
	width: 300px;
}

.slide:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}

.slide:nth-child(2n):before {
	content: "";
}

.title {
	width: 50%;
	padding: 5%;
	border-radius: 5px;
	background: rgba(240,230,220, .7);
	box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
	margin-left: 0;
	margin-right: auto;
}

.slide:nth-child(2n+1) .title {
	margin-left: auto;
	margin-right: 0;
}

.slide, .slide:before {
	background: 50% 50% / cover;
}

.header {
	text-align: center;
	font-size: 175%;
	color: #fff;
	text-shadow: 0 2px 2px #000;
}

#title {
	/*background-image: url("http://lorempixel.com/640/480/abstract/6/");*/
	background-image: url("../images/road.jpg");
	background-attachment: fixed;
}

#slide1:before {
	background-image: url("../images/florida.jpg");
	z-index:-1;
}

#slide2 {
	background-image: url("../images/colorado.jpg");
	background-attachment: fixed;
}

#slide3:before {
	background-image: url("../images/italy.jpg");
	z-index:-1;
}

/*#slide4 {*/
/*background-image: url("../images/home.jpg");*/
/*background-attachment: fixed;*/
/*}*/

#footer {
	background: #222;
}

.additionalLinks {
	font-size: .65em;
}

.additionalLinks a {
	color: white;
}
