body {
  font-family: 'Noto 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: 100px;
}

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

p {
  text-align: center;
}


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


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



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

.grey {
	height: 3px;
	background-color: #86888A;
	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;
}

.yellow {
  border-top: 5px double #F5A623;
  width: 250px;
  border-bottom: none;
  border-right: none;
}

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

.clear {
  clear: both;
}

.full-width {
  width: 100%;
}

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

.icons {
  text-align: center;
}

.git {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.git-text {
  color: black;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
}

.icon {
  margin: 30px 0;
}

.contact-me {
  height: 500px;
  background-color: #807B7B;
  padding-top: 30px;
}

.contact-headline {
  color: white;
}

.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: 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;
}

.apps {
  color: #000000;
  text-align: center;
  font-size: 24px;
}

.text2 {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.icon-git {
  text-align: center;
  width: 72px;
  height: 72px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.icon-linked {
  text-align: center;
  width: 72px;
  height: 72px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.text3 {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
}




