* {
    font-family: "Poppins";
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background-color: #F3F4E7;

}

body:not(.homepage) .navbar {
    background-color: #00473C;
}
.navbar {
    display: flex;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    align-content: center;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    font-size: 2em;
    background-color: transparent;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 80px;
    top: 0;
    transition: top 0.3s, background-color 0.3s;
}
.left-nav {
    color: white;
    max-width: 100%;
    padding-top: 15px;
    margin-left: 30px;
    display: flex;
    flex-wrap: nowrap;
}

.right-nav {
    color: white;
    max-width: 100%;
    padding-top: 15px;
    text-decoration: none;
    margin-right: 40px;
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
}

.banner{
    background-color: #C3EF4C;
    color: #00473C;
    text-align:center;
    width: 100%;
    font-size:2em;
    z-index: 1000;
}

.icon {
    display:none;
    visibility: hidden;
    color: #C3EF4C;
    position: absolute;
    max-width: 100%;
    top:35px;
    right:15px;
    text-decoration: none;
    margin-right: 40px;
    display: flex;
    flex-wrap: nowrap;
    transition: color 0.4s;
}

.icon:hover{
    color:#F3F4E7
}


navBtn:visited {
    color: #C3EF4C;
}

.navText{
    padding: 0 10px;
}


.navBtn{
    color: #C3EF4C;
    transition: color 0.4s;
}
.navBtn:hover{
    color: #F3F4E7;
}

.navBtnAlt{
    color: #C3EF4C;
    transition: color 0.4s;
    display:inline-flex;
    flex-wrap: nowrap;
}
.navBtnAlt:hover{
    color: #F3F4E7;
}

.navLogo {
    height: 35px;
    transition: opacity 0.4s;
}



.menu-image {
    position: relative;
    margin: 0px;
    display: flex;
}

.menu-image img {
    position: relative;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1275px) {
    .right-nav {
        display:none;
    }
    .icon{
        display:flex;
        visibility: visible;
    }  
    .navText{
        display:none;
    }

    .right-nav.active {
        display: flex; 
        flex-direction: column;
        gap: 30px; 
        position: fixed;
        top: 0; 
        left: 0;
        width: 100%; 
        height: 100vh; 
        background-color: #003129; 
        justify-content: flex-start;
        align-items:flex-end;
        padding: 100px 55px;
        box-sizing: border-box; 
        overflow-y: auto; 
        transition: ease-in;
    }
    .navBtn{width:fit-content;}
}


.clickable {
    text-decoration: none;
    color:inherit;
}
.menu-text{
    display: flex;
}
.main-text{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    font-size: 40px;
    font-size: 6em;
    color: #F3F4E7;
    font-family: "swear-display";
    font-weight: 800;
    width: 100vh;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
}

.secondary-text{
    position: absolute;
    text-align: center;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -75%);
    color: #C3EF4C;
    font-family: "Kaushan Script";
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    font-size: 4em;
    white-space: nowrap;
}

.tabs button.active {
    background-color: red;
}

.tabs button:hover{
    background-color: yellow;
}
.tab {
    color: white;
    overflow: hidden;
}
.tabs button {
    background-color: inherit;
    cursor: pointer;
}

.break {
    flex-basis: 100%;
    height:0;
}

.menu-item{
    width: 400px;
    margin: 0px 20px 0px 20px;
    padding: 20px;
    border-radius: 1.25rem;
    background-color: #e1e6cf;
    color: #00473C;
    transition: background-color 0.4s, color 0.4s;
}

.menu-item:hover {
    background-color: #00473C;
    color: #eff3df;

    .button{
        background-color: #90C232;
        color: #00473C;
    }

    .button:hover {
        background-color: #C3EF4C;
    }
    cursor: pointer;
}

.card-image {
    width: 100%;
    object-fit: contain;
    border-radius: 1.25rem;
}


.types-of-food{
    background-color: #e1e6cf;
    height:60px;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    align-items: center;
    font-size: 30px;
    padding-top: 10px;
    font-weight: 800;
  }
  .types-of-food a{
    color: #00473C;
  }
  
  .types-of-food a:hover{
    color: #006f5e;
  }

  .cards {
    flex-wrap:wrap;
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.menuSwap {
    cursor:pointer;
}

.menu-item{
    width: 400px;
    margin: 0px 20px 40px 20px;
    padding: 20px;
    border-radius: 1.25rem;
    background-color: #e1e6cf;
    color: #00473C;
    transition: background-color 0.4s, color 0.4s;
}

.card-title{
    font-weight: 600;
    font-size: 2.5em;
    font-family: "swear-display";
    padding-top: 0px;
    padding-bottom: 15px;
}

.card-desc{
    font-family: "Poppins";
    font-size: 1.25em;
    padding-bottom: 15px;

}

.card-image{
    width: 100%;
    object-fit: contain;
    border-radius: 1.25rem;
}

.header{
    text-align: center;
    font-size: 4em;
    font-weight: 800;
    font-family: "swear-display";
    color: #00473C;
    margin-bottom: 35px;
}

.price-cal{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price, .calories{
    font-family: "Poppins";
    font-size: 1em;
    font-weight: 100;
    font-weight: 400;
}

.button{
        background-color: #00473C;
        color: #eff3df;
        padding: 15px 20px;
        font-family: "Poppins";
        font-size: 1.25em;
        border: none;
        border-radius: 200px;

}

.footer{    
    display:flex;
    height:250px;
    background-color: #071b1a;
    color:#C3EF4C;
    padding-left: 50px;

    flex-direction:row;
}
.fullLogo {
    margin-top:60px;
    height:128px;
    width:128px;
}

.wordmark{
    padding: 100px 0 0 20px;
}

.footerPara{
    margin:20px 0 0 0;
}

.row{
    padding-left: 100px;
    padding-top: 30px;
}

.fa-brands{
    padding: 0 10px 0 10px;
}



.icons {
    line-height: 3em;
}

.disclaimer{
    margin-top: 20px;
    font-family: "Poppins";
    text-align: center;
    font-size: 0.75em;
    color:#00473C;
}