html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

@font-face {
	font-family: 'gothambold1';
	src: url('../fonts/gothambold1.eot');
	src: local('gothambold1'), url('../fonts/gothambold1.woff') format('woff'), url('../fonts/gothambold1.ttf') format('truetype');
}

/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
}

html {
	font-size: 62.5%;
}

body, .restaurant-menu {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #fff;
}

ul, li {
	list-style-type: none;
}


/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top span {
    display: none;
}

.header-top {
	height: 6.15em;
	padding: 1 1em;
    position: absolute;
	top: 0;
	width: 15%;
}

.top {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    border-bottom: solid rgba(255,255,255,0.5) 1px;
	height: 6.15em;
	padding: 1 1em;
	top: 0;
	width: 100%;
    position: fixed;
    z-index: 1;
}

.logo {
    position: absolute;
    width: 19em;
    margin: 1.5em 5em;
    opacity: 0.9;
    z-index: 2;
}

#menu {
    width: 100%;
    margin: 0 auto;
    line-height: 3.5em;
    text-align: center;
    font-weight: 500;
}

nav ul li {
    display: inline-block;
    margin: 1.2em 2.5em;
    font-weight: 800;
}

.logo-big {
    margin: 0 auto;
    width: 18em;
    padding-bottom: 2em;
    padding-top: 1em;
}

.top #menu li:hover, .active {
    font-weight: 700;
    border-bottom: 4px #fff solid;
    padding-bottom: 1.3em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* SECTION STYLES - fullPage.js homepage
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
}

h2 {
	font-size: 4em;
	margin-bottom: 20px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
}

