@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Carter+One&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Lobster', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/* font-family: "Carter One", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

@font-face {
    font-family: 'Etna';
    src: url('./fonts/Franchise-Bold.ttf');
}

@font-face {
    font-family: 'Segment';
    src: url('./fonts/SegmentAKeyTrial-Bold.otf');
}

@font-face {
    font-family: 'Halenoir';
    src: url('./fonts/Halenoir-Bold.otf');
}

@font-face {
    font-family: 'Halenoir-Light';
    src: url('./fonts/HalenoirCompact-Light.otf');
}




/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar */

#deals-of-the-day, #our-menu, #footer-subscribe {
    display: none;
}

body {
    /* background: url('./uploads/body1.jpg') no-repeat !important; */
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    /* background: transparent; */
}

/* landing */

#landing {
   /* border: 1px solid red; */
   /* overflow: hidden; */
   /* background: #222222b5; */
   background: url('./uploads/landing7.jpg');
   background-position: 80% 20%;
   background-size: cover;
}

#landing:before {
    /* content: ''; */
    display: block;
    height: 100%;
    width: 100%;
    /* background: radial-gradient(circle, #9e9e9e2e 10%, transparent 50%) repeat center/15px 15px !important; */
    overflow: hidden;
}

#landing #landing-logo img {
    /* content: url('https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/georgesfishandchips/uploads/logo1.png'); */
    width: 230px;
    border: 10px solid #000000;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    animation: popUpFromLeft 1s ease-out forwards;
    filter: drop-shadow(4px 5px 15px rgb(0 0 0 / 50%));
}


@keyframes popUpFromLeft {
    0% {
        transform: translateX(-100%); 
        opacity: 0; 
    }
    100% {
        transform: translateX(0); 
        opacity: 1; 
    }
}


#landing #desktopSplide-list li:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(17, 17, 17, 0) 100%); */
    background-attachment: fixed;
    opacity: .7;
    z-index: 2;
}

#landing #landing-content {
    width: 700px;
    z-index: 998;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    top: 50%;
    left: 50%;
}

#landing #landing-form #tag-line,
#landing #landing-form #form-button {
    text-align: center;
    color: white;
}

#desktopSplide .splide__arrow--prev,
#desktopSplide .splide__arrow--next {
    z-index: 999;
}

#desktopSplide .splide__slide {
    background-position: 10% 10% !important;
    width: 100% !important;
}

#landing #landing-form .p1 {
    font-family: "Halenoir";
    font-size: 35px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 1px 1px 0.5px #787878;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    animation: popUpFromLeftText 1s ease-out forwards;
}


@keyframes popUpFromLeftText {
    0% {
        transform: translateX(-100%); 
        opacity: 0;
    }
    100% {
        transform: translateX(0); 
        opacity: 1; 
    }
}

#landing #landing-form .p2 {
    padding: 10px;
    border-radius: 10px;
    font-size: 23px;
    font-family: "Halenoir-light";
    font-weight: 400;
    /* text-shadow: 2px 2px 5px #6e6e6e; */
    color: #000000;
    animation: popUpFromLeftText 1s ease-out forwards;
}

@keyframes popUpFromLeftText {
    0% {
        transform: translateX(-100%); 
        opacity: 0;
    }
    100% {
        transform: translateX(0); 
        opacity: 1; 
    }
}

#landing #form-button .button-edged {
    font-size: 25px;
    background: #781617 !important;
    border: 3px solid #fafafa;
}

#landing #form-button .button-edged:hover {
    box-shadow: #ffffffc7 0px 0px 20px !important;
    -webkit-box-shadow: #ffffffc7 0px 0px 20px !important;
}

#desktopSplide .splide__pagination {
    display: none;
}

/* landing */

/* store */

#store-data {
    background: url('./uploads/jones-store1.jpg');
    background-position: 80% 60%;
    background-size: cover;
    overflow: hidden;
}

#store-data .office-info p, #store-data #h-address a {
    color: #ffffff !important;
    letter-spacing: 1px;
}

