/*
	Built in the VVVOID
	VVVOID, London, U.K
	http://vvvoid.co.uk
	hello@vvvoid.co.uk
*/

html, body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff2d4;
	text-align: center;
	line-height: 150%;
}

#page_wrapper {}

#header {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#wrapper {
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	display: block;
	margin-bottom: 100px;
}

h1 {
	font-size: 40px;
	color: #FF0000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px 10px;
	line-height: 100%;
}

h2 {
	font-size: 24px;
	color: #FF0000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px 10px;
}

.quote_wrapper {
	color: #FF0000;
	font-style: italic;
	margin: 20px 0;
	vertical-align: top;
	position: relative;
}

.quote_mark {
	width: 15%;
	display: block;
	vertical-align: top;
	line-height: 150%;
	padding-top: 10%;
	top: 0;
}

.quote_start {
	position: absolute;
	left: 0;
}

.quote_end {
	position: absolute;
	right: 0;
}

.quote-words {
	width: 45%;
	margin: 2%;
	display: inline-block;
	font-style: italic;
	font-size: 20px;
	top: 0;
	vertical-align: top;
}

.quote_name {
	font-weight: 700;
	text-transform: uppercase;
}

#callout_wrapper {
	width: 100%;
	position: relative;
	display: block;
	margin: 20px 0 40px;
}

.callout {
	height: 230px;
	width: 200px;
	background-size: 100%;
	display: inline-block;
	/*
	border-radius: 50%;
	background: #FF0000;
	*/
	text-transform: uppercase;
	background-image: 	url(../images/hexagon90.png);
	color: #FFFFFF;
	position: relative;
	transition: 0.3s;
	transform: scale(1.0,1.0);
	cursor: pointer;
}

.callout p {
	font-weight: 700;
	text-transform: uppercase;
}

.callout img {
	margin-bottom: 10px;
}

.callout_link {
	background-image: 	url(../images/hexagon90_black.png);
}

.callout a {
	color: #ffff00;
}

.callout:nth-child(4), .callout:nth-child(5), .callout:nth-child(5) {
	margin-top: -60px;
}

.callout_inner {
	font-weight: 700;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 90%;
	left: 50%;
	top: 50%;
	line-height: 120%;
	padding:15px;
}

.callout:hover {
	transform: scale(1.1,1.1);
	z-index: 10;
	/* box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3); */
}

#callout_h2 {
	margin-bottom: 0;
}

.read_more_callout {
	font-size: 12px;
	font-style: italic;
}

.read_more {
	color: #fff2d4;
	font-weight: 700;
	margin-top: 10px;
}

.main_link {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
	transition: 0.3s;
	font-weight: 700;
	margin: 5px 0;
}

.main_link:hover {
	color: #FF0000;
}

#merch_banner {
	margin: 20px 0;
	color: #FF0000;
}

#merch_banner a {
	margin-top: 10px;
	display: block;
}

#merch_banner img {
	border: solid 1px #FF0000;
}

.merch_quote {
	width: auto;
}

.partner {
	margin-bottom: 30px;
}

.partner img {
	max-width: 150px;
}

.partner a {
	color: #FF0000;
	transition: 0.3s;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}

.partner a:hover {
	color: #000000;
}

.partner_logo {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 20px auto;
	max-width: 200px;
	width: 200px;
	height: 100px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.partner_logo img {
	/*
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	width: 80%;
	*/
	max-height: 90%;  
    max-width: 90%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

#overlay {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display: block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}

#overlay h2 {
	margin: 0 0 10px;;
}

#overlay .read_more {
	display: none;
}

#overlay_close {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #FF0000;
	border-radius: 50%;
	font-size: 80px;
	padding-top: 6px;
	margin: 20px;
	cursor: pointer;
	transition: 0.3s;
	transform: scale(1.0,1.0);
	z-index: 10;
}

#overlay_close:hover {
	transform: scale(1.1,1.1);
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
}

#overlay_inner {
	width: 50%;
	height: auto;
	max-width: 600px;
	background-color: #fff2d4;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top:50%;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
	max-height: 90%;
	overflow: scroll;
}

.overlay_visible {
	pointer-events: auto !important;
	opacity: 1 !important;
}

#overlay_content p {
	margin-bottom: 15px;
}

#overlay_content a {
	font-weight: 700;
	color: #ff0000;
	text-decoration: none;
	transition: 0.3s;
	text-transform: uppercase;
}

#overlay_content a:hover {
	color: #000000;
}

#footer {
	position: fixed;
	background-color: #000000;
	width: 100%;
	bottom: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
	display: block;
	cursor: pointer;
	transition: 0.3s;
}

#footer:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

/* ----------- Media Queries ----------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 414px) {
	#overlay_inner {
		width: 90%;
		height: auto;
		max-width: 600px;
		max-height: 90%;
		overflow: scroll;
	}
	
	#wrapper {
		width: 80%;
	}
	
	#header {
		width: 100%;
	}
	
	.quote_mark {
		display: none;
	}

	.callout:nth-child(4), .callout:nth-child(5),  .callout:nth-child(5) {
		margin-top: 0px;
	}

	.quote-words {
		width: 80%;
		display: inline-block;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}