.one {
    background: url(../img/home.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 0;
}

.two {
    background: url(../img/menu.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 0;
}

.three {
    background: url(../img/catering.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
    border-bottom: 0;
}

.four {
    background: url(../img/about.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 0;
}

.five {
    background: url(../img/contact.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 0;
}

.home1, .home2 {
    width: 5em;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    margin: 0px auto;
}

.home2 {
    width: 30%;
}

.menu1, .catering1, .about {
    font-family: "gothambold1", "Arial", sans-serif;
    font-size: 2.8em;
    line-height: 1.5em;
    width: 55%;
    margin: 0px auto; 
    padding-top: 1em;
    font-weight: 400;
}

.catering1 {
    width: 45%;
}

.menu2, .catering2, .about-us {
    width: 40%;
    font-size: 1.8em;
    letter-spacing: 0.025em;
    line-height: 1.6em;
    margin: 0px auto;
    font-weight: 500;
}

.about-us {
    padding-top: 1em;
    width: 45%;
}

.menu-button, .catering-button, .map-button {
    background-color: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    margin: 0 auto;
    width: 20em;
    margin-top: 6em;
    text-align: center;
    padding: 1.3em 1.8em;
}

.menu-button p, .catering-button p, .map-button p {
    font-size: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-weight: 700;
    width: 8.5em;
    margin: 0 auto;
}

.menu-button:hover, .catering-button:hover, .map-button:hover {
    background-color: rgba(255,255,255,0.8);
    color: #444;
    transition: all .3s ease-in-out;
}

.catering-button {
    width: 17em;
}

.map-button {
    width: 17.5em;
    display: block;
    margin: 1em 2em 3em 1em;
    margin-bottom: 2em;
}

.wrapper {
    margin: 0 auto;
    width: 50%;
}

.contact {
    position: absolute;
    font-family: "gothambold1", "Arial", sans-serif;
    font-size: 2.5em;
    width: 5em;
    text-align: right;
    font-weight: 400;
    left: 35%;
}

.address {
    margin-top: 5em;
    line-height: 3em;
}

.catering, .fax, .email {
    margin: -1em 0 0 0;
}

.phone, .hours {
    line-height: 3em;
}

.contact-us {
    position: relative;
    display: inline-block;
    width: 24em;
    font-size: 2em;
    font-weight: 500;
    text-align: left;
    padding-top: 1.3em;
    padding-left: 9em;
    margin-top: -0.01px;
}

.contact-us a {
    text-decoration: underline;
}

/* ICON STYLES - ICON FROM: http://fontastic.me/
––––––––––––––––––––––––––––––––––––––––––––––––––  */

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?mb2thk');
    src:    url('../fonts/icomoon.eot?mb2thk#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?mb2thk') format('truetype'),
        url('../fonts/icomoon.woff?mb2thk') format('woff'),
        url('../fonts/icomoon.svg?mb2thk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-down:before {
    content: "\e901";
}
.icon-chevron-thin-up:before {
    content: "\e903";
}
.icon-chevron-with-circle-up:before {
    content: "\e900";
}
.icon-three-bars:before {
    content: "\f05e";
}
.icon-x:before {
    content: "\f081";
}

span {
    font-size: 2em;
}

.scroll-icon {
	position: absolute;
 	left: 50%;
    bottom: 2em;
    padding: 0;
  	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-icon p {
    font-size: 1.15em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
}


/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, #fp-nav ul li a span:hover
.fp-slidesNav ul li a span, .fp-slidesNav ul li a span:hover {
	background-color: #888;
	width: 0.7em;
	margin: 7px 0 0 -6px;
    border-radius: 0;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    width: 0.7em;
    display: none;
}


@keyframes fadeUp {
    
    0% {
        opacity: 0;
        -webkit-transform: translate(0,8%);
        transform: translate(0,8%);
    }   
    100% {
        opacity: 1;
        top: 23%;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    
}


/*------------ media queries ------------*/

@media only screen and (min-width: 1647px) and (max-width: 1922px) {
    
    .address {
        margin-top: -2em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        margin-bottom: 4em;
    }
    .contact {
        left: 37%;
    }
    .contact-us {
        margin-left: -2.5em;
    }
    .menu1 {
        width: 40%;
    }
    .menu2 {
        width: 30%;
    }
    .catering1 {
        width: 30%;
    }
    .catering2 {
        width: 30%;
    }
    .about-us {
        width: 30%;
    }
    
}

@media only screen and (min-width: 1491px) and (max-width: 1646px) {
    
    .address {
        margin-top: -1.5em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        margin-bottom: 4em;
    }
    .contact {
        left: 35%;
    }
    .contact-us {
        margin-left: -2.5em;
    }
    .hours {
        margin-bottom: -2em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .menu1 {
        width: 45%;
    }
    .menu2 {
        width: 35%;
    }
    .catering1 {
        width: 35%;
    }
    .catering2 {
        width: 35%;
    }
    .about-us {
        width: 35%;
    }
    
}

@media only screen and (min-width: 1280px) and (max-width: 1490px) {
    
    .map-button {
        display: block;
        margin: 0 auto;
        width: 16em;
        margin-bottom: 3em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .contact {
        left: 32%;
    }
    .contact-us {
        margin-left: -2.5em;
    }
    .address {
        margin-top: -1em;
    }
    .catering, .fax, .email {
        margin: -1em -1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .menu1 {
        width: 45%;
    }
    .menu2 {
        width: 45%;
    }
    .catering1 {
        width: 40%;
    }
    .catering2 {
        width: 40%;
    }
    .about-us {
        width: 37%;
    }
    
}

@media only screen and (min-width: 1157px) and (max-width: 1279px) {
    
    .menu1, .catering1, .about {
        width: 60%;
        font-size: 2.5em;
    }
    .catering1 {
        width: 45%;
        padding-top: 3em;
    }   
    .menu2, .catering2, .about-us {
        width: 50%;
        padding-top: 1em;
        line-height: 1.7em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 16em;
        margin-bottom: 2em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .address {
        margin-top: -2em;
    }
    .contact {
        left: 31%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -1em;
    }
    .catering {
        margin-bottom: 0.5em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .menu1 {
        width: 50%;
    }
    .menu2 {
        width: 45%;
    }
    .catering1 {
        width: 40%;
        margin-top: -2em;
    }
    .catering2 {
        width: 40%;
    }
    .catering-button {
        margin-top: 3em;
    }
    .about-us {
        width: 52%;
        font-size: 1.6em;
    }
    .address {
        margin-top: 1em;
    }
    .hours {
        margin-top: -2em;
    }
    .hours, .catering {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .wrapper {
        font-size: 0.9em;
    }
    .contact {
        left: 33%;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1156px) {
    
    nav ul li {
        margin-left: 1em;
    }
    .menu1, .catering1, .about {
        width: 60%;
        font-size: 2.5em;
    }
    .catering1 {
        width: 45%;
        padding-top: 2.5em;
    }
    .menu2, .catering2, .about-us {
        width: 50%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 2.5em;
    } 
    .about-us {
        width: 55%;
        line-height: 1.8em;
        padding: 0;
    }
    .address {
        margin-top: -1em;
    }
    .contact {
        left: 30%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours, .catering {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .wrapper {
        font-size: 0.85em;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1023px) {
    
    .logo {
        width: 18.5em;
    } 
    .logo-big {
        width: 17em;
    }
    nav ul li {
        font-size: 1.05em;
        margin-left: 1em;
        letter-spacing: 0.07em;
    }
    .menu1, .catering1, .about {
        width: 66%;
        font-size: 2.5em;
    }
    .home2 {
        width: 40%;
    }
    .catering1 {
        width: 50%;
        padding-top: 3em;
    }
    .menu2, .catering2, .about-us {
        width: 56%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 3em;
    } 
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -0.5em;
    }
    .wrapper {
        font-size: 0.95em;
    }
    .contact {
        left: 28%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
    
}

@media only screen and (min-width: 863px) and (max-width: 960px) {
    
    .logo {
        width: 18.5em;
    } 
    .logo-big {
        width: 17em;
    }
    nav ul li {
        font-size: 1.05em;
        margin-left: 1em;
        letter-spacing: 0.07em;
    }
    .menu1, .catering1, .about {
        width: 66%;
        font-size: 2.5em;
    }
    .home2 {
        width: 40%;
    }
    .catering1 {
        width: 50%;
        padding-top: 3em;
    }
    .menu2, .catering2, .about-us {
        width: 56%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 3em;
    } 
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -0.5em;
    }
    .wrapper {
        font-size: 0.95em;
    }
    .contact {
        left: 26%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 862px) {
    
    .logo {
        width: 18.5em;
        margin: 2em 3em;
    } 
    .logo-big {
        width: 17em;
    }
    nav ul li {
        display: block;
        font-size: 1.2em;
        margin-left: 0.1em;
        letter-spacing: 0.07em;
        bottom: 50%;
    }
    nav ul li:first-child {
        margin-top: 50%;
    }
    .menu1, .catering1, .about {
        width: 66%;
        font-size: 2.5em;
    }
    .home2 {
        width: 40%;
    }
    .catering1 {
        width: 50%;
        padding-top: 3em;
    }
    .menu2, .catering2, .about-us {
        width: 56%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 3em;
    } 
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -0.5em;
    }
    .wrapper {
        font-size: 0.95em;
    }
    .contact {
        left: 28%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
    .top span {
        display: inline-block;
        float: right;
        padding: 1em;
    }
    .top {
        border-bottom: 0;
    }
    .top #menu li:hover, .top #menu li:active {
        font-weight: 700;
        border-bottom: 0px;
        padding-bottom: 0px;
        opacity: 0.6;
        transition: all .2s ease-in-out;
    }
    .icon-three-bars {
        position: absolute;
        right: 0;
        z-index: 5;
    }
    .menu {
        position: absolute;
        display: none;
        background: rgba(106,18,37,0.95);
        padding-bottom: 90%;
    }
    .menu1, .catering1, .about {
        width: 60%;
    }
    .menu2, .catering2, .about-us {
        width: 67%;
    }
    .contact {
        left: 25%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .vertical-scrolling h2 {
        margin-top: -5%;
    }
    .top #menu li:hover, .active {
        border-bottom: 0;
        padding-bottom: 0;
    }   
    #fp-nav ul li a span, #fp-nav ul li a span:hover
    .fp-slidesNav ul li a span, .fp-slidesNav ul li a span:hover {
	   display: none;
    }
    #fp-nav ul li a.active span, 
    .fp-slidesNav ul li a.active span, 
    #fp-nav ul li:hover a.active span, 
    .fp-slidesNav ul li:hover a.active span {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    
    .logo {
        width: 18em;
        margin: 1.8em 2.8em;
    } 
    .logo-big {
        width: 17em;
        margin-top: -3em;
        padding-bottom: 3em;
    }
    nav ul li {
        display: block;
        font-size: 1.2em;
        margin-left: 0.1em;
        letter-spacing: 0.07em;
    }
    nav ul li:first-child {
        margin-top: 60%;
    }
    .menu1, .catering1, .about {
        font-size: 2.4em;
    }
    .home2 {
        width: 50%;
    }
    .catering1 {
        width: 60%;
        padding-top: 3em;
    }
    .menu2, .catering2, .about-us {
        font-size: 1.8em;
        width: 66%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 3em;
    } 
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -0.5em;
    }
    .wrapper {
        font-size: 0.95em;
    }
    .contact {
        left: 28%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
    .top span {
        display: inline-block;
        float: right;
        padding: 1em;
    }
    .top {
        border-bottom: 0;
    }
    .top #menu li:hover, .top #menu li:active {
        font-weight: 700;
        border-bottom: 0px;
        padding-bottom: 0px;
        opacity: 0.6;
        transition: all .2s ease-in-out;
    }
    .icon-three-bars {
        position: absolute;
        right: 0;
        z-index: 5;
    }
    #menu {
        position: absolute;
        z-index: 3;
        display: none;
        background: rgba(106,18,37,0.95);
        padding-bottom: 80%;
    }
    .menu1 {
        width: 86%;
    }
    .menu2 {
        font-size: 1.65em;
        width: 77%;
    }
    .about {
        padding: 0;
    }
    .about-us {
        width: 62%;
    }
    .contact {
        left: 20%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .vertical-scrolling h2 {
        margin-top: -5%;
    }
    .wrapper {
        width: 100%;
    }
    #menu {
        top: -100%;
    }
    .top #menu li:hover, .active {
        border-bottom: 0;
        padding-bottom: 0;
    }   
    #fp-nav ul li a span, #fp-nav ul li a span:hover
    .fp-slidesNav ul li a span, .fp-slidesNav ul li a span:hover {
	   display: none;
    }
    #fp-nav ul li a.active span, 
    .fp-slidesNav ul li a.active span, 
    #fp-nav ul li:hover a.active span, 
    .fp-slidesNav ul li:hover a.active span {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    
    body {
        overflow: hidden;
    }
    .logo {
        width: 18em;
        margin: 1.8em 2.3em;
    } 
    .logo-big {
        width: 17em;
    }
    nav ul li {
        display: block;
        font-size: 1.2em;
        margin-left: 0.1em;
        letter-spacing: 0.07em;
    }
    nav ul li:first-child {
        margin-top: 70%;
    }
    .menu1, .catering1, .about {
        font-size: 2.4em;
    }
    .home2 {
        width: 40%;
    }
    .menu2, .catering2, .about-us {
        font-size: 1.8em;
        width: 66%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -5em;
    }
    .wrapper {
        font-size: 0.95em;
    }
    .contact {
        left: 28%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
    .top span {
        display: inline-block;
        float: right;
        padding: 1em;
    }
    .top {
        border-bottom: 0;
    }
    .top #menu li:hover, .top #menu li:active {
        font-weight: 700;
        border-bottom: 0px;
        padding-bottom: 0px;
        opacity: 0.6;
        transition: all .2s ease-in-out;
    }
    .icon-three-bars {
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .menu {
        position: absolute;
        display: none;
        background: rgba(106,18,37,0.95);
        padding-bottom: 60%;
    }
    .menu1, .about {
        width: 65%;
    }
    .catering1 {
        width: 80%;
    }
    .menu2 {
        width: 65%;
    }
    .catering2 {
        width: 70%;
    }
    .contact {
        left: 15%;
    }
    .about {
        font-size: 2.3em;
        width: 100%;
    }
    .about-us {
        width: 70%;
        font-size: 1.6em;
    }
    .contact-us {
        margin-left: -2em;
    }
    .vertical-scrolling h2 {
        margin-top: -5%;
    }
    .wrapper {
        width: 100%;
        text-align: center;
    }
    .catering {
        padding-top: 1.3em;
    }
    .phone {
        margin-top: -2em;
    }
    .top #menu li:hover, .active {
        border-bottom: 0;
        padding-bottom: 0;
    }   
    #fp-nav ul li a span, #fp-nav ul li a span:hover
    .fp-slidesNav ul li a span, .fp-slidesNav ul li a span:hover {
	   display: none;
    }
    #fp-nav ul li a.active span, 
    .fp-slidesNav ul li a.active span, 
    #fp-nav ul li:hover a.active span, 
    .fp-slidesNav ul li:hover a.active span {
        display: none;
    }
}

@media only screen and (min-width: 350px) and (max-width: 479px) {
    
    body {
        overflow: hidden;
    }
    .logo {
        width: 17.5em;
        margin: 1.8em 2.3em;
    } 
    .logo-big {
        width: 15em;
    }
    nav ul li {
        display: block;
        font-size: 1.2em;
        margin-left: 0.1em;
        letter-spacing: 0.07em;
    }
    nav ul li:first-child {
        margin-top: 50%;
    }
    .menu1, .catering1, .about {
        font-size: 2.4em;
    }
    .home2 {
        width: 45%;
    }
    .home1, .home2 {
        font-size: 1.7em;
    }
    .catering1 {
        width: 60%;
        padding-top: 3em;
    }
    .menu2, .catering2, .about-us {
        font-size: 1.8em;
        width: 66%;
        line-height: 1.6em;
    }
    .map-button {
        display: block;
        margin: 0 auto;
        width: 15.5em;
        margin-bottom: 1.5em;
    }
    .map-button p {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .about {
        padding-top: 3em;
    } 
    .about-us {
        width: 55%;
        font-size: 1.7em;
        line-height: 1.8em;
    }
    .address {
        margin-top: -0.5em;
    }
    .contact {
        left: 28%;
    }
    .contact-us {
        margin-left: -2em;
    }
    .catering, .fax, .email {
        margin: -1.5em -2em;
    } 
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
    .hours {
        margin-bottom: -3em;
    }
    .phone, .fax, .email {
        margin-bottom: -2em;
    }
    .catering {
        margin-bottom: 0.3em;
    }
    .top span {
        display: inline-block;
        float: right;
        padding: 1em;
    }
    .top {
        border-bottom: 0;
    }
    .top #menu li:hover, .top #menu li:active {
        font-weight: 700;
        border-bottom: 0px;
        padding-bottom: 0px;
        opacity: 0.6;
        transition: all .2s ease-in-out;
    }
    .icon-three-bars {
        position: absolute;
        right: 0;
    }
    .menu {
        position: absolute;
        background: rgba(106,18,37,0.95);
        padding-bottom: 80%;
        display: none;
    }
    .menu1, .about {
        width: 90%;
        font-size: 2.1em;
        padding-top: 0em;
    }
    .catering1 {
        width: 90%;
        font-size: 2.1em;
        padding-top: 0;
    }
    .menu2 {
        width: 80%;
        padding-top: 2;
        font-size: 1.6em;
        line-height: 1.5em;
    }
    .menu-button {
        width: 41%;
        margin-top: -0.1em;
    }
    .menu-button p, .catering-button p {
        font-size: 1.5em;
    }
    .catering2 {
        width: 90%;
        font-size: 1.6em;
        line-height: 1.5em;
    }
    .catering-button {
        margin-top: 0;
    }
    .contact {
        left: 20%;
    }
    .about {
        font-size: 2em;
        width: 100%;
        padding: em 0 0 0;
    }
    .about-us {
        width: 90%;
        font-size: 1.4em;
        line-height: 1.5em;
        padding-top: 0;
    }
    .contact-us {
        margin-left: -2em;
    }
    .vertical-scrolling h2 {
        margin-top: -5%;
    }
    .wrapper {
        width: 100%;
        text-align: center;
        font-size: 0.8em;
    }
    .contact {
        position: relative;
        display: inline-block;
        text-align: left;
        margin-left: 1em;
    }
    .contact-us {
        display: inline-block;
        font-size: 2.1em;
        line-height: 1.4em;
        padding-top: 0;
        padding-bottom: 1em;
        margin: 0px auto;
    }
    .catering {
        padding-top: 1.3em;
    }
    .phone {
        margin-top: -2em;
    }
    .top #menu li:hover, .active {
        border-bottom: 0;
        padding-bottom: 0;
    }   
    #fp-nav ul li a span, #fp-nav ul li a span:hover
    .fp-slidesNav ul li a span, .fp-slidesNav ul li a span:hover {
	   display: none;
    }
    #fp-nav ul li a.active span, 
    .fp-slidesNav ul li a.active span, 
    #fp-nav ul li:hover a.active span, 
    .fp-slidesNav ul li:hover a.active span {
        display: none;
    }
    .contact-us a {
        text-decoration: underline;
    }
    .map-button {
        width: 15em;
        display: block;
        margin: 1em 2em 3em 1em;
        margin-bottom: 2em;
        font-size: 1.2em;
    }
    .contact {
        position: absolute;
        font-family: "gothambold1", "Arial", sans-serif;
        font-size: 2.4em;
        width: 5em;
        text-align: right;
        left: 0;
    }
    .address {
        margin-top: -2em;
        line-height: 3em;
    }
    .catering, .fax, .email {
        margin: -3em 0 0 0;
    }
    .phone, .hours {
        line-height: 3em;
    }
    .contact-us {
        position: relative;
        display: inline-block;
        width: 27em;
        font-size: 2em;
        font-weight: 500;
        text-align: left;
        padding-top: 1.3em;
        padding-left: 8em;
        margin-top: -0.01px;
    }
    .map-button {
        margin: 0px auto;
    }
    .map-button p {
        font-size: 1.3em;
    }
    .menu-button, .catering-button, .map-button {
        background-color: rgba(255,255,255,0.2);
    }
    .catering-button p, .menu-button p {
        padding-left: 0.3em;
        font-size: 1.3em;
    }
    .catering-button, .menu-button {
        width: 15em;
    }
    
}