body {
    background-color: rgb(30, 30, 30);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

hr {
    all: unset;
    display: flex;
    justify-self: center;
    height: 0.5px;
    background-color: white;
    width: 90%;
    margin: 1.5vw 0 1vw 0;
}

header {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: clamp(7vw, 7.5vw, 10vw);
    display: flex;
    background: linear-gradient(180deg, rgb(40, 40, 40), rgba(40, 40, 40, 0.75));
    align-items: center;
    z-index: 1;
}

.logo {
    padding: 0;
    margin: 0;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
}

.logo img {
    height: clamp(4.5vw, 5vw, 7.5vw);
    width: auto;
    margin: 1vw 1vw 1vw 2.5vw;
    border-radius: 100%;
    box-shadow: rgba(255, 255, 255, 0.499) 0 0 5px;
}

.logo p {
    margin: 0;
    padding: 0;
    font-size: 3.5vw;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px black;
}

.buttons {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    float: right;
}

.buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.buttons ul li {
    margin: 0 3vw 0 3vw;
    padding: 0;
}

.buttons ul li a {
    font-size: 2vw;
    text-decoration: none;
    color: white;
}

.buttons ul li a:hover {
    text-decoration: underline;
    opacity: 0.75;
}

.background-imgs {
    position: relative;
    width: 100%;
    height: clamp(500px, 47.5vw, 800px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-imgs img {
    width: 100%;
    height: auto;
}

.introduction {
    width: 100%;
    height: auto;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-color: rgb(40, 40, 40);
}

.introduction h1 {
    z-index: 2;
    font-size: 4vw;
    margin-bottom: 2vw;
}

.introduction-text {
    z-index: 2;
    font-size: 1.5vw;
    width: 35%;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 1vw;
}

.info-text {
    z-index: 2;
    font-size: 1.5vw;
    width: auto;
    line-height: 1.25;
    text-align: center;
}

.title {
    z-index: 2;
    font-weight: bold;
    margin: 0 0 0.75vw 0;
    color: white;
    text-align: center;
}

.title:has(u) {
    margin-top: 2.5vw;
}

.info-buttons {
    z-index: 2;
    padding: 0;
    margin: 0;
    height: 7.5vw;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.info-buttons ul li {
    margin: 0 1vw 0 1vw;
    padding: 0;
}

.info-buttons ul li a {
    font-size: 2vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 5px;
}

.info-buttons ul li a:hover {
    font-size: 2.05vw;
    border: white 2px solid;
    text-decoration: underline;
}

.info-buttons ul li a:active {
    font-size: 1.95vw;
}

.home-pictures {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 5.5vw 0 0 5vw;
    display: flex;
    align-items: end;
}

.home-pictures img {
    width: 27.5%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    animation-direction: alternate;
}

img.fade-in-up {
    filter: blur(15px);
    transform: translateY(20px);
    opacity: 0.5;
    transition:
        filter 0.8s ease-out,
        transform 0.8s ease-out,
        opacity 0.8s ease-out;
}

img.fade-in-up.visible {
    filter: blur(0px);
    transform: translateY(0);
    opacity: 1;
}

.home-menu {
    width: 100%;
    height: auto;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.home-menu h1 {
    font-size: 3vw;
    margin: 0 0 1vw 0;
}

.home-menu h1 p img{
    width: 4vw;
    height: auto;
    margin-left: 0.5vw;
    vertical-align: middle;
}

.home-menu h1 p img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.menu-slider {
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
    gap: 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.menu-slider img {
    width: 18.5vw;
    height: auto;
    margin-right: 0.5vw;
}

.slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.slide {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 40px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

.menu-button {
    font-size: 2vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: black;
    color: white;
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 5px;
    margin-top: 1vw;
}

.menu-button a {
    color: white;
    text-decoration: none;
}

.menu-button:hover {
    font-size: 2.05vw;
    border: white 2px solid;
    text-decoration: underline;
}

.menu-button:active {
    font-size: 1.95vw;
}

footer {
    position: relative;
    width: 100%;
    height: clamp(20vw, 25vw, 30vw);
    background-color: rgb(30, 30, 30);
    display: flex;
    justify-content: center;
}

.footer-left-info {
    position: absolute;
    left: 2vw;
    top: 2vw;
    color: white;
    font-size: 1.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.phone-number {
    text-decoration: none;
    color: white;
}

.email {
    text-decoration: none;
    color: white;
}

.footer-left-info p {
    margin-bottom: 0.85vw;
}

.footer-center {
    margin-top: 2vw;
}

.footer-center figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.footer-center figure img {
    width: 8vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.5) 0 0 5px;
}

.footer-center figure figcaption {
    margin-top: 1vw;
    font-size: 2vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.socials-list {
    list-style-type: none;
    margin: 1vw 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.socials-list li {
    margin: 0 1vw 0 1vw;
    padding: 0;
}

.socials-list li img {
    width: 4vw;
    height: auto;
    margin-bottom: 1vw;
}

.socials-list li img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.footer-center span {
    font-size: 1vw;
    color: white;
    text-align: center;
}

.footer-right-info {
    position: absolute;
    right: 2vw;
    top: 2vw;
    color: white;
    font-size: 1.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
}

.footer-right-info p {
    margin-bottom: 0.5vw;
    text-align: right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* About Page */

.about-us-background {
    background-color: rgb(50, 50, 50);
    width: 100%;
    height: 60vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7.5vw 0 2.5vw 5vw;
    overflow: hidden;
}

.about-us-background img {
    width: auto;
    height: 100%;
}

.about-us-background h1 {
    color: white;
    font-size: 4vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    align-self: flex-start;
    margin: 0 0 5vw 0;
}

.about-us-content {
    width: 100%;
    height: auto;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 0 5vw 2.5vw 5vw;
    font-size: 1.5vw;
}

/* Menu Page */

.menu-background {
    background-color: rgb(50, 50, 50);
    width: 100%;
    height: auto;
    padding: 7.5vw 0 2.5vw 0;
    overflow: hidden;
}

.menu-background h1 {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    color: white;
    font-size: 4vw;
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

h2 {
    color: white;
    font-size: 3vw;
    margin-bottom: 1vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

h3 {
    color: white;
    font-size: 1.5vw;
    margin-bottom: 2vw;
    padding: 0 25vw 0 25vw;
    text-align: center;
}

.menu-buttons {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}

.menu-buttons button {
    margin: 1vw 0 0 1vw;
    padding: 0.5vw 1vw;
    z-index: 2;
    cursor: pointer;
    font-size: 1.5vw;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.menu-buttons button:hover {
    border: white 2px solid;
    text-decoration: underline;
}

.call-to-order {
    padding: 0.75vw 1.25vw;
    margin: 0 auto 2.5vw auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    z-index: 2;
    cursor: pointer;
    font-size: 1.5vw;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.call-to-order:hover {
    border: white 2px solid;
    text-decoration: underline;
}

.pictures {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 0;
}

.leftside {
    width: 20%;
    height: 100%;
    float: left;
}

.rightside {
    width: 20%;
    height: 100%;
    float: right;
}

.leftside img {
    width: 90%;
    height: auto;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    object-fit: cover;
    margin: 0 0 0 1vw;
}

.rightside img {
    width: 90%;
    height: auto;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    object-fit: cover;
    margin: 0 1vw 0 0;
}

.spacer {
    height: 20vw;
    width: 100%;
}

.section {
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
}

.section.visible {
    display: flex;
}

.smash-burgers {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.smash-burgers ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.smash-burgers ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.salads {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.salads ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.salads ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.tacos {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tacos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.tacos ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.sandwiches {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sandwiches ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.sandwiches ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.fries {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fries ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.fries ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.desserts {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.desserts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.desserts ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.beverages {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.beverages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.beverages ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.alcbeverages {
    width: 60%;
    height: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.alcbeverages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.alcbeverages ul li {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.menu-title {
    font-weight: bold;
}

.menu-description {
    font-style: italic;
    font-size: 2vw;
    margin-bottom: 2vw;
}

.menu-description p {
    font-style: italic;
    font-size: 2vw;
}

/* Gallery Page */

.gallery-background {
    background-color: rgb(50, 50, 50);
    width: 100%;
    height: auto;
    padding: 7.5vw 0 0 0;
    overflow: hidden;
}

.gallery-background h1 {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    color: white;
    font-size: 4vw;
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.gallery-pictures {
    width: 97.5%;
    height: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgb(50, 50, 50);
    background-size: cover;
    gap: 1vw;
    overflow: hidden;
    margin: 0 0 0 10vw;
}

.gallery-pictures img {
    width: 20%;
    object-fit: cover;
    height: auto;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    margin: 0 0 2.5vw 0;
}

/* Contact Page */

.contact-us-background {
    background-color: rgb(50, 50, 50);
    width: 100%;
    height: 50vw;
    display: flex;
    padding: 10vw 0 0 7.5vw;
    overflow: hidden;
}

.contact-us-background nav h1 {
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: left;
    margin: 0 0 1vw 0;
}

.contact-us-background nav h2 {
    color: white;
    font-size: 2vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: left;
    margin: 0 0 0.75vw 0;
}

.contact-us-background nav p {
    color: white;
    font-size: 1.5vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    text-align: left;
    margin: 0.25vw 0 0 0;
}

.contact-logo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-left: 5vw;
}

.contact-logo img {
    width: auto;
    height: 90%;
    display: block;
    margin: 0 auto;
}

/* Responsive Design */

/* Mobile phones */
@media (max-width: 600px) {
    header {
        height: 10vw;
    }
    
    .buttons {
        width: 75%;
    }
    
    .buttons ul li a {
        font-size: 3vw;
    }
    
    .home-pictures {
        margin: 15vw 0 0 0;
    }
    
    .introduction h1 {
        font-size: 7.5vw;
    }
    
    .introduction-text {
        font-size: 2.5vw;
        width: 90%;
    }
    
    .info-buttons {
        margin: 5% 0 0 0;
    }
    
    .info-buttons ul li a {
        font-size: 5vw;
    }
    
    .info-buttons ul li a:hover {
        font-size: 5.05vw;
    }
    
    .info-buttons ul li a:active {
        font-size: 4.95vw;
    }
    
    .info-text {
        font-size: 2vw;
        margin: 0 0 20% 0;
    }
    
    .title {
        font-size: 2.5vw;
    }
    
    .home-menu h1 p img{
        width: 7.5vw;
        height: auto;
    }
    
    .menu-button {
        font-size: 5vw;
    }
    
    .menu-button:hover {
        font-size: 5.025vw;
        border: white 2px solid;
        text-decoration: underline;
    }

    .menu-button:active {
        font-size: 4.975vw;
    }

    .menu-buttons button {
        font-size: 3vw;
    }
    
    .footer-left-info {
        font-size: 2vw;
    }
    
    .footer-right-info {
        font-size: 2vw;
    }
    
    .footer-center {
        margin: 5vw 0 0 0;
    }
    
    .footer-center span {
        font-size: 2vw;
    }
    
    .about-us-background {
        height: auto;
        display: inline-block;
        justify-content: center;
    }
    
    .about-us-background img {
        padding: 5vw 0 0 5vw;
        width: 90%;
        height: auto;
    }
    
    .about-us-content {
        font-size: 3.5vw;
    }
    
    .about-us-background h1 {
        font-size:7.5vw;
        margin: 0 0 2.5vw 0;
    }
    
    .menu-background {
        padding: 10vw 0 0 0;
    }

    h1 {
        margin: 2vw 0 2vw 0;
    }

    h1 p {
        font-size: 7vw;
    }

    h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 3vw;
        padding: 0 10vw 0 10vw;
    }
    
    .menu-title {
        font-size: 5vw;
    }
    
    .menu-buttons button {
        margin: 1vw 0.5vw 0.5vw 1vw;
        font-size: 4vw;
    }
    
    .call-to-order {
        font-size: 3.5vw;
    }
    
    .pictures {
        
    }
    
    .gallery-background {
        padding: 10vw 0 0 0;
    }
    
    .gallery-background h1 {
        font-size: 6.5vw;   
    }
    
    .contact-us-background {
        padding: 12.5vw 0 0 7.5vw;
        height: auto;
        display: inline-block;
        justify-content: center;
    }
    
    .contact-us-background nav h1 {
        font-size: 7.5vw;
    }
    
    .contact-us-background nav h2 {
        font-size: 4vw;
    }
    
    .contact-us-background nav p {
        font-size: 2.5vw;
    }
    
    .contact-logo {
        margin: 0;
        padding: 5vw 0 5vw 0;
    }
    
    .contact-logo img {
        width: 90%;
        height: auto;
    }
}

/* Tablets and up */
@media (min-width: 601px) and (max-width: 1024px) {
    .about-us-background {
        padding: 12.5vw 0 0 5vw;
    }

    .about-us-background h1 {
        font-size: 6vw;
    }

    .about-us-background img {
        height: 80%;
    }
    
    .menu-background {
        padding: 12.5vw 0 0 0;
    }
    
    .menu-buttons {
        width: 90%;
    }
    
    .menu-buttons button {
        margin: 1vw 0.5vw 0.5vw 1vw;
        font-size: 3vw;
    }
    
    .pictures {
        
    }
    
    .call-to-order {
        font-size: 2.5vw;
    }

    .gallery-background {
        padding: 12.5vw 0 0 0;
    }
    
    .contact-us-background {
        padding: 12.5vw 0 0 7.5vw;
    }
}