@charset "UTF-8";
/* CSS Document */

/* GENERAL */
*, body, html {
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
h1 {
	color: #FFF;
	font-size: 2rem;
}
h2 {
	color: #000;
	font-size: 1.75rem;
}
h3 {
	font-size: 1.25rem;
}
a {
	text-decoration: none;
}
i, svg {
	margin-right: 7.5px;
}
p {
	color: #636363;
	line-height: 1.5rem;
	padding: 15px 0;
}
.hide-mobile {
	display: none;
}
.anchor-offset {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}
/* HEAD NAVIGATION */
.head-navigation {
	display: flex;
	height: 80px;
	padding: 10px 20px;
	background: transparent;
	border-left: 3px solid transparent;
	transition: all 0.5s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.head-navigation.is-sticky {
	background: #38302d;
	border-color: #ee6d44;
	transition: all 0.5s;
}
.head-navigation .logo {
	width: 100px;
	text-align: left;
}
.head-navigation .logo img {
	max-height: 60px;
	width: auto;
}
.head-navigation .buttons {
	margin-top: 10px;
	flex-grow: 1;
	text-align: right;

	
}
.desktop-navigation {
	display: none;
}
/* BUTTONS */
.buttons .button {
	display: inline-block;
}
.buttons .button:last-child {
	margin-right: 0;
}
.button {
	border-radius: 100px;
	color: #FFF;
	font-weight: 600;
}
.button.small {
	padding: 10px 10px;
}
.button.large {
	padding: 15px;
}
.button.main {
	background: #ee6d44;
	transition: all 0.5s;
}
.button.main:hover {
	background-color: #c83d11;
	transition: all 0.5s;
}
.button.outline {
	background: transparent;
	border: 1px solid #FFF;
	padding: 8px 13px;
	transition: all 0.5s;
}
.button.outline:hover {
	background: #ee6d44;
	transition: all 0.5s;
	border-color: #ee6d44;
}
.button.large.outline {
	padding: 13px 18px;
}
.button.transparent {
	background: transparent;
	border: 1px solid transparent;
	transition: all 0.5s;
}
.button.transparent:hover {
	border-color: #FFF;
	transition: all 0.5s;
}
/* BOTTOM NAVIGATION */
.bottom-navigation {
	display: flex;
	width: 100%;
	position: fixed;
	height: 79px;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #858585;
}
.bottom-navigation-item {
	flex-grow: 1;
	background-color: #eeeeee;
	border-top: 1px solid #dfdfdf;
	color: #858585;
	padding: 10px;
}
.bottom-navigation-item.active {
	background-color: #ee6d44;
	border-top: 1px solid #c83d11;
	color: #FFF;
}
.bottom-navigation-icon {
	padding: 5px 0;
}
.bottom-navigation-text {
	
}
.bottom-navigation i, 
.bottom-navigation svg {
	margin-right: 0;
	font-size: 22px;
}
/* MAIN */

/* PAGE 1 */
.buttons {
	text-align: center;
}
.half-page {
	position: relative;
}
.half-page.hero {
	height: 50vh;
}
.hero-background {
	z-index: -1;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 100%;
}
.hero-background video {
	max-height: 100%;
	width: auto;
	overflow: hidden;
}
.hero-overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
}
#page-one .hero-content {
	padding: 15vh 15px 0;
	text-align: center;
}
.hero-content .buttons {
	padding-top: 10vh;
}
h1.title {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.subtitle {
	color: #FFF;
}
.content {
	text-align: center;
	padding: 15px;
}
.image {
	margin: 20px 0;
}
.image img {
	max-width: 100%;
}
.single-video {
	display: inline;
}
/* PAGE 2 */
#page-two.half-page.hero {
	height: auto;
}
.hero-background img {
	max-height: 100%;
	width: auto;
	overflow: hidden;
	max-width: 175%;
}
#page-two .hero-content {
	padding: 15px;
	text-align: center;
}
#page-two .hero-content h2,
#page-two .hero-content p
{
	color: #FFF;
}
.gallery {
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
	display: none;
}
.gallery.is-active {
	display: block;
}
.gallery a {
	display: inline-block;
	width: 80%;
}
.gallery img {
	max-width: 100%;
}

.tabs {
	padding: 10px 0 25px;
	display: flex;
	justify-content: center;
}
.tab {
	margin: 0 10px;
	padding-bottom: 5px;
	color: #636363;
	border-bottom: 2px solid transparent;
}
.tab.is-active,
.tab:hover
{
	color: #ee6d44;
	border-color: #ee6d44;
	transition: all 0.5s;
}
/* PAGE 3 */
#page-three .content {
	padding-bottom: 105px;
}
.tabs.information {
	padding: 25px 0 5px;
}
.info {
	display: none;
}
.info.is-active {
	display: block;
}
.menu-title {
	
}
.menu-price,
.menu-item,
.menu-description
{
	color: #636363;
}
.menu-price {
	font-style: italic;
}
.menu-item {
	font-weight: 600;
	padding-top: 25px;
}
.menu-description {
	
}
.menu-collection {
	padding-top: 35px;
}
.no-padding {
	padding: 0;
}
@media (min-width: 375px) {
	.button.small {
		padding: 10px 15px;
	}
}
@media (min-width: 768px) {
	*, body, html {
		font-size: 18px;
	}
	.content,
	#page-two .hero-content 
	{
		padding: 35px;
	}
	#page-one .hero-content {
		padding: 15vh 35px 0;
	}
	h1 {
		font-size: 2.5rem;
	}
	h1.title {
		width: 75%;
		margin: auto;
	}
	.subtitle {
		font-size: 1.125rem;
	}
}
@media (min-width: 1020px) {
	*, body, html {
		font-size: 20px;
	}
	.hide-desktop {
		display: none;
	}
	.hide-mobile {
		display: block;
	}
	.content,
	#page-two .hero-content 
	{
		padding: 35px 0;
		max-width: 990px;
		margin: auto;
	}
	#page-one .hero-content {
		padding: 25vh 0 0;
		max-width: 990px;
		margin: auto;
	}
	.hero-content .buttons {
		padding-top: 15vh;
	}
	.hero-background video {
		width: 100vw;
	}
	h1 {
		font-size: 3.5rem;
	}
	h1.title {
		width: 100%;
		margin: auto;
	}
	.subtitle {
		font-size: 1.25rem;
	}
	.bottom-navigation {
		display: none;
	}
	.desktop-navigation {
		display: inline-block;
	}
	.half-page.hero {
		height: 75vh;
	}
	.hero-background img {
		width: 100vw;
		height: auto;
	}
	.gallery {
		overflow-x: initial;
	}
	.gallery.is-active {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery a {
		width: 33%;
		padding: 10px;
	}
	.info .image {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		margin-top: 35px;
	}
	.info .info-content {
		margin-top: 35px;
		width: 49%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding: 0 0 0 35px;
	}
	.head-navigation {
		padding: 20px;
		height: 120px;
		transition: all 0.5s;
	}
	.head-navigation .logo img {
		max-height: initial;
		transition: all 0.5s;
	}
	.head-navigation .buttons {
		margin-top: 15px;
		transition: all 0.5s;
	}
	.head-navigation.is-sticky {
		padding: 10px 20px;
		height: 80px;
		transition: all 0.5s;
	}
	.head-navigation.is-sticky .logo img {
		max-height: 60px;
		transition: all 0.5s;
	}
	.head-navigation.is-sticky .buttons {
		margin-top: 5px;
		transition: all 0.5s;
	}
}