.custom-container {
  width: 1024px;
  margin:0 auto;
}

.custom-icons {
	margin-right: 8px!important;
	margin-left: 15px;	
}

.row-border {
	border-top: 2px solid #f0f0f0;	
	border-bottom: 2px solid #f0f0f0;
}

footer.page-footer {
	padding-top: 0;	
}

.roof-vac-logo {
	margin-right: 10px;	
}

.roof-vac-header {
    margin-top: 13px;	
}

.contact-footer-bottom {
	position: absolute;
	bottom: 0;
	width:100%;
}

.custom-header {
	font-size: 25px;	
}

@media (max-width: 800px) {
	.mobile-hidden {
		display: none;	
	}
	
	.custom-container {
		width: 100%;
		padding: 0 10px;
	}
	
	.contact-footer-bottom {
		position: inherit;
		width:100%;
	}
	
}