body {

	  font-family: 'Work Sans', sans-serif;
	  margin: 0;
}

h1 {
	color: white;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 0;
}

h2 {
	color: white;
	font-size: 18px;
	margin-top: 0;
}

h3 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin-top: 15px;
}

h4 {
	text-align: center;
	font-size: 24px;
}

.bio {
	color: white;
	font-size: 18px;
}

.me {
	height: 150px;
	border-radius: 100%;
	border-style: solid;
	border-color: white;
	margin-top: 40px;
}

.about {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.grey {
	height: 3px;
	background-color: #7A8690;
	border: none;
	width: 50px;
}

.about-container {
	background: url('bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 650px;
}

.yellow {
	height: 10px;
	width: 250px;
	border-bottom: none;
	border-right: none;
	border-top: 5px;
	box-shadow: 0 10px 10px -10px #F5A623 inset;
}

.box {
	float: left;
	
	width: 42.5%;
	margin-left: 5%;
	margin-top: 40px;
}

.clear {
	clear: both;
}

p {
	text-align: center;
}

.full-width {
	width: 100%;
}

.skills-and-tools {
	max-width: 400px;
	margin: 40px auto;
}

.icons {
	text-align: center;
}

.icon {
	margin: 30px 0;
}

.contact-me {
	height: 350px;
	background-color: #202020;
	padding-top: 15px;
}

.contact-headline {
	color: white;
}

.contact-info {
	color: white;
	font-size: 18px;
}

.contact-link {
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.nav-link {
	color: white;
	text-decoration: none;
}

li {
	display: inline-block;
	font-size: 12px;
	width: 100px;
	font-weight: bold;
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-left: 30px;
}

.hire-me {
	border-style: solid;
	border-color: white;
}

.social {
	color: white;
	text-align: center;
	font-size: 24px;
}

.social-headline {
	color: white;
	font-size: 30px;
}

.git-link {
	color: #577284;
	font-weight: bold;
	font-size: 15px;
}

.url-link {
	color: #577284;
	font-weight: bold;
	font-size: 15px;
}