.py-3 {
   padding-top:160px;
   margin-top:120px;
}

.py-5{
margin-top:10px;
background-color:#EEEEEE;
padding-top:10px;

}
.link{
  color:#fff;
}
.link:hover{
  color:#fff;
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  margin-bottom:30px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.font-light {
	font-weight:100 !important;
}
/***** #HEADINGS *****/
h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h3 {
	font-size: 20px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
}
h6 {
	font-size: 30px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
	padding-bottom:30px;
	line-height: 1.2em;
}