/* Enter Your Custom CSS Here *//* Enter Your Custom CSS Here */

#logo {
	padding-top: 18px;
  	padding-bottom: 18px;	
  	max-width: 70%;
}

.navbar-default .navbar-nav > li > a {
 font-size: 16px; 
}

/*.btn {
	font-weight: bold;
	color: #fff;
	background-image: none;
	background-color: #4CAF50;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out 0;
	-moz-transition: all .2s ease-in-out 0;
	-o-transition: all .2s ease-in-out 0;
	-ms-transition: all .2s ease-in-out 0;
	transition: all .2s ease-in-out 0;
	display: inline-block;
}*/