@charset "UTF-8";
/* CSS Document */

.container {
	margin-top: 50px;
}
 
#nav {
	margin: 13px 0 0 0;
}
 
#nav ul li {
	display: inline;
	margin: 0 20px 0 0;
	margin-bottom: 130px;
}
 
#nav a {
	text-decoration: none;
}
 
#nav a:hover {
	text-decoration: underline;
}
#headerImage img {
	margin-bottom: 50px;
	max-width: 100%;
	height: auto;
}
#welcome {
	margin-bottom: 20px;
}
.feature img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}