.heroContainerInternal{
max-height: 85px;
padding: 10px 0px;
}
.heroContentInternal {
	text-align:center;
	padding: 0px 15px;
}
.heroContentInternal h1 {
	display:block;
	font-size: 1.5rem;
	margin:0px;
}
.atfContentArea {
	padding:2rem 0px;
  margin-bottom: 0px;
  background: #373737;
  width: 100%;
}
.atfLeftCol{
	text-align: center;
	width:100%;
}
.atfContentArea p{
    color: #eee;
    font-size: 17px;
    margin-bottom:.75rem;
}
.atfContentArea p:last-of-type{
    margin-bottom: 0px;
}
.galleriesListSection{
	background-color:#000;
}
.galleriesListSection h3{
	padding-bottom:1rem;
	border-bottom:2px dotted #ececec;
}
.galleryInner{
	background-color: #ececec21;
	border: 1px solid #ececec21;
	transition:all .3s;
}
.galleryInner h5{
    font-size:1.2rem;
    color:#ececec;
}
@media (min-width: 1200px){
	.heroContentInternal h1 {
		font-size:1.75rem;
	}
	a div.galleryInner h5{
		text-decoration: none;
	}
	.galleryInner:hover{
		background-color: #ececec3d;
		border: 1px solid #ececec70;
	}
	a div.galleryInner:hover a div.galleryInner h5{
		text-decoration:none;
	}
}