body{
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
}
h1{
	color:black;
	font-size: 50px;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
}
h2{
	color: black;
	font-size: 18px;
	margin-top: 5px;
	letter-spacing: 1.5px;
}
.bio{
	color: black;
	font-size: 16px;
	margin-top: 40px;
}
#me{
	height: 175px;
	border-radius: 100%;
	border-style: solid;
	border-color: black;
	margin-top: 100px;
}
.about{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.grey{
	height: 3px;
	background-color: #818181;
	border: none;
	width: 70px;
}
.about-container{
	background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 102%;
    text-align: center;
}
h3{
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	margin-top: 100px;
}
.purple{
	border-top: 5px double #510951;
    width: 230px;
}
.box {
    float: left;
    width: 42.5%;
    margin-left: 5%;
    margin-top: 80px;
}
.clear{
    clear: both;
}
h4{
    text-align: center;
    font-size: 24px;
}
.full-width {
    width: 100%;
}
.skills-and-tools{
    max-width: 500px;
    margin: 40px auto;
}
.icons{
	margin: 30px 0;
	text-align: center;
}
.contact-me {
    height: 350px;
    background-color: #303030;
    padding-top: 30px;
    text-align: center;
}
.contact-headline {
    color: white;
}
.white{
	border-top: 5px double white;
    width: 230px;
    border-bottom: none;
    border-right: none;
}
.contact-info {
    color: white;
    font-size: 13px;
    margin-top: 30px;
}
.contact-link {
    color: white;
    font-weight: bold;
    font-size: 13px;
}
.nav-link {
    color: white;
    text-decoration: none;
}
li {
    display: inline-block;
    font-size: 15px;
    width: 150px;
    font-weight: bold;
    margin-top: 5px;
	padding-top: 5px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: 30px;

}
.hire-me {
    border-style: solid;
    border-color: white;
}
.topnav {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    width: 100%
}
.link {
    color: black;
    text-decoration: none;
}