@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');

* {
	margin: 0;
	padding: 0;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Ubuntu";
	}

#hero {
	width: 100%;
//	height: 600px;
	background: #eee url(sakura.png);
	font-family: "Ubuntu";
	text-align: center;
	color: #825386;
	}

.holder {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	}

#hero .holder {
	padding: 200px 0;
	}

#hero span {
	font-size: 12px;
	color: #ab81af;
	}

#hero h1 {
	font-size: 70px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 60px;
	}

#hero p {
	font-family: "Playfair Display";
	font-size: 17px;
	font-style: italic;
	}

#content {
	width: 100%;
	background: url(topography.png);
	padding-top: 160px;
	}

.left {
	width: 400px;
	font-family: "Playfair Display";
	font-size: 17px;
	font-style: italic;
	line-height: 180%;
	letter-spacing: 0.6px;
	margin-left: 100px;
	}

.left:before {
	width: 60px;
	height: 4px;
	background: #825386;
	content: " ";
	display: inline-block;
	margin-bottom: 60px;
	}

.right {
	width: 400px;
	float: right;
	}

.right p.uitnodiging {
	font-weight: 700;
	font-size: 200px;
	color: #fff;
	word-break: break-all;
	line-height: 80%;
	text-shadow: 0px 40px 40px rgba(0, 0, 0, 0.06);
	}