body {
	margin: 0;
	text-align: center;
	font-family: 'Roboto Mono', monospace;
}

h1 {
	margin: 0;
	font-family: 'Satisfy', cursive;
	font-size: 90px;
	margin-top: 50px auto 0 auto;
	color: #66bfbf;
}

h2 {
	font-family: 'Sacramento', cursive;
	color: #66bfbf;
	font-size: 2.5rem;
}

h3 {
	font-family: 'Sacramento', cursive;
	color: #11999e;
	margin: auto;
}

a {
	color: #11999e;
}

.pro {
	text-decoration: underline;
}

.top-container {
	background-color: #e4f9f5;
	position: relative;
	padding-top: 100px;
	line-height: 1.5;
}

.middle-container {
}

.skills {
}

.bottom-container {
	display: inline-block;
	margin: 20px;
}

.skill-row {
	width: 50%;
	margin: -25px auto 0 auto;
}

.bottom-cloud {
	position: absolute;
	left: 200px;
	bottom: 300px;
}

.top-cloud {
	position: absolute;
	right: 200px;
	top: 50px;
}

.headshot {
	border-radius: 100%;
}

.linkedin {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -5px;
}

.github {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -5px;
}

.cv {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: -5px;
}

.gmail {
	width: 20px;
	height: 20px;
	margin: auto 5px -5px auto;
}

.about-me {
	font-size: 2.5rem;
	color: #66bfbf;
	font-weight: normal;
}

.contact-me-h3 {
	margin-top: -30px;
}
