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




/* Global Styles */




/* Desktop Large */
@media screen
and (min-width: 1366px) {
	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	display: none;
}

.menu-trigger {
	display: none;
}
	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
	height: 550px;
}
	
#logo {
	margin-top: 2.5%;
	margin-left: 5%;
	padding: 0;
	position: absolute;
	width: 190px;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	margin-top: 2%;
	margin-right: 4%;
	padding: 0;
	position: relative;
	float: right;
	width: 80%;
	z-index: 10;
	-webkit-transform: translate3d(0,0,0);
}
	
#social {
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	width: 260px;
}

ul.social-icons {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 100%;
}

ul.social-icons > li {
	margin-left: 15px;
	padding: 0;
	float: left;
	width: 50px;
	height: 50px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 50px;
	height: 50px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	opacity: 100;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

	
#header-navigation {
	margin-top: 2.9%;
	padding: 0;
	float: left;
	clear: both;
	width: 100%; /* 1200px */
	text-align: center;
}
	
#nav-wrapper {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}

#nav-wrapper ul {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	width: auto;
}

#nav-wrapper ul a {
	display: block;
	font-family: 'brandon-grotesque';
	font-size: 1.5em;
	color: rgb(0, 195, 185);
	text-decoration: none;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#nav-wrapper ul li {
	margin-left: 38px;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	cursor: pointer;
	display: inline-block;	
}

#nav-wrapper ul li.contact a {
	color: rgb(255, 255, 255);
}

#nav-wrapper ul li a:hover, #nav-wrapper ul li a:active {
  	color: rgb(255, 255, 255);
}

#nav-wrapper ul ul {
	position: absolute;
	top: 100%;
	left: -40px;
	background: rgb(0, 0, 0);
	margin: 0;
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

#nav-wrapper ul ul li {
	margin: 0;
	padding: 0 40px 0 40px;
	float: left;
	clear: both;
	width: 100%;
	height: 36px;
	white-space: nowrap;
	
}

#nav-wrapper ul li.spacer-top {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 26px;
}

#nav-wrapper ul li.spacer-bottom {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 30px;
}

#nav-wrapper ul ul a {
	font-family: 'brandon-grotesque'; font-weight: 300;
	font-size: 1.4em;
	color: rgb(160, 160, 160);
	text-decoration: none;
	line-height: 2em;
	text-transform: uppercase;
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

#nav-wrapper ul ul ul {
	background: rgb(0, 0, 0);
	margin: -26px 0 0 30px;
	padding: 0;
	float: left;
	top: 0;
	left: 85%;
}


#nav-wrapper ul ul ul a {
	color: rgb(140, 140, 140);
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}


#nav-wrapper li:hover > ul {
	height: auto;
	opacity: 100;
	overflow: visible;
}

#nav-wrapper ul ul li:hover > a, #nav-wrapper ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#nav-wrapper ul ul ul li:hover > a, #nav-wrapper ul ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 140px;
	padding: 18px 30px 18px 30px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 6em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	z-index: 5;
	-webkit-transform: translate3d(0,0,0);
}

#contact-icons {
	display: none;
}

}




/* Desktop Medium */
@media screen
and (min-width: 1200px)
and (max-width: 1365px) {
	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	display: none;
}

.menu-trigger {
	display: none;
}
	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
	height: 480px;
}
	
#logo {
	margin-top: 2.9%; /* 40px */
	margin-left: 4%; /* 80px */
	padding: 0;
	position: absolute;
	width: 170px;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	margin-top: 2%; /* 40px */
	margin-right: 4%; /* 80px */
	padding: 0;
	position: relative;
	float: right;
	width: 80%;
	z-index: 10;
	-webkit-transform: translate3d(0,0,0);
}
	
#social {
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	width: 240px;
}
ul.social-icons {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 100%;
	height: 45px;
}

ul.social-icons > li {
	margin-left: 15px;
	padding: 0;
	float: left;
	width: 45px;
	height: 45px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 45px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover, .social-green:active {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

	
#header-navigation {
	margin-top: 3.6%;
	padding: 0;
	float: left;
	clear: both;
	width: 100%; /* 1200px */
	text-align: center;
}
	
#nav-wrapper {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}

#nav-wrapper ul {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	width: auto;
}

#nav-wrapper ul a {
	display: block;
	font-family: 'brandon-grotesque';
	font-size: 1.35em;
	color: rgb(0, 195, 185);
	text-decoration: none;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#nav-wrapper ul li {
	margin-left: 30px;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	cursor: pointer;
	display: inline-block;	
}

#nav-wrapper ul li.contact a {
	color: rgb(255, 255, 255);
}

#nav-wrapper ul li a:hover, #nav-wrapper ul li a:active {
  color: rgb(255, 255, 255);
}

#nav-wrapper ul ul {
	position: absolute;
	top: 100%;
	left: -40px;
	background: rgb(0, 0, 0);
	margin: 0;
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

