@font-face {
  font-family: Lato;
  src: url("font/LatoSemibold.ttf");
}

body {
	font-family: Lato;
}

.hero-section {
	background: url("images/banner.jpg") no-repeat;
	background-size: cover;
	height: 20vw;
}

.logo img {
	width: 8vw;
}

.grid-thumb {
	display: table;
	/* height: 15vw; */
	height: 230.6px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border: 1px solid #FFF;
	padding: 20px;
}

.overlay-wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* .overlay-wrap img {
	width: auto;
} */
.overlay-wrap img {
    max-width: 160px;
}
.overlay-text {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.divider {
	border-top: 1px solid #FFF;
	height: 1px;
	width: 25%;
	margin: 10px auto;
}

.grid-inner {
	/* width: 70%; */
	width: 90%;
	border: 1px soid #dcdcdc;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	top: -5vw;
	background: #FFF;
}

.link-list {
	font-size: 12px;
	text-align: center;
}

.footer-line-1 a {
	color: #BBB;
	text-transform: uppercase;
}

.footer-line-2 a {
	color: #999;
	padding: 0px 10px;
}

@media (min-width:1530px){
	.grid-thumb {
		height: 15vw;}
}

@media only screen and (max-width: 600px) {
  .col-lg-12 {
      margin-left: 0% !important;
  }
}