#store-data .text-danger {
    color: #fff !important;
    background: #ffffff;
    padding: 2px 5px;
}

#store-data h2 {
    font-family: "Halenoir";
    font-size: 45px;
    color: #ffffff;
    text-shadow: 2px 2px 5px black;
}

#store-details{
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

    .col-md-offset-2 {
        text-align: center;
        margin-left: 0px !important;
      
    }
    
    .col-md-3 {
        width: 100%;
        p{
            font-weight: bold;
            text-align: center;
            font-size: 15px;
            color: white;
            text-shadow: 2px 2px 5px black;
        }
    }

    .store-info {
        text-align: center;
          font-size: 1.8em;
    }
}

#store-data .button-edged {
    border-color: #fff;
}

/* store */

/* menu bar */
#menu {
    background: #000000 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.pn-Advancer {
    background: #000000 !important;
}

#menu-cont>#menu>#menu-ul>li>a {
    text-transform: uppercase !important;
    background: #000000;
    letter-spacing: 2px;
    font-size: 17px;
    font-family: "Halenoir";
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    border-bottom: none !important;
    background: #ffffff !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    font-weight: 500px;
    letter-spacing: 1px;
}

#menu ul li a:hover {
    background: #ffffff !important;
    color: #070707 !important;
}

/* Price float in the top right side of the card */

/* menu */
.menu-item {
    /* background: url('./uploads/menu-bg-2.jpg') no-repeat !important; 
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;*/
    background: transparent !important;
    border-bottom: none;
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
    /* background: black; */
}

#menu-items .menu-item {
    border-bottom: 1px solid #00000000 !important;
}

#menu-items .menu-item h1 {
    text-align: center;
    background-color: #000000 !important;
    color: #ffffff !important;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 10px 15px 10px !important;
    font-family: "Halenoir";
    font-weight: bold;
    font-size: 23px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid;
}

#menu-items #tea-block h1,
#menu-items #ml-bottles-block h1,
#menu-items #cans-block h1,
#menu-items #new-block h1,
#menu-items #beef-choices-block h1,
#menu-items #chicken-choices-block h1,
#menu-items #vegetarian-choices-block h1 {
    background: transparent !important;
    color: #111 !important;
    text-decoration: underline;
}

.menu-item #menu_items ul {
    display: flex;
    flex-wrap: wrap;
}

#menu-items ul li.group, #menu-items ul li.single {
    width: 45%;
    margin: 10px inherit;
    border: 1px solid #111;
    background: white;
}

#menu-items ul li.group:hover, #menu-items ul li.single:hover {
    background-color: #fff;
    border: 1px solid #111;
    box-shadow: 10px 9px 0px 0px rgb(0 0 0) !important;
}

#menu-items ul li.group:hover .item-thumb, #menu-items ul li.single:hover .item-thumb {
    background-color: transparent;
}

#menu-items ul li.group:last-child, #menu-items ul li.single:last-child {
    width: 45%;
    margin: inherit auto auto 2.5%;
}

#menu-items .item-title-container {
    width: 85% !important;
}

#menu-items .item-title-container .item-title {
    /* width: 80% !important; */
    font-size: 15px !important;
    font-family: "Halenoir";
    font-weight: 400;
    line-height: normal;
    color: #000000;
    max-height: max-content !important;
}

#menu-items .item-title-container .item-title:after {
    content: '';
    display: block;
    margin-top: 3px;
    width: 0;
    height: 2px;
    background: #111;
    transition: .2s;
}

#menu-items ul li.group:hover .item-title-container .item-title:after, #menu-items ul li.single:hover .item-title-container .item-title:after {
    width: 100%;
}

#menu-desc-header {
    padding: 0;
    text-align: center;
    margin: 20px;
    font-size: 14px;
}

.menu-item .item-thumb {
    display: flex !important;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}

.menu-item .item-thumb img {
    padding: 5px;
    position: relative;
    object-fit: cover;
}

