#faderBox h2 {
	color:#fff;
	font-size:65pt;
	line-height:90px;
	font-weight:700;
}
#faderBox h3 {
	color:#fff;
	font-size:65pt;
	line-height:90px;
	font-weight:400;
}

@media  only screen and (max-width: 1080px) {
	#faderBox h2 {
		color:#fff;
		font-size:30pt;
		line-height:45px;
		font-weight:700;
	}
	#faderBox h3 {
		font-size:30pt;
		line-height:45px;
		font-weight:400;
	}
}

.button {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13pt;
	background-color: #a1bd08;
	border: 1px solid #a1bd08;
	color: #fff !important;
	line-height: 50px;
	height: 50px;
	width: auto;
	cursor: pointer;
	margin-top: auto;
	padding:0 20px;
	transition:.2s;
}
.button:hover {
	background-color: #91aa09;
	border: 1px solid #91aa09;
}