/*
 * Custom styles and overrides for template styles.
 * 
 *
 * 
 * 
 * 
 * 
 */





.intro-table-second {
	background-image: url('../img/table-2.jpg');
}


.btn.btn-green {
	background: #07c35f;
}

.btn.btn-green:hover {
	background: #08e470;
}

.btn.btn-green-fill {
	color: #07c35f;
	border-color: #07c35f;
	background: transparent;
}

.btn.btn-green-fill:hover {
	color: white;
	background: #07c35f;
}



