﻿
/* General Stuff */

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #000000;
    background-image: url("/Images/Layout/site-bg.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
}

/* App */

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #FFFFFF;
    background-color: #333333;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.wrapper.container-lg {
    padding-left: 0;
    padding-right: 0;

}

@media(min-width:1400px){
    .container-lg {
        max-width: 1140px !important;
    }
}

/* Header */

header {
    flex-grow: 0;
    margin: 0 0;
    padding: 25px 30px;
    color: #000000;
    background-image:url("/Images/Layout/header-bg.jpg");
    background-position:left;
    background-size:cover;
    background-color: #FFFFFF;
}

header .header-left {
    text-align: left;
}

header .header-right {
    font-weight: bold;
    text-align: right;
}

header .header-right .phone,
header .header-right .phone:visited {
    color: #000000;
    text-decoration: none;
}

header .header-right .phone:hover {
    color: #000000;
}

@media (max-width : 767px) {

    header{
        background-image:none !important; 
    }

    header .header-left {
        text-align: center;
        padding-bottom: 1.0rem;
    }

    header .header-right {
        text-align: center;
    }

}

/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

    .skip_links a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skip_links a:focus, .skip_links a:active {
            position: static;
            left: 5px;
            top: 5px;
            width: auto;
            height: auto;
            padding: 10px 10px;
            overflow: visible;
            text-decoration: none;
            color: #000000;
            border: 1px solid #FFFFFF;
            background-color: #FCFCFC;
        } 

/* Nav */

nav {
    flex-grow: 0;
}

/* Main */

main {
    flex-grow: 1;
    margin: 0 0;
    padding: 30px 30px;
    color: #000000;
    background-color: #FFFFFF;
}

main .photo {
    border: 1px solid #000;
}

main p {
    margin-bottom: 1.5rem;
}

    main h1,
    main h2,
    main h3,
    main h4,
    main h5 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #007A39;
    }

main h1 {
    margin-bottom: 1rem;
    font-size: 175%;
    line-height: 150%;
}

main h2 {
    margin-bottom: 1rem;
    font-size: 150%;
    line-height: 150%;
}

main h3 {
    margin-bottom: 1rem;
    font-size: 125%;
    line-height: 150%;
}

main h4, 
main h5 {
    margin-bottom: 0;
    font-size: 110%;
    line-height: 150%;
}

    main .card {
        background-color: #FCFCFC;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #007A39;
    }

main .card .card-header {
    border-radius:0;
}

.btn-homepage {
    background-color: #007A39;
    color: #fff !important;
    border: 4px solid #EFCE0A !important;
    font-weight:bold;
}

    .btn-homepage:hover {
        background-color: #005728 !important;
    }

