* {
    font-family: "Poppins";
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background-color:  #F3F4E7;
    color:#00473C;
    margin-top:80px;

}

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;
}

.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
}

a: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;
}



@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;}
}

.cart {
    
    height: 100vh;
    width: 100vw;
    background-color: #F3F4E7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 2%;
    
}

.newCart {  
    display:flex;
    padding:20px 50px;
    justify-content: space-between;
    width:100%;
    height:100%;
    flex-wrap: wrap;
    align-content: start;
}

.circleContainer {
    background-color: #E1E6CF;
    height: 250px;
    width: 250px;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    border-radius: 50%; 
}

.totalDiv {
    margin-top:20px;
    font-family: "Poppins";
    width: 400px;
    background-color: #E1E6CF;
    padding: 30px; 
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.prices {
    line-height: 3em;

}


.totalDiv{
    display: flex;
    flex-direction: column; 
    order:2;    

}
.itemHolder {
    order:1;
    display: flex;
    flex-direction: column; 
    width: 1000px;

}




.order-items {
    font-family: "Poppins";
    height: 150px; 
    width: 100%; 
    background-color: #E1E6CF;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex-wrap:wrap;
    margin-top:20px;
    justify-content: center;
}

.menuImage {
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.25rem;
    flex-shrink: 0; 
}

.menuItem {
    font-family: "swear-display";
    font-weight: 800;
    font-size: 2.5em;
    margin-left: 25px;
    width:100%;

   
}

.Button {
    position: relative;
    right:300px;
    margin: 5px 0 5px 0;
    width: 100px;
    border-radius: 1.25rem;
    border: none;
    height:30px;
    background-color: #00473C;
    color: #F3F4E7;
    transition: background-color, color, 0.4s;
}


.Button:hover{
    background-color: #C3EF4C;
    color: #00473C;
}

.menuPrice {
    font-size: 1.25em;
    font-weight: 400;
    margin-left: 25px;

}

.cartHeader{
    font-weight: 800;
    font-size: 4em;
    text-align: center;
    margin-bottom: 50px;
    font-family: "swear-display";
}
.totalHeader {
    font-size: 1.5em;
    font-weight: 400;
    text-align: left;
}

.header{
    width:100%;
    height:fit-content;
    font-size:4em;
    font-family: "swear-display";
    font-weight: 800;
}

.clear{
    margin-bottom:10px;    
}
.cartIcon {
    width: 50%;
}



.heading1 {
    font-size: 4em;
    font-family: "swear-display";
    top: 50%;
    font-weight: 800;
    text-align: center;     
}

.heading2 {
    font-family: "Poppins";
    font-size: 2em;
    top: 65%;
    font-weight: 400;
    
}

.orderButton {
    background-color: #00473C;
    color: #eff3df;
    padding: 15px 20px;
    font-family: "Poppins";
    font-size: 1.5em;
    border: none;
    border-radius: 200px;
    transition: background-color 0.2s, color 0.2s;
    
}

.orderButton:hover {
    background-color: #C3EF4C;
    color: #00473C;
}

.orderButtonText {
    font-family: "Poppins";
    text-align: center;
}

.checkoutClass{
    background-color: #00473C;
    color: #eff3df;
    padding: 15px 20px;
    font-family: "Poppins";
    font-size: 1.5em;
    border: none;
    border-radius: 200px;
    transition: background-color 0.2s, color 0.2s;
    width:100%;
}


.leftSide{
    font-weight: 400;
}
.totals{
    display:flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.subtotals{
    display:flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}


.taxes{
    display:flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.checkoutClass:hover{
    background-color: #C3EF4C;
    color: #00473C;
}

.buttonRemover{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 2%;

}

.clear{
    background-color: #00473C;
    color: #eff3df;
    padding: 15px 20px;
    font-family: "Poppins";
    font-size: 1.5em;
    border: none;
    border-radius: 200px;
    transition: background-color 0.2s, color 0.2s;
}

.clear:hover{
    background-color: #C3EF4C;
    color: #00473C;
}

.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;
}