@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    background-color: #fff;
}

header {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

nav {
    float: right;
    width: 70%;
    text-align: center;
    padding-top: 25px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: right;
}

nav ul li a {
    display: block;
    text-decoration: none;
    padding: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
}

nav a:hover {
    color: #fb9B06;
    transition: 0.3s;
}

h2 {
    color: #fb9B06;
}

video {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

hr {
    border: 2px solid #fb9B06;
    width: 100%;
    margin: 0 auto;
}

footer {
    background-image: url(../images/lightsboardcropped.jpg);
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    padding: 40px;
    margin: auto;
    color: #fff;
    text-shadow: 2px 2px rgb(41, 41, 41);
    text-align: center;
    position: relative;
    font-weight: 400;
}

table {
    border: 1px solid #fb9B06;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

table td {
    text-align: center;
}

table td, th {
    padding: 5px;
    border: 1px solid #fb9B06;
    text-align: center;
}

tr:nth-of-type(even) {
    background-color: #FFF6E8;
}

form {
    max-width: 35%;
    background-color: #fff;
    margin: auto;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

input, textarea {
    width: 260px;
    border-radius: 15px;
    padding: 10px;
    border: 2px solid #ccc;
    transition: .5s;
    outline: none;
}

input[type="submit"] {
    width: 260px;
    background-color: #fb9B06;
    padding: 10px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: auto;
    transition: .2s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

input[type="submit"]:hover {
    background-color: #fff;
    color: #fb9B06;
    border: 2px solid #fb9B06;
}

input:hover, textarea:hover {
    border: 2px solid #fb9B06;
}

.logo {
    width: 30%;
    float: right;
    padding: 25px;
    text-align: center;
    color: #fff; 
    font-weight: 300;
}

.logo img {
    width: 300px;
}

.banner {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-content {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-top: 250px;
}

.banner-content h1 {
    font-weight: 300;
    font-size: 100px;
}

.menu {
    background-image: url(../images/carrots.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
}

.menu-content {
    text-align: left;
    color: black;
    font-weight: 400;
    padding: 15px;
    padding-left: 20%;
}

.reservations {
    background-image: url(../images/marble.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
}

.reservations-content {
    text-align: left;
    color: black;
    font-weight: 400;
    padding: 15px;
    padding-left: 20%;
}

.contact {
    background-image: url();
}

.contact-content {
    text-align: center;
    color: black;
    font-weight: 400;
    padding: 15px;
    margin: auto;
}

.contact-content p {
    width: 70%;
    margin: auto;
}

.formsubmit {
    background-image: url(../images/antiquespoon.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.formsubmit p {
    color: black;
    margin: auto;
    width: 65%;
}

.formsubmit-content {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-top: 175px;
}

.formsubmit-content h1 {
    font-weight: 300;
    font-size: 75px;
}

.content-right {
    float: right;
    width: 50%;
    padding: 25px;
}

.content-left {
    float: left;
    width: 50%;
    padding: 25px;
}

.content-right ul {
    list-style: none;
    color: #fb9B06;
    font-style: italic;
    font-weight: 700;
    margin: 0 50px;
}

.content-right li::before {
    content: "\25E6";
    color: black;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.img-right {
    float: right;
    width: 50%;
    padding: 25px;
}

.img-right img {
    width: 100%;
}

.img-left {
    float: left;
    width: 50%;
    padding: 25px;
}

.img-left img {
    width: 100%;
}

/* .social {
    width: 22%;
    min-height: 200px;
    float: left;
    text-align: center;
    margin: 1em;
    padding: 2em;
    box-shadow: 0 20px 40px #8d9bdf7d;
} */

/* .button {
    background-color: #4f6ae6;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: uppercase;
    min-width: 170px;
    padding: 20px 15px;
    border-radius: 30px;
    margin: 5% 0;
    text-align: center;
    text-decoration: none;
} */

.button {
    background-color: #fb9B06;
    border: 2px solid #fb9B06;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0.8;
    min-width: 170px;
    padding: 15px;
    border-radius: 30px;
    margin: 25px 0;
    transition: 0.5s;
}

.button:hover {
    color: #fb9B06;
    background-color: #fff;
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.copy {
    text-align: center;
    padding: 200px;
}

.box{
    width: 33%;
    padding: 10px;
    text-align: center;
    float: left;
}

.box img{
    width: 60%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
  
/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
  
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.social a {
    margin: 0 5px;
}

.social img {
    width: 30px;
}

.icon {
    color: #fff;
    position: absolute;
    font-size: 30px;
    top: 25px;
    right: 50px;
    cursor: pointer;
    display: none;
}
/* #mySubmit {
    
} */

#mobile {
    display: none;
}

#desktop {
    display: inline;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;;
    }
}
  
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

@media(max-width:925px) {
    /* body {
        background-color: lightblue;
    } */
    #nav:checked~nav {
        /* display: block; */
        /* option */
        max-height: 400px;
    }
    nav {
        width: 100%;
        float: none;
        background-color: #fb9B06;
        /* display: none; */
        /* option */
        max-height: 0;
        overflow: hidden;
        transition: .3s;
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        color: #fff;
    }
    nav ul li:hover ul {
        display: none;
    }
    form {
        max-width: 80%;
    }
    .label {
        display: block;
    }
    .logo {
        float: none;
        width: 100%;
    }
    .banner-content {
        text-align: center;
        color: #fff;
        width: 100%;
        margin: 0 auto;
        padding-top: 300px;
    }
    .banner-content h1 {
        font-weight: 300;
        font-size: 400%;
    }
    .content-left, .content-right, .img-left, .img-right, .box {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* RESPONSIVE NAVIGATION CSS */
/* Add a black background color to the top navigation */
.topnav {
    background-color: #fb9B06;
    overflow: hidden;
    margin-top: 40px;
}
  
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 15px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #fff;
color: #fb9B06;
}

/* Add an active class to highlight the current page */
.topnav a.active {
background-color: #333;
color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 925px) {
    .topnav a:not(.active) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      position: static;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 925px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}