.txt-uppercase {
	text-transform: uppercase;
}

.txt-green {
	color: #a5ca71;
}

.txt-dark-green {
    color: #a6b364;
}

.txt-white {
	color: #fff;
}

.txt-grey {
    color: #4a4a4a;
}

.button-green {
	background: #a5ca71;
    display: inline;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
}

.button-green:hover {
    background: #a6b364;
}

.button-green a:hover {
    color: #fff;
}