@font-face {
	font-family: 'Gothic';
	src: url('../fonts/AlternateGothicNo2BT-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/frutiger-neue-condensed-medium.otf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 400;
  	font-style: normal;
}

@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/frutiger-neue-lt-condensed-thin.otf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 200;
}

@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/frutiger-next-ultralight-condensed.otf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 100;
}

body {
	background-image: url('../images/honeycomb-bg-large.jpg');
	background-color: #a3bac8;
	background-repeat: no-repeat;
	background-size: 100%;
}

header {
	margin: 30px 0px 0px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	height: 100px;
}

footer {
	padding: 20px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	position: fixed;
	bottom: 0px;
	font-size: 17px;
	font-family: Gothic, sans-serif;
	width: 100%;
	z-index: 1;
	font-weight: 300;
	color: #FFFFFF;
}

footer p {
	margin-left: 10px;
}

.logo {
	padding: 1px 0px 0px 15px;
	box-sizing: border-box;
}

.logo img {
	width: 100%;
	max-width: 255px;
}

nav ul li {
	float: left;
	padding: 2px 10px 10px 0px;
}

nav ul li a {
	display: block;
	font-family: Gothic, sans-serif;
	font-size: 35px;
	text-decoration: none;
	transition: color 0.2s;
	padding-bottom: 33px;
}

nav ul li a:hover {
	color: #91cbed;
}

.menu-container p {
	color: #888888;
	font-family: Frutiger, sans-serif;
	font-weight: 300;
	font-size: 14px;
	clear: both;
	text-align: center;
}

.submenu {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.2s;
	z-index: 2;
}

.submenu:hover, nav ul li:hover > .submenu {
	display: block;
	opacity: 1;
}

.submenu li {
	float: none;
	border-bottom: solid 1px #2db2e3;
	padding: 0px;
}

.submenu li a {
	font-size: 16px;
	font-family: Frutiger, sans-serif;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 300;
}

.submenu li a:hover {
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0.2);
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: auto;
}

h1 {
	font-family: Gothic, sans-serif;
	font-size: 70px;
	color: #70706f;
	display: block;
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}

.text-green { color: #a6cd49; }
.text-blue { color: #2db2e3; }
.text-orange { color: #f6993b; }
.text-red { color: #952f55; }
.text-white { color: #FFFFFF; }
.text-pink { color: #e01da2; }
.text-black { color: #231f20; }

.text-home-small { font-size: 40px; }
.text-home-med { font-size: 50px; }
.text-home-large { font-size: 80px; }

.hex-orange:before {
	content: "";
	background: url('../images/hex-orange.png') no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 10px 10px 0px 0px;
	background-size: 100%;
}
.hex-green:before {
	content: "";
	background: url('../images/hex-green.png') no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 10px 10px 0px 0px;
	background-size: 100%;
}
.hex-blue:before {
	content: "";
	background: url('../images/hex-blue.png') no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 10px 10px 0px 0px;
	background-size: 100%;
}

.hex-white:before {
	content: "";
	background: url('../images/hex-white.png') no-repeat;
	display: block;
	width: 16px;
	height: 20px;
	float: left;
	margin: 10px 10px 0px 0px;
	background-size: 100%;
}

#menu-icon, #close-icon {
	display: none;
	cursor: pointer;
	margin: auto;
	width: 30px;
	text-align: center;
}

#menu-icon img {
	width: 25px;
}

#close-icon img {
	width: 25px;
	margin: 20px 20px 0px 0px;
}

.float-left {
	float: left;
}

.float-right: {
	float: right;
}

.column-half {
	width: 50%;
}

.column-third {
	width: 33.33%;
}

.column-twothird {
	width: 66.66%;
}

.column-quarter {
	width: 25%;
}

.clear {
	clear: both;
}

.accordion-holder {
	width: 400px;
	margin-top: 50px;
	float: left;
}

#accordion {
	box-sizing: border-box;
	padding: 30px;
}

#accordion ul li p {
	display: none;
	font-family: Frutiger, Helvetica, sans-serif;
	font-weight: 300;
	padding: 10px 0px;
	line-height: 26px;
}

.divider {
	width: 34%;
	display: block;
	float: left;
}

.divider a {
	text-decoration: none;
	color: #333333;
}

.divider a:hover {
	text-decoration: underline;
}

#accordion ul li {
	list-style-type: none;
	border-bottom: solid 1px #2db2e3;
	padding: 10px 0px;
}

#accordion ul li h2 {
	color: #97989b;
	font-size: 30px;
	font-family: Gothic, sans-serif;
	cursor: pointer;
}

