@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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top, .top {
	height: 6.15em;
	padding: 1 1em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.top {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    border-bottom: solid rgba(255,255,255,0.5) 1px;
}

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

#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: 100%;
    padding-bottom: 4em;
}

.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;
    width:100%;
}

.two {
    background: url(../img/work.jpg) no-repeat center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
}

.three {
    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;
    width:100%;
}

.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;
    width:100%;
}

.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;
    width:100%;
}

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

.home2 {
    width: 30%;
}

.menu1, .about1, .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;
}

.about1 {
    width: 45%;
}

.menu2, .about2, .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, .about-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, .about-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, .about-button:hover, .map-button:hover {
    background-color: rgba(255,255,255,0.8);
    color: #444;
    transition: all .3s ease-in-out;
}

.about-button {
    width: 17em;
}

.map-button {
    width: 17em;
    display: inline-block;
    margin: 1em 2em 3em 7em;
}

.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;
}

.about, .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: 1366px) and (max-width: 1920px) {
    
    .map-button {
        width: 17em;
        display: block;
        margin: 0 auto;
    }
    
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    
    .contact {
        left: 33%;
    }
    
}

@media only screen and (min-width: 1157px) and (max-width: 1279px) {
    
    .menu1, .about1, .about {
        width: 60%;
        font-size: 2.5em;
}

    .about1 {
        width: 45%;
        padding-top: 3em;
    }
    
    .menu2, .about2, .about-us {
        width: 50%;
        padding-top: 1.5em;
        line-height: 1.8em;
}

    .contact {
        left: 33%;
    }

    .about, .fax, .email {
        margin: -2em -2em;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1156px) {
    
    html {
        font-size: 58%
    }
    
    nav ul li {
        margin-left: 1em;
    }
    
    .menu1, .about1, .about {
        width: 60%;
        font-size: 2.5em;
}

    .about1 {
        width: 45%;
        padding-top: 3em;
    }
    
    .menu2, .about2, .about-us {
        width: 50%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    
    .about {
        padding-top: 2.5em;
    }
    
    .about-us {
        width: 55%;
        line-height: 1.8em;
    }

    .contact {
        left: 31%;
    }

    .about, .fax, .email {
        margin: -2em -2em;
    }
    
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    
    html {
        font-size: 58%
    }
    
    nav ul li {
        margin-left: 1em;
    }
    
    .menu1, .about1, .about {
        width: 60%;
        font-size: 2.5em;
}

    .about1 {
        width: 45%;
        padding-top: 3em;
    }
    
    .menu2, .about2, .about-us {
        width: 50%;
        padding-top: 1.5em;
        line-height: 1.6em;
    }
    
    .about {
        padding-top: 2.5em;
    }
    
    .about-us {
        width: 55%;
        line-height: 1.8em;
    }

    .contact {
        left: 31%;
    }

    .about, .fax, .email {
        margin: -2em -2em;
    }
    
    .scroll-icon p {
        letter-spacing: 0.1em;
    }
}