.page {
	background-image: url(../images/grid-square.png);
	background-repeat: repeat;
	background-size: 10% auto;
	background-color: #f9fafa;
}
.normalpara {
	text-align: justify;
}
.headlinediv > div#blue-square {
	color: white;
}
.headlinediv > div > h2 {
	font-family: gothamMedium;
}
.headlinediv > .text > .sectionheader {
	color: white !important;
}
#company-logo-carousel {
	background-color: white;
}
#company-logo-carousel img {
	display: none;
}
.slickimage img {
	width: 100%;
}
.services-icons {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.services-icons > img {
	width: 25px;
	margin-right: 5px;
}
@media (min-width: 1025px) {
	.headlinediv {
		margin: 0;
	}
	.headlinediv > div#blue-square h2 {
		padding: 0;
		margin: 0;
	}
	#happeningnow-items.lastitem {
		background-color: #f9fafa;
		background-image: url(../images/grid-square.png);
		background-repeat: repeat;
		background-size: 10% auto;
	}
	@media (min-width: 1500px) {
		.headlinediv > .text {
			top: 15% !important;
		}
	}
}
