body, head {
margin: 0;
width: 100%;
max-width:fit-content;
color: #ffffff;
background: #111111;
line-height: 1.6;
background-color: bisque;

}

h2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    font-weight: 300;
    background-color: #111111;
    color: goldenrod;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

h2 b{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    font-weight: 300;
    background-color: #111111;
    color: goldenrod;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
h3{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
    font-weight: 300;
    color: goldenrod;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

h3 b{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-weight: 300;
    color: goldenrod;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Food-menu h3, .Drink-menu h3{
    color: orangered;
}

p{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
}

a{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-style: oblique;
    max-width: 100%;
}

.section{
    background-color: #111111;
    padding: 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: sticky;
    top: 0;
    width: 100%;  
}

form{
    color:#f09801;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-width: 100%;

}

form textarea{
    max-width: 100%;

}

.message textarea{
    width: 5%;
    height: 5%;

}

.section p{
    display: inline-block;
}


.sec-img img{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.Links, .sec-img{
   
    display: inline-block;
}

.Links{
    width:fit-content;
    max-width: 100%;

}

.Links a{
    color: #f09801;
    padding: 14px 16px;
    text-decoration: none;
}

.sec-img{
    
    max-width: 100%;
}

.p a{
    color:brown;
}

.p p{
    color: goldenrod;
    padding-left: 2px;
}

.image-logo{
    background-color: black;
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.image-logo img{
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    max-width:100%;
    height:20%;
    max-height:25%;
}

.p, .sec-img{
    display: inline-block;
    max-width: 100%;

}

.Internal-Links a{
    color: brown;
    padding-left: 3%;
}

.Internal-Links{
    background-color: #111111;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.Landing-Cooking{
  display: flex;
  overflow-x: hidden;
  overflow-x: scroll;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.landing p, .cooking p{
     color: #111111;
}

.landing a, .cooking a{
    color:#f09801;
}

footer{
    background-color: #111111;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

footer p{
    color: beige;
}

h1 b, footer a, h1 u{
    color: goldenrod;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.footer-contact p{
    display: inline-block;
}



q{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    color: #f09801;
}

.About-Us h2, .who-we-are h2, .our-values h2, h2{
    color: goldenrod;

}

.About-Us h3{
    color: goldenrod;
}

label{
    color: brown;
}

footer a{
   color: goldenrod;
}

footer input{
    color:brown;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}

li{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-style: oblique;
    max-width: 100%;
    color: goldenrod;
}

.nav a:hover, .p a:hover, .Internal-Links a:hover, .Food-Link a:hover, .Food-Link-2 a:hover, .Drink-Link a:hover, .internal-navigate a:hover, .Landing-Cooking a:hover, .contact-footer a:hover, .footer-contact a:hover{
    color:orangered;
}

.nav a::after, .p a::after, .Internal-Links a::after, .Food-Link a::after, .Food-Link-2 a::after, .Drink-Link a::after, .internal-navigate a::after, .Landing-Cooking a::after, .contact-footer a::after, .footer-contact a::after{
    color:red;
}

img, video{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}