/* index page only */
.full-screen {
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

.half-screen {
    width: 100%;
    min-height: 50vh;
    text-align: center;
}

#splash-logo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

#explore {
    width: 180px;
    display: block;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding: 10px;
    background-color: cadetblue;
    text-decoration: none;
    font-family: 'Staatliches', sans-serif;
    font-size: 18px;
    color: white;
    border-radius: 25px;%;
    box-shadow: 0px 6px 16px gray; 
}

#menu {
    background-image: url("../images/food.jpg");
    background-size: cover;
    padding-top: 20%;
}

.quote {
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px 4px black;
}

#explore:hover {
    background-color: gray;
}

#our-story {
    background-color: white;
    padding-top: 10%;
    padding-bottom: 30px;
}

#sopa-burger {
    background-image: url("../images/rfl_10978-1400x933_c.jpg");
    background-size: cover;
    padding-top: 10%;
}

#store {
    padding-top: 10%;
    padding-bottom: 10%;
}

#store img {
    width: 20%;
    margin: 40px;
}

#store p {
    color: white;
    text-shadow: 2px 2px 4px black;
}

/* main pages */
body {
    background-color: burlywood;
    margin:auto;
}


#header {
    text-align: center;
}

#logo {
    width: 350px;
}

#header {
    margin-top: 30px;

}

nav ul {
    text-align: center;
    height: 40px;
    padding: 0;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 16px;
    text-transform: uppercase;
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    text-align: center;
}

nav ul li a {
    color: #531d17;
    text-decoration: none;
    padding-bottom: 4px;
}

nav ul li a:hover {
    border-bottom: 4px solid #039dcd;
}

.content {
    padding: 100px;
    padding-left: 10%;
    padding-right: 10%;
    margin: auto;
    background-color: white;
    
}

h1 {
    font-size: 44px;
    width: 35%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: thick dotted black;
}

h2 {
    font-size: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 18px;
}

/* menu styles*/
.content-menu {
    padding-top: 20px;
}

.meal h1, h2, h3 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #531d17; 
}

.menu-section {
    width: 50%;
    margin: auto;
}

.menu-section ul {
    padding: 0;
    font-size: 24px
}

.item {
    list-style-type: none;
    margin-top: 5px;
    border-bottom: thin dotted black;
}

.price {
    float: right;
}

.description {
    display: block;
}

/* story page */
#paul-and-rita {
    float: right;
}

.float-right {
    float: left;
}

/* google map */
iframe {
    display: block;
}