/* ADA Custom Style Sheet */

.adabtn {
	color:#ffffff !important;
	padding:7px;
	background-color: #337AB7;
}
.adabtn:hover {
	background-color: #ccc;
	color: #000000 !important;
}
.bot50 {
	margin-bottom: 50px !important;
}
.cardImg {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
  padding:2px;
  margin-bottom:15px;
  color:black;
  font-size:1.3em;
  border:1px solid #EBEBEB;
}
.cardImg:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.contactTitle {
	font-size:1.2em;
	font-weight:bold;
	text-transform: uppercase;
}
.contactBorder {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #ccc !important;
	border-radius: 5px !important;
	margin-top: 20px;
	margin-bottom:30px;
	padding:10px;
	box-shadow: 5px 5px #ccc;
}
.sectionTitle {
	font-size:1.2em;
	font-weight: bold;
	margin-top:20px !important;
	margin-bottom: 2px !important;
}
.soon {
	color: red !important;
	font-weight: 400;
	font-style: italic !important;
}
.top25 {
	margin-top:25px !important;
}
.top50 {
	margin-top:50px !important;
}


