body {
	margin-top: 55px; /* adjust this if the height of the menu bar changes */
	
}

.nav {
	margin-top: 2px; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
	text-align: center;
	border: 1px solid #fff;
}
.logo-nav{
	width: 70%;

}
@media (min-width: 768px) {
.logo-nav{
	width: 20%;

}
.green-text{
	color: #8a8c08;
	font-size: 22px;
	padding: 30px;
	text-align: justify;
}
}
.blue-text{
	margin-top: 20px;
	color: #357e8c;
	font-size: 18px;
	padding: 30px;
	
	text-align: justify;
}