@import url('https://fonts.googleapis.com/css?family=Assistant:200');

a {
	color: #3CB477;
}
a[data-gallery] {
	text-decoration: none;
}
a[data-gallery]:hover {
	text-decoration: none;
}
body {
	color:#333;
	font-family: 'Assistant', sans-serif;
	font-size: 25px;
}
h1 {
	border-bottom: 1px solid #3CB477;
	margin-bottom: 40px;
}
input[type=text] {
	color: #000 !important;
	font-size: 18px !important;
}
textarea {
	color: #000 !important;
	font-size: 18px !important;
}

.carousel .item .item-content {
	height: 400px;
	background-size: cover;
	background-position: center center;
}
.col-icon {
	text-align: center;
	font-size: 45px;
	border: 3px solid #888;
	margin: auto;
    width: 80px;
    border-radius: 50%;
    height: 80px;
	padding-top: 14px;
}
.footer {
	margin-top: 50px;
	border-top: 4px double #aaa;
	padding: 15px 0;
}
#gallery a img {
	height: 150px;
	margin: 2px;
}
.header .logo {
	padding: 15px 0;
	display: inline-block;
	font-size: 40px;
	line-height: 35px;
	font-weight: 700;
}
.header .menu {
	display: inline-block;
	float: right;
}
.header .menu ul {
	
}
.header .menu li {
	display: inline-block;
}
.header .menu li.active {
	background-color: #3CB477;
}
.header .menu li a {
	display: inline-block;
	padding: 50px 20px 5px 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}
.header .menu li a:hover {
	color: #3CB477;
}
.header .menu li.active a {
	color: #fff;
}
.header .menu li.active a:hover {
	color: #fff;
}
.header-divider {
	border-top: 4px double #aaa;
}
.highlighted {
	color: #3CB477;
}
