* {
	margin:0px;
	padding:0px;
	
}

body {
	font-family: Arial;
	font-size: 1.25em;
}

h1 {
	color: #f80;
}

h2 {
	color: #c50;
}

.project {
	padding-bottom:5%;
	border-bottom-style:solid;
}

.body {
	margin-left:20%;
	margin-top:40px;
	width:60%;
}

.main {
	padding-top:40px;
}

.main img{
	padding-left:20%;
	padding-right:20%;
	width:60%;
}

.header {
	width: 100% !important;
	height: 400px;
	background-image: url("../img/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
}

 /* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	top: 0;
	left:0;
	overflow: hidden;
	height:44px;
	width: 100%;
	position: absolute; /* Fixed Sidebar (stay in place on scroll) */
}

/* Style the links inside the navigation bar */
.topnav a {
	float: right;
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	padding-top: 10px;
	text-decoration: none;
	font-size: 17px;
	background-color: #888;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #f80;
	color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
	background-color: #f80;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
} 

.start {
	margin-left:0px;
	width: 15%; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	left:0;
	top:0;
	background-color: #333; /* dark grey */
	padding-left:10px;
	list-style-type: none;
}

.start a {
	width: 100%;
}

.sidenav {
	margin-left:0px;
	width: 15%; /* Set the width of the sidebar */
	height:100%;
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	left:0;
	top:0;
	background-color: #eee; /* dark grey */
	padding-left:10px;
	list-style-type: none;
}

.sidenav img.logo {
	margin-top: 40px;
}

.sidenav a {
	color: #111;
	background-color:#fff;
	width: 100%;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	padding-left:7px;
}

.sidenav a:hover {
	background-color: #f80;
	color: black;
}