#accordion img {
	width: 100%;
}

.promo-holder {
	border: solid 3px #FFFFFF;
	padding: 15px;
	float: right;
	width: 500px;
	margin-top: 720px;
	background: #a3bac8;
	margin-bottom: 130px;
}

.promo {
	font-family: Gothic, sans-serif;
	font-size: 50px;
	color: #70706f;
}

.image-bottom-row {
	clear: both;
	margin-bottom: 130px;
}

.image-bottom-row div img {
	width: 100%;
}

b {
	font-weight: normal;
}

/* SMALL DESKTOP / TABLETS */
@media only screen and (max-width: 1190px) { 

	.container {
		width: 100%;
		max-width: 970px;
	}

	h1 { font-size: 60px; }
	.text-home-small { font-size: 35px; }
	.text-home-med { font-size: 45px; }
	.text-home-large { font-size: 70px; }
	

	.logo {
		padding: 4px 0px 0px 15px;
		box-sizing: border-box;
	}

	.logo img {
		width: 100%;
		max-width: 205px;
	}

}

/* IPAD PORTRAIT?? */
@media only screen and (max-width: 940px) { 

	.container {
		width: 100%;
		max-width: 600px;
	}

	h1 { font-size: 60px; }
	.text-home-small { font-size: 50px; }
	.text-home-med { font-size: 60px; }
	.text-home-large { font-size: 75px; }

	.menu-container {
		display: none;
		position: absolute;
		height: 100vh;
		background: #000000;
		top: 0px;
		right: 0;
		overflow-y: scroll;
		z-index: 2;
	}

	#menu-icon, #close-icon {
		display: block;
		float: right;
	}

	nav ul { padding: 50px; }
	nav ul li { float: none; }
	nav ul li a { font-size: 35px; }
	nav ul li a:before { content: none !important; }

	.menu-container p {
		display: none;
	}

	.submenu {
		display: block;
		position: initial;
		opacity: 1;
		padding: 0px;
	}

	.submenu li a {
		font-size: 14px;
	}

	body {
		background-image: url('../images/honeycomb-bg-mob.jpg');
	}

	.accordion-holder {
		width: 100%;
		float: none;
	}

	.promo-holder-mobile-padding {
		padding: 0px 30px;
	}

	.promo-holder {
		float: none;
		width: 100%;
		margin: 0px 0px 130px 0px;
		background: none;
		box-sizing: border-box;
	}

	.promo {
		font-size: 30px;
	}
	
	.column-half, .column-third, .column-twothird, .column-quarter {
		width: 50%;
	}

}

/* MOBILE */
@media only screen and (max-width: 640px) {

	.container {
		width: 100%;
		max-width: 320px;
	}

	h1 { font-size: 40px; }
	.text-home-small { font-size: 25px; }
	.text-home-med { font-size: 35px; }
	.text-home-large { font-size: 45px; }

	.column-half, .column-third, .column-twothird, .column-quarter {
		width: 100%;
	}

	header {
		margin: 0px 0px 30px 0px;
		background: #000000;
		height: 130px;
	}
	
	#menu-icon, #close-icon {
		display: block;
		float: none;
	}

	.accordion-holder {
		width: 100%;
	}

	#accordion ul li h2 {
		font-size: 23px;
	}

}

/* PORTRAIT MOBILE */
@media only screen and (max-width: 320px) {

	.container {
		width: 100%;
		max-width: 300px;
	}

	h1 { font-size: 20px; }
	.text-home-small { font-size: 15px; }
	.text-home-med { font-size: 25px; }
	.text-home-large { font-size: 30px; }

	.column-half, .column-third, .column-twothird {
		width: 100%;
	}
	
	#menu-icon, #close-icon {
		display: block;
		float: none;
	}
	
	#menu-icon {
		padding-top: 10px;
		clear: both;
	}

	

}

