.page-template-page_links .hc-takeover-body,
.page-template-page_links .site-header {
	display: none;
}

.page-template-page_links .site-container {
	margin-top: 0;
}

.hc-links {
	padding: 50px 0;
	min-height: 90vh;
}

.hc-links h1.entry-title {
	margin: 0 auto 40px -1.5px;
	font-size: 3.6rem;
	text-align: center !important;
	text-shadow: 2px 2px rgba(255,255,255,.5)
}

.hc-links .row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.hc-links .row:last-child {
	margin-bottom: 0;
}

.hc-links .col {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 33%;
	z-index: 2;
	margin: 0 10px;
}

.hc-links .row .col:first-child {
	margin-left: 0;
}

.hc-links .row .col:last-child {
	margin-right: 0;
}

.hc-links a {
	text-decoration: none;
	border: 0;
	outline: none;
}

.hc-links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	z-index: 3;
}

.hc-links a:hover::before {
	background-color: rgba(0,0,0,.5);
}

.hc-links a h3 {
	color: #FFF;
	font-family: "Bambino-Regular", sans-serif !important;
    letter-spacing: 2px;
    margin-left: -2px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 4;
    text-shadow: 2px 2px rgba(0,0,0,.5);
}

@media all and (max-width: 960px) {

	.hc-links h1.entry-title {
		font-size: 2.4rem;
	}

	.hc-links .col {
		max-width: none;
		min-width: 100%;
		width: 100%;
		margin: 0 auto 20px;
	}

	.hc-links .row .col:last-child {
		margin-bottom: 0;
	}

	.hc-links .row:last-child .col:last-child {
		margin-bottom: 0;
	}

	.hc-links .col.no-mobile {
		display: none;
	}
}