#nav-wrapper ul ul li {
	margin: 0;
	padding: 0 40px 0 40px;
	float: left;
	clear: both;
	width: 100%;
	height: 32px;
	white-space: nowrap;
	
}

#nav-wrapper ul li.spacer-top {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 20px;
}

#nav-wrapper ul li.spacer-bottom {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 25px;
}

#nav-wrapper ul ul a {
	font-family: 'brandon-grotesque'; font-weight: 300;
	font-size: 1.2em;
	color: rgb(160, 160, 160);
	text-decoration: none;
	line-height: 2em;
	text-transform: uppercase;
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

#nav-wrapper ul ul ul {
	background: rgb(0, 0, 0);
	margin: -20px 0 0 25px;
	padding: 0;
	float: left;
	top: 0;
	left: 85%;
}


#nav-wrapper ul ul ul a {
	color: rgb(140, 140, 140);
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}


#nav-wrapper li:hover > ul {
	height: auto;
	opacity: 100;
	overflow: visible;
}

#nav-wrapper ul ul li:hover > a, #nav-wrapper ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#nav-wrapper ul ul ul li:hover > a, #nav-wrapper ul ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 120px;
	padding: 15px 25px 15px 25px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 4.8em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	z-index: 5;
	-webkit-transform: translate3d(0,0,0);
}
	
#contact-icons {
	display: none;
}

}




/* Desktop Small */
@media screen
and (min-width: 1025px)
and (max-width: 1199px) {
	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	display: none;
}

.menu-trigger {
	display: none;
}
	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
	height: 400px;
}
	
#logo {
	margin-top: 3.5%; /* 40px */
	margin-left: 4%; /* 80px */
	padding: 0;
	position: absolute;
	width: 150px;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	margin-top: 2%; /* 40px */
	margin-right: 4%; /* 80px */
	padding: 0;
	position: relative;
	float: right;
	width: 80%;
	z-index: 10;
	-webkit-transform: translate3d(0,0,0);
}
	
#social {
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	width: 240px;
}
ul.social-icons {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 100%;
	height: 45px;
}

ul.social-icons > li {
	margin-left: 15px;
	padding: 0;
	float: left;
	width: 45px;
	height: 45px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 45px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover, .social-green:active {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

	
#header-navigation {
	margin-top: 3.6%;
	padding: 0;
	float: left;
	clear: both;
	width: 100%; /* 1200px */
	text-align: center;
}
	
#nav-wrapper {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}

#nav-wrapper ul {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	list-style-type: none;
	width: auto;
}

#nav-wrapper ul a {
	display: block;
	font-family: 'brandon-grotesque';
	font-size: 1.25em;
	color: rgb(0, 195, 185);
	text-decoration: none;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#nav-wrapper ul li {
	margin-left: 20px;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	cursor: pointer;
	display: inline-block;	
}

#nav-wrapper ul li.contact a {
	color: rgb(255, 255, 255);
}

#nav-wrapper ul li a:hover, #nav-wrapper ul li a:active {
  color: rgb(255, 255, 255);
}

#nav-wrapper ul ul {
	position: absolute;
	top: 100%;
	left: -40px;
	background: rgb(0, 0, 0);
	margin: 0;
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

#nav-wrapper ul ul li {
	margin: 0;
	padding: 0 40px 0 40px;
	float: left;
	clear: both;
	width: 100%;
	height: 32px;
	white-space: nowrap;
	
}

#nav-wrapper ul li.spacer-top {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 20px;
}

#nav-wrapper ul li.spacer-bottom {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	height: 25px;
}

#nav-wrapper ul ul a {
	font-family: 'brandon-grotesque'; font-weight: 300;
	font-size: 1.2em;
	color: rgb(160, 160, 160);
	text-decoration: none;
	line-height: 2em;
	text-transform: uppercase;
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

#nav-wrapper ul ul ul {
	background: rgb(0, 0, 0);
	margin: -20px 0 0 25px;
	padding: 0;
	float: left;
	top: 0;
	left: 85%;
}


#nav-wrapper ul ul ul a {
	color: rgb(140, 140, 140);
	-o-transition: color .1s ease-in-out;
	-ms-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}


#nav-wrapper li:hover > ul {
	height: auto;
	opacity: 100;
	overflow: visible;
}

#nav-wrapper ul ul li:hover > a, #nav-wrapper ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#nav-wrapper ul ul ul li:hover > a, #nav-wrapper ul ul ul li:hover > a:active {
  color: rgb(255, 255, 255);
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 80px;
	padding: 15px 25px 15px 25px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 4.8em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
	z-index: 5;
	-webkit-transform: translate3d(0,0,0);
}
	
#contact-icons {
	display: none;
}

}




/* Tablet */
@media screen
and (min-width: 728px)
and (max-width: 1024px) {

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	position: fixed;
	margin-left: 5%;
	padding: 0;
	width: 180px;
	z-index: 70000;
}

