@charset "UTF-8";
/* CSS Document */

h3 {
	font-family: 'CreteRoundRegular', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;	
	color: #CC0035;
	margin-bottom: 20px;
	text-align:center;
}

#simmonsHomeCarousel img {
	/* adds borders to top and bottom of home page slideshow */
	border-top: 15px solid #CC0035;
		border-bottom: 15px solid #CC0035;
		}

.carousel-control {
	top: 90%;	
}

.table.callsToAction td {
padding: 20px 10px;	
}

.callsToAction h3, .callsToAction h3 a {
	font-size: 30px;	
	margin-bottom: 10px;
	color: #CC0035;
}
.callsToAction h4, .callsToAction h4 a {
text-align: center;
font: 22px 'CreteRoundRegular', Helvetica, Arial; 
color: #334C9F;
}

.callsToAction td[width="50%"] h3, .callsToAction td[width="50%"] h3 a {
		font-size: 22px;
}
.callsToAction td[width="50%"] h4, .callsToAction td[width="50%"] h4 a {
		font-size: 16px;
}


  @media (max-width: 979px) {

td.social .well {
	display: none;	
}
  }