body, head {
margin: 0;
width: 100%;
max-width: 100%;
color: #ffffff;
background: #111111;
line-height: 1.6;
background-color: bisque;

}

p{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
}

h1{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 b{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h2 b{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img, video{
    display: inline-block;
}

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:orangered;
}

.p p{
    color:orangered;
    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: #f09801;;
    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: auto;
  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: #f09801;
}

h1 b, footer a, h1 u{
    color: orangered;

}

.footer-contact p{
    display: inline-block;
}

q{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-large;
    color: #f09801;
}

.Home-Cook-Pictures{
  display: inline-flex;
  overflow-x: auto;
  width: 100%;
}

.Home-Cook-Videos{
  display: flex;
  overflow-x: auto
}

.Home-Cook-Pictures img, .Home-Cook-Videos video{
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

nav a:hover, .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, .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;
}

b, a, h2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img, video, .Events-Catering-Images-Videos img, .Events-Catering-Images-Videos video{
border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

form textarea{
    width: 100%;
    height: 30%;
}

.Photo-and-Vid-Background img, .Photo-and-Vid-Background video{
    display: inline-block;
   overflow-x: auto;

}


.Photo-and-Vid-Background{
  overflow-x: auto;
  width: 100%;
}

.Photos-and-Videos video{
    display: inline-block;
   overflow-x: auto;

}

.Gallery-Background{
    background-color: white;
}