h3.DarkBackgroundTitle {
	color:#ffffff;
}
img.crop-top.ImgMobileResize {
	width:100%;
	margin: 20px auto 0;
}

@media (max-width:991px) {
	img.crop-top.ImgMobileResize {
		width:80%;
		margin: 20px auto 0;
	}
}

@media (max-width:767px) {
	img.crop-top.ImgMobileResize {
		width: 60%;
		margin: 20px auto;
	}
}
.CircleBorder {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    border: solid 2px #ffffff;
	display:inline-block;
	float: left;
	margin: 10px;
}

/* Added to display the footer correctly for tablets and desktops */
@media (min-width:768px) {
    #ConnectWithUs {
        display: block !important;
    }
}