.item-price {
       font-family: "Halenoir";
    font-size: 15px !important;
    font-weight: 400;
    padding: 4px 10px;
    background-color: #111;
    color: #fff;
    --f: 15px;
    --r: 10px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 10px;
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #000000;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: #fff;
    text-align: center;
    height: 55px;
}

.item-description {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    -webkit-line-clamp: unset;
}

#modal-addbtn, .add-button, .customise-add-button, .modal-deals .modal-footer button {
    background: #009247 !important;
    border: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.item-add-buttons .btn-primary, .modal-deals .modal-footer button,
#menu-items ul li #item-buttons .modal-hh .modal-footer button {
    background-color: #009247 !important;
}

.item-add-buttons .btn-primary:hover {
    background-color: #009247;
}

input:checked+.input-group-label, .modal-deals .modal-header button, .modal-hh input:checked+.input-group-label,
.modal-deals .deal-modal-body-customize input:checked+.input-group-label {
    background: #cf2b36 !important;
}

.input-group-label:hover, .modal-deals .modal-header button:hover {
    background: #cf2b36a8 !important;
    color: #fff !important;
}

#menu-items .modal-popup .modal-body .menu-item-option .input-group-label {
    color: #222;
}

.input-group-label.input-group-label-template2.input-group-label-default {
    color: #222;
}

.popup-current-toppings #current-toppings #current-toppings-list ul#current-toppings-list-ul li {
    color: #222;
}

#menu-items>.item-icons-container {
    padding: 20px 0 !important;
    margin-bottom: 20px;
    border-top: 2px solid #00000024 !important;
    border-bottom: 2px solid #00000024 !important;
}

/* menu */

/* about */

#about-us {
    /* text-align: center; */
    background: url('./uploads/jones-about1.jpg');
    background-size: cover;
    padding-top: 5em;
    color: #000000;
    text-align: center;
    padding: 50px 0 120px 0;
    background-position: 100% 20%;
    overflow: hidden;
}

#about-us:before {
    content: '';
    /* display: block; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* background: #111; */
    opacity: .9;
    overflow: hidden;
    /* background: radial-gradient(circle, #9e9e9e2e 10%, transparent 50%) repeat center/15px 15px !important; */
}

/* wave animation */

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.wave-text span {
    display: inline-block;
    font-size: 5.5rem; 
    animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
    animation-delay: 0s;
}
.wave-text span:nth-child(2) {
    animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
    animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
    animation-delay: 0.6s;
}
.wave-text span:nth-child(5) {
    animation-delay: 0.8s;
}
.wave-text span:nth-child(6) {
    animation-delay: 1s;
}
.wave-text span:nth-child(7) {
    animation-delay: 1.2s;
}
.wave-text span:nth-child(8) {
    animation-delay: 1.4s;
}


/* end of wave animation */

#about-us .container {
    /* border-top: 2px solid #111;
    padding-top: 5em; */
}

#about-us .section-title {
    display: none;
}

#about-us .column.col-md-7.about-us-img-container {
    width: 100%;
}

#about-us .column.col-md-5 {
    width: 100%;
    text-align: center;
}

#about-us h2 {
        font-family: "Halenoir";
    font-size: 50px;
    color: #000000;
}

#about-us p {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 100;
}

#about-us p.p2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    width: 90%;
    font-weight: 500;
    color: #000000;
    font-family: "Halenoir-light";
}

#about-us p.p1 {
    font-size: 23px;
    font-family: "Halenoir";
    font-weight: 700;
    width: fit-content;
    padding: 0 30px;
    margin: auto auto 15px auto;
    color: #000000;
}

#about-us .section-content img {
    /* content: url('https://d2ova09jg8x3xk.cloudfront.net/burgerhaven.com.au/craigieburn/g-logo.gif'); */
    padding: 10px;
    border-radius: 50%;
    border: 10px solid #000000;
    width: 250px;
    background: white;
     filter: drop-shadow(4px 5px 15px rgb(0 0 0 / 50%));
    
}

#about-us .about-us-img-container {
    text-align: center;
}

/* about */

