body {
	margin: 0;
	text-align: center;
	font-family: 'Merriweather', serif;
}
h1 {
	margin-top: 0px;
	font-family: 'Sacramento', cursive;
	line-height: 2;
	font-size: 687.5%;
}
h2 {
	color: #b80d57;
	font-size: 300%;
}
hr {
	border: dotted 7px;
	color: #cf455c;
	width: 3%;
	border-bottom: none;
}
.top {
	background-color: #d6e4f0;
	height: 630px;
}
.mid {
	background-color: white;
}
.low {
	background-color: #cf455c;
	height: 80px;
	padding: 20px;
	color: white;
}
.topimg {
	position: absolute;
	right: 0px;
	top: 55px;
}
.bottomcloud {
	position: absolute;
	bottom: 200px;
	left: 130px;
}
.topcloud {
	position: absolute;
	top: -40px;
}
.headtext {
	position: relative;
	top: 80px;
	right: 130px;
	color: #b80d57;
}
.nexttext {
	position: relative;
	right: 10px;
	bottom: 50px;
	font-size: 30px;
	color: #b80d57;
}
.pimg {
	border-radius: 50%;
}
.skill-row {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	line-height: 2;
}
.profile {
	width: 50%;
	margin: 0 auto;
	line-height: 2;
}
.hob1 {
	float: left;
}
.hob2 {
	float: left;
	width: 20%;
	position: relative;
	right: 150px;
}
.skillr {
	position: relative;
	right: 140px;
}
.btn {
	background: #cf455c;
	border-radius: 12px;
	color: white;
	font-family: 'Merriweather', serif;
	font-size: 21px;
	font-weight: 100;
	padding: 18px;
	border: solid #337fed 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}