@media (max-width : 767px) {
    main {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Card CSS */

div.seperator,
.card div.seperator {
    width: 50%;
    height: 28px;
    margin: 0 auto;
    background-image: url(/Images/Layout/seperator-grn.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top:-8px !important;
}

    div.seperator.seperator-col{
        margin-bottom: 16px;
    }

.card .card-title {
    margin: 0 0;
    padding: 1rem;
}

    .card .card-title h2 {
        margin-bottom: 0 !important;
    }

.card-homepage {
    background-color: #007A39 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

    .card-homepage h2 {
        color: #fff !important;
    }

    .card-homepage div.seperator {
        width: 50%;
        height: 28px;
        margin: 0 auto;
        background-image: url(/Images/Layout/seperator-wht.png);
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -8px !important;
    }

.card-photo-top {
    border-bottom: 1px solid #007A39;
}

.card-photo-top-about {
    border-bottom: 1px solid #000;
}

/* Resizing photo */

    .home-photo {
        overflow: hidden;
        position: relative;
    }

    .home-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

/* Delivery Table */

thead.table-primary {
    --bs-table-bg: #C6E0B4 !important;
    --bs-table-color: #000 !important;
    --bs-table-border-color: #000;
}
table.table{
    --bs-table-border-color:#000;
}

.cell-warning td {
    background-color: #FFE699 !important;
}

.cell-alert td {
    background-color: #F8CBAD !important;
}

.cell-danger td {
    background-color: #FF0000 !important;
    color: #fff !important;
}

.table-header {
    background-color: #548235;
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

@media(min-width:768px) {
    .contact-h2 {
        font-size: 135% !important;
    }
}

/* Snowy Background + Greenbox */

.image-header{
    background-image:url("/Images/Layout/greenbox-bg.webp");
    background-position:center;
    background-size:cover;
    height:auto !important;
    border:1px solid #000;
    position:relative;
    min-height:300px;
}

    .image-header .green-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        width: 88%; 
        padding: 30px 0;
        background-color: #009345;
        text-align: center;
    }

        .image-header .green-box .green-box-text {
            font-family: "Montserrat", sans-serif;
            font-size: 35px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; 
            gap: 15px;
            text-align: center;
        }

        .image-header .green-box .green-box .green-box-text-header{
            display:inline-block;
            text-align:center;
        }
        
        .image-header .green-box .green-box-text .green-box-text-footer{
            font-size:30px;
            font-style:italic;
            display:block;
        }

            .image-header .green-box .green-box-text .fuel-icon {
                display: inline-block;
                background-image: url(/Images/Layout/fuel-icon.webp);
                height: 50px;
                width: 40px;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                flex-shrink: 0;
            }

            .image-header .green-box .green-box-text .fuel-icon.fuel-icon-left {
                margin-right: 20px;
            }

            .image-header .green-box .green-box-text .fuel-icon.fuel-icon-right {
                margin-left: 20px;
            }

/*    @media(max-width:900px){
        .fuel-icon{
            display:none !important;
        }
    }*/

@media(max-width:991px){
    .image-header .green-box .green-box-text{
        font-size:26px;
    }

    .image-header .green-box .green-box-text .fuel-icon{
        height:42px;
        width:35px;
    }

        .image-header .green-box .green-box-text .green-box-text-footer{
            font-size:20px;
        }
}


@media(max-width:768px) {
    .image-header {
        min-height: 200px;
    }

        .image-header .green-box {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            padding: 24px 0px;
            width: 100%;
        }

            .image-header .green-box .green-box-text {
                font-size: 20px;
                line-height: 1.3;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
            }

                .image-header .green-box .green-box-text .fuel-icon {
                    height: 35px;
                    width: 28px;
                }

                .image-header .green-box .green-box-text .green-box-text-footer{
                    font-size:18px;
                }
}

@media(max-width:400px){
    .image-header .green-box .green-box-text{
        font-size: 18px;
    }

        .image-header .green-box .green-box-text .green-box-text-footer {
            font-size:16px;
        }
}

@media(max-width:360px){

    .image-header .green-box .green-box-text .fuel-icon {
        display: none !important;
    }
}

/* rotator photo stuff */

.rot-photos {
    overflow: hidden;
    position: relative;
}

    .rot-photos img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }


/* Footer */
footer {
    flex-grow: 0;
    margin: 0 0;
    padding: 30px 30px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background-color: #000;
}

footer h2 {
    margin: 0 0;
    padding: 0 0 4px 0;
    font-size: 125%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
}

footer hr {
    margin: 0 0 1.0rem 0;
    padding: 0 0;
    border-color: #FFFFFF;
}

footer p {
    margin-bottom: 1.0rem;
}

footer a,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer ul.fa-ul {
    margin-left: 2rem;
}

footer ul.fa-ul li {
    margin-bottom: 1rem;
}

footer ul.fa-ul li span.fa-li i {
    position: relative;
    top: 1px;
    padding-right: 8px;
    color: #FFFFFF;
}

.footer ul.credit-cards {
    padding-top: 6px !important;
    font-size: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: .0rem;
}

.list-inline-fix {
    margin-top: 7px;
}

    .list-inline-fix img {
        padding-top: 0 !important;
    }

@media (max-width : 767px) {

    footer {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #333333;
    border: 1px solid #333333;
}

.swiper-slide {
    width: 100%;
    height: auto;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

.swiper-pagination {
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 0.9;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

/* Swiper Slide Titles */
.swiper-slide .slide-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.swiper-slide .slide-title-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}


.swiper-slide .slide-title .slide-title-text {
}

.swiper-slide .slide-title.slide-title-left {
    text-align: left;
}

.swiper-slide .slide-title.slide-title-right {
    text-align: right;
}

    .swiper-slide .slide-title.slide-title-center {
        text-align: center;
    }

    .swiper-slide .slide-title.slide-title-left .slide-title-text {
        width: auto;
        margin-bottom: 0;
        margin-top: auto;
        margin-left: 0;
        margin-right: auto;
        padding: 18px 144px 18px 27px;
        background-image: url('https://cdn.phdcon.com/swiper/11.1.5/img/slide-title-left-bg.png');
        background-position: bottom right;
        background-repeat: repeat-y;
    }

    .swiper-slide .slide-title.slide-title-right .slide-title-text {
        width: auto;
        margin-bottom: 0;
        margin-top: auto;
        margin-left: auto;
        margin-right: 0;
        padding: 18px 27px 18px 144px;
        background-image: url('https://cdn.phdcon.com/swiper/11.1.5/img/slide-title-right-bg.png');
        background-position: bottom left;
        background-repeat: repeat-y;
    }

    .swiper-slide .slide-title.slide-title-center .slide-title-text {
        width: auto;
        margin-bottom: 0;
        margin-top: auto;
        margin-right: 0;
        padding: 18px 18px 18px 18px;
        background-image: url("/Images/Layout/slider-title-center.png");
        background-position: bottom;
        background-repeat: repeat-y;
    }

.swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    font-size: 200%;
    line-height: 100%;
}

.swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
    font-size: 150%;
    line-height: 100%;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .swiper-slide .slide-title {
        position: relative;
        background-color: #333333;
    }

    .swiper-slide .slide-title .slide-title-text {
        padding: 15px 15px !important;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
        margin: 0 0 4px 0;
        padding: 0 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 125%;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
        margin: 0 0;
        padding: 0 0;
        font-size: 14px;
        line-height: 125%;
    }

}

@media (min-width : 768px) and (max-width : 991px) {

    .swiper-slide .slide-title {
    }

    .swiper-slide .slide-title .slide-title-text {
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
        margin-bottom: 0.5rem;
        font-size: 125%;
        line-height: 100%;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
        font-size: 100%;
        line-height: 100%;
    }

}

/* Top Photo */

.top-photo {
    margin-bottom: 24px;
    border: 1px solid #333333;
}

/* Marquee */

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    margin: 0 auto 24px auto;
    background-color: #007A39;
    border-left: 15px solid #007A39;
    border-right: 15px solid #007A39;
    outline: 1px solid #000000;
}

.marquee {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 72px;
}

/* Forms (Contact / Employment / Rental / Etc) */

.app-form .card {
    margin-bottom: 1.5rem;
}

.app-form .card:last-child {
    margin-bottom: 0;
}

.app-form .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #333333;
}

.app-form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form .mb-2 {
    margin-bottom: 10px;
}

.app-form hr {
    margin-top:1rem;
    margin-bottom:1rem;
    border-color: #DDDDDD;
    opacity:1.0;

}

.app-form textarea {
    resize: none;
}

/*.input-group-prepend {
    display:flex;
}*/

    .input-group-text {
        background-color: #e9ecef;

    }
/**/
textarea {
    resize: none;
}

/* Contact Information */

.contact-photo {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border: 1px solid #333333;
}

.contact-info {
    width: auto;
    margin: 0 auto;
}

.contact-info .contact-info-left {
    padding-bottom: 1rem;
    padding-right: 1rem;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.contact-info .contact-info-right {
    padding-bottom: 1rem;
    vertical-align: top;
}

.contact-info tr:last-child .contact-info-left,
.contact-info tr:last-child .contact-info-right {
    padding-bottom: 0;
}

/* Google Map */

.embed-google-map {
    padding-bottom: 56%;
    border: 1px solid #000000;
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }

}

/* Multi Column Lists */

.list-four-col {
    columns: 4;
    column-gap: 1.5rem;
}

.list-three-col {
    columns: 3;
    column-gap: 1.5rem;
}

.list-two-col {
    columns: 2;
    column-gap: 1.5rem;
}

@media (max-width : 991px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 2;
    }
}

@media (max-width : 767px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 1;
    }
}

/* Delivery Days */

.delivery-days em {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25 !important;
}