/* CSS Document */

.navbar-brand img {
	height: 100px;
	width:auto;
}

.col {
	background-color: #dff5ef;
	border: 2px solid #487468; 
	border-radius: 20px;
	padding-bottom: 10px;
	
}

.col h2 {
	font-weight: bold;
}

ul {
	text-transform: uppercase;
	
}

ul a {
	font-weight: bold;
}


h5 { color: #dff5ef;}

.btn.btn {
	background-color: #487468;
	color: white;
}