/*! Place your custom styles here */

section, footer {
	padding-top: 40px;
	padding-bottom: 80px;
}
.padding-btm-off{padding-bottom: 0px;}

.top-headline h1 {
	font-size: 46px;
	font-family: "Raleway";
	font-weight: 900;
	margin-bottom: 30px;
	color: #222 !important;
	line-height: 85px;
}
@media all and (max-width: 1920px) {
    section, footer {
	padding-top: 150px;
	padding-bottom: 100px;
}
@media all and (max-width: 767px) {
        section, footer {
	padding-top: 20px;
	padding-bottom: 20px;
}