.img-box {
	margin-bottom: 20px; 
}

.img-box a {
	display: block;
	text-align: left; 
	padding: 40px;
	opacity: 0.9;
}

.img-box a:hover {
	border: none;
	opacity: 1;
}

a {
	color: #07d990;
}

a:hover {
	border-bottom: 2px dotted #ccc;
}

a.button {
	border: 2px solid #07d990;
	background-color: #fff;
}	

a.button:hover {
	background-color: #07d990;
	color: #fff;
}

h2 span {
	font-weight: normal;
	font-style: italic;
}

/* section#main_section */

#main_section {
	margin-top: 80px;
	font-size: 18px;
}


#main_section ul {
	margin-left: 0;
}

section.highlight {
	margin-bottom: 0;
}


/* footer */

footer .box {
	border-bottom: none;
}

footer div.right {
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	
	

	footer div.right {
		text-align: left;
	}
	
}