
body {
	background-color: #eae8f2;
}
p {
	font-size: 15px;
}
.overall{
	position: relative;
	color: #1d2f43;
	margin: 20px 80px 52px 80px;
	z-index: -10; 
  }
.overall h1{
	font-size: 35px;
}
#nav {
	background-color:#181818;
	overflow:hidden;
	padding-left: 60px;
	box-shadow: -1px 7px 15px rgba(65,106,118,0.49);
	display: block;
}
#nav a{
	text-decoration: none;
	float:left;
	color:white;
	text-align: center;
	padding: 20px 20px;
	font-size: 20px;
}
#nav a:hover{
	background-color:#445873;
	border-bottom: 3px solid #8ffcdf;
}
.active{
	border-bottom: 3px solid #8ffcdf;
}
.sti {
  position: fixed;
  top: 0;
  width: 100%;
}
.sti + .overall {
  padding-top: 50px;
}
.start{
	padding-bottom: 30px;
	padding-top: 230px;
	padding-left:80px;
	padding-right:80px;
	background-image: url("pic.png"); 
	background-size: cover;
	background-color: grey;
}
.start h1{
	font-size: 80px;
	color: white;
}
.start h4{
	font-size: 22px;
	color:white
}
.intro h1{
	margin-top: 25px;
}
.additional h1{
	margin-top: 45px;
}
.additional h3{
	font-size: 17px;
}
.contact h1{
	margin-top: 60px;
}
#icons {
	margin-top: 30px;
	margin-bottom: 20px;
	border: 2px solid #354455;
	border-radius: 20px;
	background-color: white;
}
.contact a{
    color: #1d2f43;
	display: block;
	text-align: center;
}
/* icons hover effect */
#a a:hover{
	color: #0077B5;
}
#b a:hover{
	color: #3B5998;
}
#c a:hover{
	color: #d15640;
}
#d a:hover{
	color: #6e5494;
}