.menu-trigger {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu-tablet.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
}
	
#logo {
	margin-top: 3.5%; /* 40px */
	margin-left: 37%; /* 80px */
	padding: 0;
	float: left;
	width: 26%;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	display: none;
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 6%;
	margin-bottom: 2%;
	padding: 15px 25px 15px 25px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 4.2em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

#contact-icons {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#photos-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
}

#photos-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-green:hover, #photos-green:active {
  opacity: 0;
}

#photos-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-white:hover, #photos-white:active {
  opacity: 100;
}

#menus-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
}

#menus-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-green:hover, #menus-green:active {
  opacity: 0;
}

#menus-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-white:hover, #menus-white:active {
  opacity: 100;
}

#info-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
}

#info-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-green:hover, #info-green:active {
  opacity: 0;
}

#info-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-white:hover, #info-white:active {
  opacity: 100;
}

#social {
	display: none;
}

ul.social-icons {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: auto;
	height: 45px;
	text-align: center;
	display: inline-block;
}

ul.social-icons > li {
	margin-left: 8px;
	margin-right: 8px;
	padding: 0;
	float: left;
	width: 50px;
	height: 50px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 50px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover, .social-green:active {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

}




/* Mobile Large */
@media screen
and (max-width: 727px)
and (min-width: 481px) {
	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	position: fixed;
	margin-left: 5%;
	padding: 0;
	width: 150px;
	z-index: 70000;
}

.menu-trigger {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu-mobile.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
}
	
#logo {
	margin-top: 4%; /* 40px */
	margin-left: 34%; /* 80px */
	padding: 0;
	float: left;
	width: 32%;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	display: none;
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 20%;
	margin-bottom: 14%;
	padding: 15px 25px 15px 25px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 3.8em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

#contact-icons {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#photos-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#photos-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-green:hover, #photos-green:active {
  opacity: 0;
}

#photos-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-white:hover, #photos-white:active {
  opacity: 100;
}

#menus-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#menus-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-green:hover, #menus-green:active {
  opacity: 0;
}

#menus-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-white:hover, #menus-white:active {
  opacity: 100;
}

#info-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#info-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-green:hover, #info-green:active {
  opacity: 0;
}

#info-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-white:hover, #info-white:active {
  opacity: 100;
}

#social {
	display: none;
}

ul.social-icons {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: auto;
	height: 45px;
	text-align: center;
	display: inline-block;
}

ul.social-icons > li {
	margin-left: 8px;
	margin-right: 8px;
	padding: 0;
	float: left;
	width: 50px;
	height: 50px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 50px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover, .social-green:active {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

}




/* Mobile Small */
@media screen
and (max-width: 480px) {

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

b {
	font-family: 'brandon-grotesque'; font-weight: 400;
	color: rgb(80, 80, 80);
	font-weight: normal;
}

i {
	font-family: 'brandon-grotesque'; font-style: italic;
	color: rgb(120, 120, 120);
	font-style: normal;
}

a {
	color: rgb(0,165,155);
}

html, body {
	overflow-y: scroll;
}

img,
embed,
object,
video {
	border: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 50000;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.mobile-btn_wrapper {
	position: fixed;
	margin-left: 5%;
	padding: 0;
	width: 120px;
	z-index: 70000;
}

.menu-trigger {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}

	
#header-index {
	background-color: rgb(80, 80, 80);
	background-image: url(../img/eve-catering-menu-mobile.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /* 1920px */
}

#logo {
	margin-top: 5%; /* 40px */
	margin-left: 30%; /* 80px */
	padding: 0;
	float: left;
	width: 40%;
	-webkit-transform: translate3d(0,0,0);
}

#header-right {
	display: none;
}

#party-people-container {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#party-people {
	margin-top: 12%;
	margin-bottom: 12%;
	padding: 15px 25px 15px 25px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: 'questa-grande';
	font-size: 3.2em;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
}

#contact-icons {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}

#photos-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

#photos-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-green:hover, #photos-green:active {
  opacity: 0;
}

#photos-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#photos-white:hover, #photos-white:active {
  opacity: 100;
}

#menus-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

#menus-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-green:hover, #menus-green:active {
  opacity: 0;
}

#menus-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#menus-white:hover, #menus-white:active {
  opacity: 100;
}

#info-wrapper {
	margin: 0 2% 4% 2%;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

#info-green {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 100;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-green:hover, #info-green:active {
  opacity: 0;
}

#info-white {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

#info-white:hover, #info-white:active {
  opacity: 100;
}

ul.social-icons {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: auto;
	height: 45px;
	display: inline-block;
}


ul.social-icons > li {
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
	float: left;
	width: 45px;
	height: 45px;
}

.social-icon-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 45px;
}

.social-green {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 1;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-green:hover, .social-green:active {
  opacity: 0;
}

.social-white {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: 2;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opcaity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}

.social-white:hover, .social-white:active {
  opacity: 100;
}

}