/* Design (h1, p, etc) */
h1 {
    color: #E88658;
}
h2 {
    color: #D84C4B;
    font-family: 'Sue Ellen Francisco', monospace;
}
h3 {
    color: #D84C4B;
    font-family: 'Sue Ellen Francisco', monospace;
}
h4 {
    color: #E88658;
}
p {
    color: black;
    font-family: 'Spectral', serif;
}
a {
    text-decoration: none;
}


/* Colors 
#D84C4B - Red
#E7C559 - Brown/Yellow
#76AC4F - Green
#FDF7B4 - Yellow
#E88658 - Orange 


 /* Navigation */ 
.nav {
    text-align: center;
    height: auto;
    width: 700px;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    min-width: 33%;
}
.nav a {
    color: #E7C559;
    display: block;
    font: bold 16px/50px sans-serif;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'Hachi Maru Pop', monospace;
}
.nav li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    background-color: white;
}
.nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.nav li ul li {
    width: 100%;
}
.nav a:hover {
    color: #FDF7B4;
}


/* Header Two */
.two {
    text-align: center;
    vertical-align: middle;
    height: auto;
    padding: 10px;
    background-image: url(Images/fresh-water-on-restaurant-table.jpg);
}
.two ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.two li {
    display: inline-block;
    margin: 0;
    position: relative;
    min-width: 33%;
}
.two a {
    color: #E7C559;
    display: block;
    font: bold 16px/50px sans-serif;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    font-family: 'Hachi Maru Pop', monospace;
}
.two li:hover a {
    color: #FDF7B4;
}
.two li ul li a:hover {
    color: #FDF7B4;
}
.two li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    background-color: white;
}
.two li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.two li ul li {
    width: 100%;
}
.two li ul a:hover {
    color: #FDF7B4;
}
.two a:hover {
    color: #FDF7B4;
}

/* Footer*/
footer {
    clear: both;
    background-color: #D84C4B;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    width: 100%;
    font-family: 'Hachi Maru Pop', cursive;
}
.footer {
    list-style-type: none;
    color: #E7C559;
    font-size: 1em;
}
.footer li {
    display: inline;
    color: #E7C559;
    padding-left: 25px;
    text-align: center;
    font-size: 0.95em;
}
.footer a {
    text-decoration: none;
    color: #E7C559;
}
.footer a:hover {
    color: #FDF7B4;
    background-color: #D84C4B;
}
.foot {
    color: #E7C559;
    font-size: 0.85em;
    padding-bottom: 10px;
}
.foo {
    border: solid thin #E7C559;
}
.contact {
    text-decoration: none;
    color: #E7C559;
}
.contact:hover {
    color: #FDF7B4;
    background-color: #D84C4B;
}
/* End of Nav and Footer */

.logo {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}

/* -- Home (Index) -- */
main {
    margin: 15px;
}
.body {
    margin: 25px;
    line-height: 2;
}
/* Hours */
.hours {
    float: left;
    position: relative;
    width: auto;
    margin: 0 15px 15px 15px;
    padding: 15px;
    border: solid thin black;
    text-align: center;
}
/* Slideshows */

.slideshow .slides {
  display: grid;
}
 
.slideshow .slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.4s;
}
 
.slideshow .slide.is-active {
  opacity: 1;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.slide {
    list-style-type: none;
}
/* -- Menu -- */

/* Happy Hour */

body {
    margin: 0;
    font-family: sans-serif;
}

.hero {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(Images/fresh-water-on-restaurant-table.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.cont {
    margin: 10px;
    width: auto;
    height: auto;
}
.img {
    margin: 10px;
    text-align: center;
}

/* -- Deals -- */
.event {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-bottom: 15px;
    width: 45%;
    border: solid thin black;
    background-color: white;
}
 .color {
    background-color: #E88658;
    position: absolute;
    z-index: -1;
    height: 250px;
    width: 90%;
    margin-top: 85px;
    margin-left: 5%;
    margin-right: 5%;
    vertical-align: middle;
    text-align: center;
}

/* -- Catering -- */

/* -- About -- */ 
.us {
    float: left;
    width: 330px;
    border: solid thin black;
    margin: 5px;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
    text-align: center;
    height: 620px;
}
.u {
    text-align: left;
}
.me {
    width: 60px;
}
.about {
    border: solid thin black;
    float: left;
    position: relative;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.form {
    border: solid thin black;
    width: auto;
    padding: 7px;
    margin: 5px;
    float: left;
    bottom: 10;
    left: 10;
}
.map {
    float: right;
    position: relative;
    margin: 5px;
    width: auto;
}
.ah {
    border: solid thin #E7C559;
    width: 90%;
}
label {
    font-family: 'Spectral', serif;
}
.h2 {
    color: #D84C4B;
    font-family: 'Sue Ellen Francisco', monospace;
    text-align: center;
}
textarea {
    width: 175px;
}
.social ul li {
    list-style-type: none;
    
}
/* Font Awesome */
.fab {
    font-size: 30px;
    color: #E7C559;
    display: inline;
}

/* -- Thank You -- */
.thanks {
    text-align: center;
    border: solid thin black;
}
.thanks p {
    font-family: 'Sue Ellen Francisco', monospace;
}

/* ~~~ Media Query ~~~ */
@media only screen and (max-width: 700px) 
{
    .us {
        width: auto;
    }
    .form {
        width: auto;
    }
    .nav {
        width: 600px;
    }
}
