
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
}

.icon-social::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
}

.location::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5";
}
.clock::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f017";
}
.phone::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3cd";
}
.home::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f015";
}
.fb::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f39e";
}
.insta::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f16d";
}
.mail::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
}
.call::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f879";
}
html {
    overflow-x: hidden;
    cursor: pointer;
    caret-color: transparent;
}

body {
    position: relative;
    margin: 0;
    font-family: 'Sriracha', cursive!important;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/wood1.jpg");
    color: white!important;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    cursor: default;
}

.overflow {
    overflow-y: hidden;
}

a:hover {
    background-color: transparent!important;
    color: white!important;
    cursor: pointer;
}

h1 {
    font-family: 'Fredoka One', cursive!important;
}

.container-fluid{
    padding: 0!important;
}

#header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: 'Fredoka One', cursive;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
    min-height: 0!important;

}

#logo {
    position: absolute;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
}

#logo img {
    width: 70px;
}

#dropdown-menu-btn {
    position: absolute;
    right: 40px;
    line-height: 85px;
    z-index: 5;
    display: none;
}

.nav {
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-menu {
    position: absolute;
    top: 85px;
    list-style-type: none;
    padding: 0!important;
    background: black;
    width: 60%;
    text-align: center;
    display: none;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.nav li {
    float: left;
}

.nav li a {
    color: #999;
    padding: 35px 25px 23px!important;
    transition: 0.3s;
}

.nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 10px;
    background: white;
    transition: width .3s;
}

.nav li a:hover::after {
    width: 100%;
    transition: width .3s;
}

.nav li a:focus {
    background-color: transparent!important;
    outline: none;
}

#landing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    color: white;
    position: relative;
    margin-bottom: 70px;
}

.salads {
    position: absolute;
}

#salad-left {
    left: -450px;
}

#salad-right {
    right: -380px;
    bottom: 200px;
}

#salad-top {
    top: -410px;
    left: 370px;
}

#salad-left-2 {
    left: -185px;
}

#salad-right-2 {
    top: 20%;
    right: -160px;
    z-index: -1;
}

#salad-right-3 {
    right: -175px;
}

#salad-bot {
    bottom: 0;
    left: 370px;
    z-index: -1;
}

.opacity-min {
    opacity: 0.1;
}

.land-images {
    position: absolute;
}

#top-left {
    left: 150px;
    top: 100px;
}

#bottom-left {
    left: 100px;
    bottom: 30px;
}

#bottom-left img {
    width: 600px;
}

#top-right {
    right: 150px;
    top: 100px;
}

#bottom-right {
    right: 100px;
    bottom: 30px;
}

#bottom-right img {
    width: 600px;
}

.land-content {
    text-align: center;
    margin-top: 92px;
}

.land-logo {
    margin: 0 auto;
}

.land-logo img {
    width: 400px;
}

.land-text {
    text-align: center;
}

#slide {
    padding: 40px 0 30px;
    font-size: 80px;
}

#landing h3 {
    margin: 40px 0;
    font-size: 26px;
}

#about-section {
    text-align: center;
}

.headlines {
    margin-bottom: 70px;
    text-align: center;
}

.headlines h2 {
    width: 50%;
    margin: 0 auto;
    font-size: 26px;
}

.headlines-2 {
    margin: 160px 0 60px;
    text-align: center;
}

.separator-main {
    width: 30%;
    border-bottom: 2px solid white;
    margin: 40px auto;
}

.separator {
    width: 40px;
    border-bottom: 2px solid white;
    margin: 20px auto;
}

#who-we-are-photos::after, #who-we-are-photos::before{ display:none !important;}

#who-we-are-photos {
    margin: 0 15%;
}

.photos-block {
    width: 33.33%;
    float: left;
    padding: 0 45px 60px;
    box-sizing: border-box;
    min-width: 350px;

}

.photos-block img {
    width: 100%;
    height:250px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.photos-block h3 {
    margin-top: 40px;
    text-align: left;
    font-family: 'Fredoka One', cursive;
}

.photos-block h4 {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

#bio {
    height:700px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    overflow: hidden;
    color: white;
    transition: 500ms;
    font-size: 22px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
}

.bio-photo {
    float: left;
    width: 25%;
    height: 100%;
    padding-top: 40px;
}

.bio-photo img {
    width: 100%;
    height: 100%;
}

.bio-text {
    float: left;
    width: 55%;
    margin: 0 15% 0 5%;
    text-align: left;
}

#price-section {
    text-align: center;
    margin: 0 5%;
    margin-bottom: 5%;
}