/* media query */
@media (max-width: 1440px) {

    /* landing */
    #landing #landing-content {
        left: 50%;
    }

    #desktopSplide .splide__slide {
        background-position: 10% 0 !important;
        width: 125% !important;
    }

    /* landing */

}

@media (max-width: 1200px) {

    /* landing */

    #landing #landing-content {
        width: 600px;
        left: 50%;
    }

    /* landing */

    /* menu */
    .menu-item .item-thumb img {
        transform: scale(1.2);
    }

    /* menu */
}

@media (max-width: 1024px) {
    
    #landing #landing-form .p1{
        color: #000000;
        letter-spacing: 1px;
    }

    /* scrollbar */
    /* width */
    ::-webkit-scrollbar {
        width: 0;
    }

    /* scrollbar */

    /* landing */

    #landing #landing-form .p2{
        font-size: 25px;
        color: #000000;
        text-shadow: none;
        background: none;
    }

    #landing #landing-content {
        width: 700px;
        text-align: center;
        top: 50%;
        left: 50%;
    }

    #landing #landing-form #tag-line,
    #landing #landing-form #form-button {
        text-align: center;
    }

    #landing #landing-form {
        width: 100%;
    }

    #desktopSplide .splide__slide {
        background-position: 100% 50% !important;
        width: 110% !important;
    }

    #landing #desktopSplide-list li:before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: #0f0f0f;
        background-attachment: fixed;
        opacity: .8;
        z-index: 2;
    }

    /* landing */

    /* store */

    #store-data h2 {
        font-size: 40px;
    }

    /* store */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-ul .first {
        margin-left: 20px;
    }

    #menu-ul li:last-child {
        margin-right: 40px;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        height: 50px;
        padding: 15px 20px;
        color: #fff !important;
    }

    .pn-Advancer {
        width: 40px !important;
        padding: 5px 10px !important;
    }

    svg.pn-Advancer_Icon {
        width: 15px !important;
        fill: #fff !important;
    }

    .pn-Advancer_Left {
        left: 0 !important;
    }

    .pn-Advancer_Right {
        right: 0 !important;
    }

    /* menu bar */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child, #menu-items ul li.single:last-child {
        width: 45%;
        margin: 10px auto 20px 2.5%;
    }

    #menu-items .item-title-container {
        display: flex;
        flex-direction: column;
    }

    .menu-item .item-thumb {
        float: none;
        position: relative;
        display: flex !important;
        flex: 0 0 50%;
        flex-direction: column;
        overflow: hidden;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        min-height: 160px;
        max-width: 300px;
    }

    .menu-item .item-thumb img {
        transition: opacity 1s ease-out, transform 1s ease-out;
        position: relative;
        max-width: 100% !important;
        max-height: 300px;
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 10px;
        margin: 0 !important;
        transform: scale(1);
    }

    .menu-item .item-block {
        margin: 0;
        width: 60% !important;
        padding: 0 10px 10px 0px;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
    }

    #menu-items .menu-item h1 {
        font-size: 25px;
        font-weight: lighter !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 4px 15px;
        --f: 15px;
        --r: 10px;
        --t: 10px;
        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        padding: 10px;
        clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
        background: #000000;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        color: #fff;
        text-align: center;
        /* width: 101px; */
        height: 55px;
    }

    /* #menu-items #menu-items ul li.group:has(.item-thumb) .item-title-container .item-price, #menu-items ul li.single:has(.item-thumb) .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 0px 15px;
    } */

    #menu-items>.item-icons-container {
        margin-bottom: 0 !important;
    }

    #menu-items, #main-content {
        padding-bottom: 0 !important;
    }

    /* menu */
}

@media (max-width: 768px) {

    /* landing */

    #landing {
    position: relative; /* Make sure the pseudo-element is positioned relative to #landing */
    background: url(./uploads/landing6.jpg);
    background-position: 80% 20%;
    background-size: cover;
}

