/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

body { top: 0px !important; }

/***** START GourmetBus Customisation *****/


.navigation a {
            font-family: Helvetica,Arial,sans-serif;
            text-shadow: 0px 0px 3px #000;
        }

/***** START Homepage Flexbox *****/
.flexbox-homepage {
	position: absolute;
	right: 5em;
	bottom: 5em;
	z-index: 10;
}

.homepage__headline {
	text-transform: uppercase;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}
.homepage__headline .text1 {
	font-size: 2.5em;
	color: #b08a50;
	text-shadow: 2px 2px 3px #262626;
}

.homepage__headline .text2 {
	line-height: 50%;
	font-size: 4.7em;
	color: #FFF;
	text-shadow: 2px 2px 3px #262626;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.homepage__headline .text3 {
	color: #b08a50;
}

/***** START Subpage Flexbox *****/
.flexbox-subpage {
	width: 100%;

	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;

background: rgba(122,90,56,1);
background: -moz-linear-gradient(left, rgba(122,90,56,1) 0%, rgba(122,90,56,0.37) 70%, rgba(122,90,56,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,90,56,1)), color-stop(70%, rgba(122,90,56,0.37)), color-stop(100%, rgba(122,90,56,0.1)));
background: -webkit-linear-gradient(left, rgba(122,90,56,1) 0%, rgba(122,90,56,0.37) 70%, rgba(122,90,56,0.1) 100%);
background: -o-linear-gradient(left, rgba(122,90,56,1) 0%, rgba(122,90,56,0.37) 70%, rgba(122,90,56,0.1) 100%);
background: -ms-linear-gradient(left, rgba(122,90,56,1) 0%, rgba(122,90,56,0.37) 70%, rgba(122,90,56,0.1) 100%);
background: linear-gradient(to right, rgba(122,90,56,1) 0%, rgba(122,90,56,0.37) 70%, rgba(122,90,56,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b08a50', endColorstr='#b08a50', GradientType=1 );
}

.container_subheader {
	max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px;
}

.flexbox-subnav {
	position: relative;
	background: #b08a50;
	width: 100%;
}

.subpage__headline {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.subpage__headline .text1 {
	font-size: 1.5em;
	color: #FFF;
	text-shadow: 1px 1px #262626;
}

.subpage__nav {

}

.subpage__nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subpage__nav ul li {
	display: inline;
	border-right: 1px solid #FFF;
	margin-right: 12px;
}

.subpage__nav li:last-child {
    border-right: none;
}

.subpage__nav a {
	font-size: 0.8em;
	color: #FFF;
	padding: 0px 12px;
}

.subpage__nav a.highlight {
	color: #000;
}

.subpage__nav a:first-child {
    padding-left: 0;
}

.subpage__nav a:last-child {
    border: none;
}

.subpage__nav a:hover {
	color: #000;
}

/***** END Subpage Flexbox *****/

@media only screen and (max-width: 899px) {

    .homepage__headline .text1,
	.homepage__headline .text2,
	.homepage__headline .text3
	{ display: none; }

}

/***** END Homepage Flexbox *****/