.prod-block {
    width: 33.33%;
    padding: 0 40px 60px;
    float: left;
    box-sizing: border-box;
}

.prod-block img {
    height: 275px;
}

.prod-block h3 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
}

.prod-block h4 {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

.prod-price {
    margin-top: 10px;
}

.prod-price span {
    font-size: 40px;
    font-family: 'Fredoka One', cursive;
}

#prod-photos::after, #prod-photos::before{ display:none !important;}


.prod-photos-block {
    width: 33.33%;
    float: left;
    padding: 0 70px;
    box-sizing: border-box;
}

.prod-photos-block img {
    height: 300px;
}

.prod-photos-block h3 {
    margin-top: 5px;
}

.prod-photos-block h4 {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

.prod-photos-block span {
    font-size: 35px;
}

#delivery {
    margin: 70px 0;
    font-size: 50px;
    padding: 10px;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

#pics-block-1::after, #pics-block-1::before{ display:none !important;}

#pics-block-2::after, #pics-block-2::before{ display:none !important;}

#pics-block-1 {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
}

.pic {
    height: 100%;
}

#pics-block-2 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    margin-bottom: 70px;
}

.pic img {
    height: 320px;
    width: 100%;
    border: 5px solid black;
}


#footer {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#copyrights {
    color: #999;
}

#social {
    padding: 30px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    bottom: 0;
}

#social a {
    padding: 0 35px;
    color: #999;
    transition: 500ms;
}

#bot-slider {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    z-index: -1;
}

#contact-wrap {
    min-height: 100vh;
}

.remove-background {
    background: none;
}

#contact-tab {
    text-align: center;
    margin-bottom: 217px;
}

.map-tab {
    margin: auto;
    width: 50%;
    display: grid;
    padding: 0 60px;
}

.location-name {
    text-align: center;
    padding-bottom: 25px;
    font-size: 30px;
    font-family: 'Fredoka One', cursive
}

.address {
    display: grid;
    grid-template-columns: 38% 24% 38%;
    float: left;
    align-items: center;
}

.address-tab {
    margin-bottom: 20px;
}

.map {
    float: left;
    height: 400px;
    min-height: 400px;
}

.address h3 {
    display: block;
    margin: 15px 0!important;
}

.address span {
    margin-top: 10px;
    display: block;
    font-size: 18px;
}







/* ---------- MEDIA QUERY ---------- */



/* --- MOBILE --- */
@media only screen and (min-width: 200px) and (max-width: 600px) {

    .drop-menu {
        position: absolute;
        top: 84px;
        list-style-type: none;
        padding: 0!important;
        background: black;
        width: 60%;
        text-align: center;
        display: none;
        background: linear-gradient(rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.99));
    }

    #header {
        background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.99));
    }

    .nav {
        display: none;
    }

    .navbar {
        height: 85px;
    }

    #dropdown-menu-btn {
        display: block;
    }

    #dropmenu .drop-tabs a {
        padding: 16px 0;
        display: block;
        color: #999;
        text-shadow: none;
        transition: 500ms;
    }

    #dropmenu .drop-tabs a:hover {
        text-decoration: none;
    }

    #dropmenu .drop-tabs a:focus {
        text-decoration: none;
        outline: none;
        color: white;
    }

    #top-left {
        display: none;
    }

    #bottom-left {
        display: none;
    }

    #top-right {
        display: none;
    }

    #salad-top {
        top: -300px;
        left: 70px;
    }

    #salad-left {
        display: none;
    }

    #salad-right {
        right: -365px;
        bottom: 370px;
        display: none;
    }

    #salad-left-2 {
        left: -280px;
    }

    #salad-right-2 {
        display: none
    }

    #salad-right-3 {
        display: none;
    }

    #bottom-right {
        right: 0;
        left: 0;
        bottom: 80px;
        margin: 0 auto;
        width: 270px;
    }

    #bottom-right img {
        width: 270px;
    }

    .land-content {
        margin-top: -30px;
    }

    .land-logo img {
        width: 180px;
    }

    .separator-main {
        margin: 20px auto;
    }

    .land-text {
        padding: 0px 70px!important;
    }

    #landing .land-text h1 {
        font-size: 35px;
        padding: 0px 10px 10px;
    }

    #landing .land-text h3 {
        font-size: 20px;
        margin: 20px 0;
    }

    .btn-land {
        padding: 0;
        height: 50px;
        line-height: 50px;
        width: 100px;
    }

    .headlines h2 {
        width: 60%;
        margin: 0 auto;
        font-size: 13px;
    }

    #bio {
        margin-bottom: 70px;
        height: 300px;
        line-height: 1.5;
        clip-path: none;
    }

    .bio-photo {
        width: 53%;
        padding-top: 0;
    }

    .bio-text {
        width: 40%;
        text-align: center;
        margin: 0 5%;
        font-size: 9px;
    }

    #price-section {
        margin: 0 10%;
    }

    .prod-block {
        width: 100%;
        padding: 0 0 60px;
    }

    .prod-block img {
        height: 100%;
        width: 100%;
    }

    .prod-photos-block {
        width: 100%;
        padding: 0 0 60px;
    }

    .prod-photos-block img {
        width: 100%;
        height: 100%;
    }

    .prod-photos-block:nth-child(2) {
        width: 100%;
    }

    #delivery {
        font-size: 34px;
    }

    #pics-block-1 {
        margin-bottom: 70px;
        display: none;
    }

    #pics-block-2 {
        display: none;
    }

    #social a {
        padding: 0 20px;
    }

    .address span {
        font-size: 13px;
    }

    .map-tab {
        width: 100%;
        padding: 0 0 60px;
    }

    .location-name {
        padding-bottom: 25px;
    }

    #bot-slider {
        display: none;
        bottom: -30px;
        left: -700px;
    }

}