/* Overlay */
#landing::before {
    content: ''; /* Empty content to create the overlay */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%); /* Black color with 60% opacity */
    z-index: 1; /* Make sure the overlay is above the background but below the content */
}

    #landing #landing-content {
        width: 90%;
    }

    #landing #landing-logo img {
        width: 190px;
    }

    #landing #landing-form .p1 {
        font-size: 35px;
        color:  white;
        font-weight: 400;
        line-height: 30px;
    }

    #landing #landing-form .p2 {
        font-size: 20px;
        color: white;
    }

    #landing #form-button .button-edged {
        font-size: 22px;
    }

    /* landing */

    /* store */

    #store-data {
        border-width: 2px;
    }

    #store-data h2 {
        font-size: 35px;
    }

    /* store */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        padding: 10px 10px 10px !important;
        font-size: 15px;
        height: auto;
    }

    .pn-Advancer {
        padding: unset !important;
    }

    /* menu bar */

    /* menu */
    #menu-items ul li.group, #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        padding: 0;
        border: 1px solid #000000;
        align-items: start;
        box-shadow: #49353791 3px 4px 5px !important;
    }

    .menu-item .item-thumb {
        position: relative !important;
        display: flex !important;
        justify-content: center;
        top: 0;
        width: 50% !important;
        transform: none;
    }

    .menu-item .item-thumb img {
        min-height: 150px !important;

    }

    .menu-item .item-block {
        position: relative !important;
        padding: 10px 10px 10px 0;
    }

    .item-block-no-image {
        padding: 10px;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    #menu-items .item-title-container .item-title {
        font-size: 16px !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
        font-size: 14px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
        --f: 20px;
        --r: 10px;
        --t: 5px;
        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        padding: 10px;
        clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
        background: #000000;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        color: #fff;
        text-align: center;
        /* width: 101px; */
        height: 55px;
    }

    /* menu */

    /* about */

    #about-us .section-content img {
        width: 180px;
    }

    #about-us h2 {
        font-size: 40px;
    }

    #about-us p.p1 {
        font-size: 25px;
    }

    #about-us p {
        font-size: 15px;
    }

    /* about */

}

@media only screen and (max-width: 560px) {

    /* landing */

    #landing #landing-form .p1{
        line-height: 30px;
        color: #ffffff;
    }

    #landing #landing-logo img {
        width: 160px;
    }

    /* landing */

    /* store */

    #store-data {
        height: 350px !important;
    }

    #store-data h2 {
        font-size: 30px;
    }

    /* store */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        width: 90%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child, #menu-items ul li.single:last-child {
        width: 90%;
        margin: 10px auto 20px auto;
    }

    .item-price {
        font-size: 15px !important;
        padding: 1px 12px 1px 12px !important;
    }

    .item-description {
        font-size: 12px !important;
    }

    #menu-items .menu-item h1 {
        font-size: 18px !important;
        padding: 5px 10px !important;
    }

    /* menu */

    /* about */

    #about-us {
        padding-top: 2em !important;
    }

    #about-us .section-content img {
        width: 150px;
    }

    #about-us h2 {
        font-size: 35px;
        margin-top: 10px;
    }

    #about-us p.p1 {
        font-size: 20px;
    }

    #about-us p {
        font-size: 13px;
    }
}

@media (max-width: 500px) {

    /* landing */

    #landing #landing-form .p1 {
        font-size: 23px;
        color: #ffffff;
        line-height: 30px;
        letter-spacing: 1px;
    }

    #landing #landing-form .p2 {
        text-shadow: none;
        background: none;
        font-size: 16px;
        color: #ffffff;
    }

    /* landing */

    /* menu */

    #menu-items .menu-item h1 {
        line-height: normal;
        height: fit-content;
        padding: 10px 10px 10px !important;
    }

    /* menu */

    /* about */

    #about-us {
        padding: 0 0 50px 0;
        background-position: center;
    }

    #about-us .section-title {
        display: none;
    }

    #about-us .d1 img {
        width: 180px;
    }

    #about-us .d1 h2 {
        font-size: 20px;
    }

    #about-us .d1 p {
        font-size: 13px;
    }
     #about-us p.p1 {
        font-size: 13px;
    }

    /* about */
}