@font-face {
    font-family: 'majesti';
    src: url(majesti-banner-medium.otf);
    }

@font-face {
        font-family: 'athelas';
        src: url(<link rel="stylesheet" href="https://use.typekit.net/msn6cmj.css">);
    }

*{
    box-sizing: border-box;
}

body, html, ul, li {
    margin: 0;
    padding: 0;
}

h1, h2, h4, h5, h6, p {
    margin-top: 0.1em;
}

body{
    display: flex;
    flex-direction: column;
    font-family: 'athelas';
}

a, h3 {
    color: white;
    text-decoration: none;
    font-family: 'majesti';
}

.navRow{
    display: flex;
    font-size: 1.5em;
    background-color: #be1e2d;
    font-family: 'majesti';
}

.navRow>ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center
}

.navRow>ul>li{
    flex: 1;
    list-style: none;
    padding: 1em;
}

.navRow>ul>#navLogo{
    display: flex;
    flex: 6;
    align-content: center;
    justify-content:flex-start;
    background-repeat: no-repeat;
    max-height: 7em;
    padding: 0;
}

.centerContent {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.heroRow {
    font-size: 1.5em;
    display: flex;
    color: white;
    flex-direction: column;  
    background-color: RGBA(0,0,0,.5);
    padding: 2em;
    align-items: center;
    text-align: center;
}
.heroRow>.centerContent>h1{
    text-transform: uppercase;
}

.centerContent-about {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.heroRow-about>.centerContent-about>.ourMission>h2{
    text-transform: uppercase;
    font-family: 'majesti';
}

.heroRow-about>.centerContent-about>.ourChef>h2{
    text-transform: uppercase;
    font-family: 'majesti';
}
.heroRow-about {
    font-size: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    color: white;
    font-family: 'athelas';
    background-color: RGBA(0,0,0,.5);
}

.heroRow-about>.centerContent-about>.ourMission {
    flex: 1;
    padding: 20px;
    flex-wrap: wrap
}

.heroRow-about>.centerContent-about>.ourChef {
    flex: 1;
    padding: 20px;
    flex-wrap: wrap;
}

.centerContent-menu {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.heroRow-menu>.centerContent-menu>.lunchMenu>h1{
    text-transform: uppercase;
    font-family: 'majesti';
}

.heroRow-menu>.centerContent-menu>.dinnerMenu>h1{
    text-transform: uppercase;
    font-family: 'majesti';
}
.heroRow-menu>.centerContent-menu>.drinksMenu>h1{
    text-transform: uppercase;
    font-family: 'majesti';
}
.heroRow-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    color: white;
    font-family: 'athelas';
    background: linear-gradient(to bottom, RGBA(0,0,0,.7), RGBA(0,0,0,.5), RGBA(0,0,0,.3), RGBA(0,0,0,0));
}

.heroRow-menu>.centerContent-menu>.lunchMenu {
    flex: 1;
    padding: 30px;
    flex-wrap: wrap;
}

.heroRow-menu>.centerContent-menu>.dinnerMenu {
    flex: 1;
    padding: 30px;
    flex-wrap: wrap;
}

.heroRow-menu>.centerContent-menu>.drinksMenu {
    flex: 1;
    padding: 30px;
    flex-wrap: wrap;
}

.ourHistory {
    font-size: 1.5em;
    display: flex;
    color: white;
    flex-direction: column;  
    background-color: RGBA(0,0,0,.5);
    padding: 2em;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
}

.ourHistory>.centerContent>h2{
    text-transform: uppercase;
}

.emailRow {
    font-family: 'athelas';
    display: flex;
    color: white;
    flex-direction: column;  
    background: linear-gradient(to right, RGBA(190,30,45,0), RGBA(190,30,45,1), RGBA(190,30,45,1), RGBA(190,30,45,0));
    align-items: center;
    text-align: center;
    padding: 1em;
}

.emailForm{
    display: flex;
    width: 100%
}

.emailForm>input[type=text] {
    flex: 1;
    border: none;
    padding: .5em;
    text-align: center;
}

.emailForm>button {
    padding: .5em;
    border: none;
    background-color: #8a8c8f;
    color: white;
    width: 8em;
    font-family: 'athelas';
    text-transform: uppercase;
}

.featuresRow {
    display: flex;
    align-content:center; 
}

.btn {
    padding: .5em;
    border: none;
    background-color: #be1e2d;
    color: #d7e4c2;
    width: 6em;
    font-size: .8em;
    font-family: 'athelas';
    text-transform: uppercase;
}

.btnPlus {
    padding: .5em;
    border: none;
    background-color: #d7e4c2;
    color: #be1e2d;
    width: 8em;
    font-family: 'majesti';
    text-transform: uppercase;
}

.slider-holder {
    width: 800px;
    height: 300px;
    background-color: yellow;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 78px;
    text-align: center;
    overflow: hidden;
}

.image-holder {
    width: 1600px;
    background-color: red;
    height: 300px;
    clear: both;
    position: relative;
        -webkit-transition: left 2s;
        -moz-transition: left 2s;
        -o-transition: left 2s;
        transition: left 2s;
}

.slider-image {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#slider-image-1:target ~ .image-holder {
    left: 0px;
}
        
#slider-image-2:target ~ .image-holder {
    left: -266px;
}
        
#slider-image-3:target ~ .image-holder {
    left: -533px;
}

#slider-image-4:target ~ .image-holder {
    left: -800px;
}
    
.button-holder {
    position: relative;
    top: -20px;
}
        
.slider-change {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: brown;
}

.socialRow {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    background-color: #be1e2d;
    padding: 1em;
}

.socialRow>.centerContent>ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
    align-items: center;
}

.menu-item-price {
    font-family: 'majesti';
    font-size: 1.1em;
    color: #d7e4c2;
}

.menu-item-name {
    font-family: 'athelas';
    font-size: 1.2em;
}

.heroRow-sitemap {
    padding: 25px;
    color: #be1e2d;   
}
.heroRow-sitemap>ul>li>a {
    font-family: 'athelas';       
}

.bocaMap {
    display: flex;
    justify-content: center;
    padding: 20px;
    color:#d7e4c2;
    background-color: RGBA(0,0,0,.5);
    padding-bottom: 100px;
}

.miamiMap {
    display: flex;
    justify-content: center;
    padding: 20px;
    color:#d7e4c2;
    background-color: RGBA(0,0,0,.5);
}

.openTable {
    display: flex;
    padding: 15px;
    padding-bottom: 100px;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    color: #be1e2d;
    background-color: RGBA(255,255,255,.5);
}

.navbar{
    background-color: #be1e2d;
    overflow: hidden;
    height: 63px;
}

.navbar a{
    float:inherit;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar ul{
    margin:8px 0 0 0;
    list-style: none;
}

.navbar a:hover{
    background-color: #ddd;
    color:#000;
}

.side-nav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    opacity: 0.9;
    overflow-x:hidden;
    padding-top: 60px;
    transition:0.5s;
}

.side-nav a{
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    color: #ccc;
    display: block;
    transition: 0.3s;
}

.side-nav a:hover{
    color: #fff;
}

.side-nav .btn-close{
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 36px;
    margin-left: 50px;
}

#main{
    transition:margin-left 0.5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

@media(max-width:560px){
    .navRow{display: none}
}

@media(min-width:560px){
    .open-slide{display: none}
}
@media(min-width:560px){
    .navbar{display: none}
}