
/*

font-family: 'Lato', sans-serif;
font-weight: 300/400/900

RED: #e30613
BLACK: #000
	
*/


body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	background: #fff;
}

br.clear {
	clear: both;
}

a {
	text-decoration: none;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1360px;
}

/* main */

.main {
	float: left;
	width: 100%;
	background: url('bg.jpg') top center no-repeat;
	background-size: cover !important;
	padding: 75px 0;
}

/* logo */

.logo {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 75px;
}

.logo img {
	display: inline-block;
	height: 120px;
}

/* text */

h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 25px;
	letter-spacing: 3px;
}

p {	
	color: #ddd;
	text-align: center;
	line-height: 1.7em;
	font-weight: 300;
	letter-spacing: 1px;
}

/* can you escape */

.canyouescape {
	float: left;
	width: 100%;
	text-align: center;
	margin: 110px 0;
}

.canyouescape img {
	display: inline-block;
	height: 250px;
}

/* cubes */

div.cube {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 40px;
}

div.cube img {
	float: left;
	width: 70%;
	max-width: 250px;
	margin-right: 30%;
	margin-bottom: 15px;
}

div.cube span {
	float: right;
	width: 80%;
	line-height: 1.7em;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
}

div.cube span b {
	font-weight: 300;
	color: #e30613;
}

div.cube span a.button {
	display: inline-block;
	color: #000;
	background: #fff;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 3px;
	padding: 2px 20px;
	margin-top: 20px;
}

div.cube span a.button:hover {
	color: #fff;
	background: #e30613;
}

/* reviews */

div.review {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	margin: 75px 0;
	padding: 0 50px;
	text-align: center;
}

div.review img {
	height: 22px;
	margin-bottom: 15px;
}

div.review p {
	color: #333;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7em;
}


/* 1440px */

@media screen and (max-width: 90em) { 
	
	.wrapper {
		width: 94%;
	}	
	
}

/* 1200px */

@media screen and (max-width: 75em) { 

	div.cube {
		padding: 0 20px;
	}
	
	div.cube span {
		width: 78%;
		font-size: 18px;	
	}
	
}

/* 1040px */

@media screen and (max-width: 65em) { 

	div.cube span {
		font-size: 16px;	
	}

}

/* 960px */

@media screen and (max-width: 60em) { 

	div.cube span {
		font-size: 14px;	
	}
	
}

/* 880px */

@media screen and (max-width: 55em) { 
	
	div.cube {
		width: 40%;
		margin: 20px 30%;
	}
	
	div.review {
		width: 80%;
		margin: 25px 10%;
	}
	
	div.review.first {
		margin-top: 75px;
	}

	div.review.last {
		margin-bottom: 75px;
	}	
	
}

/* 720px */

@media screen and (max-width: 45em) { 
	
	div.cube {
		width: 50%;
		margin: 20px 25%;
	}
	
}

/* 480px */

@media screen and (max-width: 30em) { 

	.canyouescape {
		margin: 75px 0;	
	}
	
	div.cube {
		width: 100%;
		margin: 20px 0;
	}
	
	div.review {
		width: 100%;
		margin: 20px 0;
	}

}