body {
	font-family: "Trebuchet MS";
	padding: 0;
	margin: 0;
}

header {
	padding: 20px;
	width: 600px;
	margin: auto;
}

header a {
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	text-decoration: none;
	color: black;
	text-align: center;
	padding-left:35px;
	padding-right:35px;
	font-weight: 300;
}

header a:hover {
	color: #ec5a73;
}

#welcome {
	background: url(backzig.png);
	background-repeat: no-repeat;
	height: 780px;
	width: 100%;
	z-index: 2;
	position: relative;
	margin-bottom: -160px;
}

#welcome h1 {
	margin-top: 150px;
	float: left;
	padding: 10px;
	font-size: 12em;
}

#heart {
	margin-top: 40px;
	background: url(halfheart.png);
	width: 275px;
	height: 489px;
	float: left;
}

#about {
	position: relative;
	z-index: 1;
	height: 1000px;
	width: 100%;
	background: url(portback.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #d6dfea;
}