/* --- CUSTOM TABLET / MOBILE --- */
@media only screen and (min-width: 600px) and (max-width: 950px) {
    #pics-block-2 {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }

    .pic:nth-child(4) {
        display: none;
    }
}



/* --- TABLET / SMALL LAPTOP --- */
@media only screen and (min-width: 600px) and (max-width: 1340px) {

    #header-wrap {
    position: relative;
    }

    #header {
    background: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.99));
    position: absolute;
    }

    #logo {
        margin-left: 0;
        left: 0;
        right: 0;
        top: 20px;
        width: auto;
        height: auto;
    }

    .navbar {
        height: 150px;
        align-items: flex-end;
    }

    .nav li a {
        padding: 10px 25px 0!important;
    }

    #bottom-left {
        display: none;
    }

    #bottom-right {
        display: none;
    }

    #top-left {
        display: none;
    }

    #top-right {
        display: none;
    }

    .land-content {
        margin-top: 150px;
    }

    .land-logo img {
        width: 300px;
    }

    #bio {
        margin-bottom: 70px;
        line-height: 1.5;
        clip-path: none;
    }

    .bio-photo {
        width: 53%;
        padding-top: 0;
    }

    .bio-text {
        text-align: center;
        margin: 0 5%;
        font-size: 19px;
    }

    .prod-block {
        width: 100%;
        padding: 0 0 60px;
    }

    .prod-block h3 {
        font-size: 30px;
    }

    .prod-photos-block {
        width: 100%;
        padding: 0 0 60px;
    }

    .prod-photos-block img {
        width: auto;
        height: auto;
    }

    .prod-price span {
        font-size: 50px;
    }

    #prod-photos h3 {
        font-size: 30px;
    }

    .pic img {
        height: 250px;
    }

    #salad-right-3 {
        display: none;
    }

    .map-tab {
        width: 100%;
        margin-bottom: 70px;
    }

}


/* --- LAPTOPS / SMALL MONITORS --- */
@media only screen and (min-width: 1341px) and (max-width: 1800px) {

    .land-logo img {
        width: 350px;
    }

    #top-left img {
        width: 320px;
    }

    #top-right img{
        width: 320px;
    }

    #bottom-left {
        left: 100px;
    }

    #bottom-left img{
        width: 400px;
    }

    #bottom-right {
        right: 100px;
    }

    #bottom-right img{
        width: 400px;
    }

    #salad-right {
        right: -480px;
    }

    #salad-top {
        top: -430px;
    }

    #salad-left {
        left: -480px;
    }

    #top-left {
        top: 120px;
    }

    #top-right {
        top: 120px;
    }

    .prod-block img {
        width: 100%;
    }

    .prod-photos-block img {
        width: 100%;
    }

}


/* --- ABOVE 1920X1080P --- */
@media only screen and (min-width: 2100px) {
    body {
        background-size: contain;
    }

    #bottom-left img {
        width: auto;
    }

    #bottom-right img {
        width: auto;
    }
}





