body {
    background-color: ivory;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

h1 {
    text-align: center;
    font-size: 100px;
    padding: 0px;
    margin: 0px;
    background-color: rgba(102, 0, 198, 0.22);
    color: white;
}

h2 {
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0px;
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

.clear {
    clear: both;
}

aside {
    float: left;
    width: 25%;
    padding-left: 8px;
    text-align: center;
    padding-top: 10px;

}

aside ul li {
    list-style-type: circle;
    padding-top: 0px;
}

.aside2 {
    display: none;
}

section {
    float: left;
    width: 72%;
    padding-left: 2px;
    padding: 8px;
    border-left: 1px solid black;
    display: block;
}

/*MENU*/

nav {
    position: sticky;
    background-color: rgba(102, 0, 198, 0.6);
    text-align: center;
    display: inline-block;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

nav ul {
    margin: 0px;
    display: inline-block;
    list-style-type: none;
    padding: 0px;
}

nav ul li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0px;
    position: relative;
}

nav ul li a {
    list-style-type: none;
    display: inline-block;
    padding: 14px 16px;
    color: white;
    text-decoration: none;
    margin: 0px;
}

nav ul li a:hover {
    background-color: #DED2E2;
    color: black;
    margin-top: 0px;
    display: block;
    font-weight: bold;
}

nav ul li:hover ul {
    display: block;

}

nav ul ul {
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    position: absolute;
    z-index: 999px;
    background-color: white;
    color: black;

}

nav ul li ul li {
    display: block;

}

nav ul li ul li a {
    padding: 14px 16px;
    text-align: center;
    color: black;
    z-index: 999;
}

.active {
    font-weight: bold;
    color: yellow;
}

p a.link:hover,
center a:hover {
    color: darkmagenta;
    font-weight: bold;
}

#map {
    float: left;
    display: inline-block;
    width: 40%;
}

#map1 {
    width: 100%;
}

#img {
    float: left;
    padding: 10px;
    padding-right: 30px;
}

#contactform {
    border: none;
    display: inline-block;
    float: left;
    width: 55%;
    padding-left: 5px;

}

#socialicon {
    padding: 10px;
}

img.social {
    padding: 5px;
}

footer {
    text-align: center;
    padding: 6px;
    background: rgba(102, 0, 198, 0.22);
    display: inline-block;
    width: 100%;


}

#padding {
    padding: 5px;
    margin: 0px auto;

}

div.footer {
    float: left;
    padding-right: 10px;
    width: 32%;
}

form {
    text-align: center;
    padding-top: 5px;
}

input[type=submit] {
    width: 100px;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(117, 36, 198, 0.41);
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.food {
    width: 200px;
    float: left;
    padding: 10px;
    margin: 5px;
    height: 300px;
}

img.pic {
    cursor: pointer;
}


.front {
    z-index: 999;
}

.banner {
    width: 400px;
    height: 550px;
    float: left;
    display: block;
    margin: 0px auto;
    position: relative;

}

summary {
    cursor: pointer;
}

.banner {
    width: 50%;
    height: 538px;
    position: relative;
}

#slider {
    width: 100%;
    height: 538px;
    position: absolute;
    overflow: hidden;
}

#next {
    text-align: center;
    line-height: 50px;
    color: black;
    width: 50px;
    height: 50px;
    background-color: gainsboro;
    font-weight: bold;
    border-radius: 50px;
    position: absolute;
    top: 205px;
    right: 0;
    z-index: 99;
    cursor: pointer;
    opacity: 0.4;
}

#pre {
    text-align: center;
    line-height: 50px;
    color: black;
    width: 50px;
    height: 50px;
    background-color: gainsboro;
    border-radius: 50px;
    font-weight: bold;
    position: absolute;
    top: 205px;
    left: 0;
    z-index: 99;
    cursor: pointer;
    opacity: 0.4;
}

.banner:hover #next {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.banner:hover #pre {
    opacity: 1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

#curtain {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

#light {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
}

#close {
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 990;
}

figcaption {
    text-align: center;
    width: 180px;
    padding-left: 5px;
}

input[type=submit]:hover {
    background-color: rebeccapurple;
    font-weight: bold;
    color: white;
}

input[type=text],
[type=email] {
    padding: 5px;
    border-radius: 5px;
}

p {
    margin-top: 0px;
}

p.copy {
    text-align: center;
    font-size: 12px;
}

p.follow {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 30%;
}

#menubox {
    background-color: white;
    width: 75%;
    margin: 0 auto;
}

table {
    width: 100%;
    border: 1.5px solid rebeccapurple;
    border-collapse: collapse;

}

td,
th {
    padding: 8px;
}

td#left {
    text-align: right;
}

th {
    text-align: center;
    background-color: lightgrey;
}

@media screen and (max-width: 768px) {
    nav ul li,
    nav ul {
        width: 100%;
    }
    nav ul ul li {
        z-index: 999;
    }
    #main {
        display: none;
    }
    aside {
        display: none;
    }
    section {
        width: 100%;
        text-align: center;
        padding: 0px;
        float: none;
    }
    div.footer {
        display: block;
        float: none;
        width: auto;
        height: auto;
        text-align: center;
    }

    p.follow {
        padding: auto;
    }
    .aside2 {
        display: block;
        width: 100%;
        font-size: 18px;
    }

    td {
        text-align: left;
        padding: 10px;
    }
    textarea#message {
        width: 100%;
    }
    figcaption {
        display: none;
    }
    img.pic {
        display: inline-block;
    }
    figure.food {
        padding: 2px;
        width: auto;
        padding: 2px;
        margin: 2px;
        height: auto;
    }
    h1 {
        display: none;
    }
    #menuu {
        display: none;
    }
    #map2 {
        width: 100%;
    }
    div#slider, div.banner,img.bannerpic{
        width: 100%;
    }
  

}
