/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300);*/

@font-face {
	font-family: "Neou-Thin";
	src: url('../fonts/neou/Neou-Thin.eot');
	src: url('../fonts/neou/Neou-Thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/neou/Neou-Thin.woff') format('woff'),
		 url('../fonts/neou/Neou-Thin.ttf') format('truetype'),
		 url('../fonts/neou/Neou-Thin.otf') format('otf');
}

* {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	color: #ffd300;
	background-color: white;
	background-image: url(../images/background-4.png);
	background-repeat: repeat-y;
}

h1 {
	font-family: 'Neou-Thin';
	font-size: 2em;
	font-size: 2.4vw;
	font-weight: normal;
	text-align: center;
	margin-bottom: 3vw;
}

img {
	max-width: 100%;
	height: auto;
	border : none;
	display: block;
}

@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}

/**************************************/

#content {
	position: relative;
	z-index: 500;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: transparent;
}

#color-bg {
	position: fixed;
	width: 78%;
	margin-left: 22%;
	height: 100%;
	background-image: url(../images/background-2.png);
	z-index: 1;
}

#flower {
	float: left;
	width: 30%;
	max-width: 400px;
	margin-left: 10%;
}

#scene {
	position: absolute;
	width: 48%;
	left: 34%;
	max-width: 600px;
	margin-top: 8em;
	margin-top: 12vw;
	margin-left: 5%;
	padding: 4vw 1vw;
	-webkit-filter: drop-shadow(4px 4px 20px black) sepia(0.5) grayscale(0.3);
	filter: drop-shadow(4px 4px 20px black) sepia(0.5) grayscale(0.3);
	/*background-color: #60513f;*/
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.7);
	border-radius: 15px;
	overflow: hidden;
}

a {
	color: #ffd300;
}

#scene p {
	padding: 1vw 2vw;
}

/**************************************/

