/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('font/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('font/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('font/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

a.bordered {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 20px;
}
a.bordered:hover {
	cursor: pointer !important;
	background: #fff !important;
	color: #111 !important;
}
.left .logo {
	transform: translateY(-40%);
}
.middle .logo {
	transform: translateY(-20%);
}
.right .logo {
	transform: translateY(-10%);
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.split {
		height: 33.3% !important;
		width: 100% !important;
	}
	.split.middle {
		top: 33.3%;
		left: 0 !important;
	}
	.split.right {
		top: 66.6%;
		height: 33.4% !important;
		width: 100% !important;
	}
	.centered img {
		width: 200px !important;
	}
	.right .centered img {
		width: 150px !important;
	}
	a.bordered {
		font-size: 16px;
	}
}

/* Split the screen in half */
.split {
  height: 100%;
  width: 33.3%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
}
.overlay {
	display: block; position: absolute;
	width: 100%; height: 100%;
	z-index: 5;
	background: rgba(11,11,11,.5);
}
.overlay:before {
	display: block;
    position: absolute;
    content: '';
    z-index: 21;
    width: 100%;
    height: 25%;
    top: 0;
    background: rgb(11,11,11);
    background: linear-gradient(180deg, rgba(11,11,11,.95) 0%, rgba(11,11,11,0) 100%);
}
.overlay:after {
	display: block;
    position: absolute;
    content: '';
    z-index: 21;
    width: 100%;
    height: 25%;
    bottom: 0;
    background: rgb(11,11,11);
    background: linear-gradient(180deg, rgba(11,11,11,0) 0%, rgba(11,11,11,.95) 100%);
}

.left {
	left: 0;
	background: url('img/overtime-bg.jpg') no-repeat center center;
	background-size: cover;
}

.middle {
	left: 33.3%;
	background: url('img/eventsr-bg.jpg') no-repeat center center;
	background-size: cover;
}

.right {
	right: 0;
	background: url('img/hippo-bg.jpg') no-repeat center center;
	background-size: cover;
	width: 33.4% !important;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 25;
}

.split.right .centered img {
	width: 250px;
}
.centered img {
	width: 300px;
}