.body{
	font-family:Arial, Helvetica, sans-serif;
	background-color: white;
	
}
.emphasize{
	color:#119bd6;
	font-weight: bold;
}

.headings{
	font-weight:bold;
}
.headerBody{
	opacity:0.7; 
	height: 500px;
	background-repeat:no-repeat; 
	background-size:cover; 
	position:relative;
}
.clinicBlock {
	background-color:#119bd6;
	color: white;
	font-weight:bold;
	padding:12px;
	
}
.bottom-right {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.clinicBlock a {
	color: white;
}

.clinicBlock a:hover {
	color: #5bc7f5
}

.smallBlockIcon {
	background-color:#5bc7f5;
	color:white;
}

.card_background {
	background-color:#659DBD;
}

.section_block {
	padding:20px 0px;
}

.contact_container {
	background-color:#59adcf;
	color:white;
}

#quick_link a{
	color:black
}