@import "nav.css";
@import "../fonts/_font.standard.css";

:root {
    --main-pink: rgb(214,154,180,.2);
    --main-red: rgb(208,0,30);
    --main-green: #e5eee7;
    --main-black: rgb(0,0,0,.85);
    --main-sand: #f6e2db;
}


body {
    padding-top: 5rem;
    font: 1rem/1.5 var(--bs-font-sans-serif);
    font-family: 'LF Press Sans';
    background-color: rgb(214,154,180,20%);
}

h1 {
    font-size: 7rem;
    font-family: 'LF Press Sans Bold';
}

h2 {
    font-size: 3.125rem;
    font-family: 'LF Press Sans Heavy';
}

h3 {
    font-size: 2.5rem;
    font-family: 'LF Press Sans Heavy';
}

h4 {
    font-size: 1.875rem;
}


.main-search {
    max-width: 40vw;
    margin: auto;
}

header {
    background-color: #f5ebf0; /* var(--main-pink);*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
}

    header img {
        width: 154px;
        height: auto;
        padding: 20px;
    }

    header .logo-text {
        margin-top: 33px;
        position: absolute;
        color: black;
        margin-left: -9px;
    }

.ham {
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

    .tertiary-panel .lead, .hero .lead {
        font-size: 2.5rem;
        font-family: 'LF Press Sans Bold';
            padding: 0 2rem;
    }

@media (max-width: 768px) {
    
    .section-hero h1 {
    font-size: 30px;
}
    
        .tertiary-panel .lead, .hero .lead {
        font-size: 1rem;
        font-family: 'LF Press Sans Bold';
            padding: 0 2rem;
    }
    
}

.breadcrumbs {
    padding: 12px 0px;
    font-size: small;
    color: #ccc;
}

.breadcrumb-items > * {
    color: var(--main-red);
    text-decoration: none;
}

.breadcrumb-items .bc-active {
    color: #ccc;
}

.primary-panel {
    /*background-color: var(--main-pink);*/
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .primary-panel h3 {
        display: flex;
        color: var(--main-red);
    }
/* Hack on frontpage recipes headline to red */
#page_dcf18a51-6919-4cf8-89d1-36b94ce4d963 .theme-sand.feature h5.card-title {
    color: var(--main-red);
}

.theme-pink {
    /*background-color: rgb(214,154,180,20%);*/
    background-color: #f5ebf0; /* var(--main-pink);*/
}

.theme-green {
    /*background-color: rgb(113,174,137,20%);*/
    /*background-color: var(--main-green);*/
    background-color: #e5eee7;
}

.theme-sand {
    /*background-color: rgb(214,154,180,15%);*/
    /*background-color: var(--main-sand);*/
    background-color: #f6e2db;
}

.secondary-panel {
    background-color: var(--main-green);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tertiary-panel {
    min-height: 200px;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .tertiary-panel h1,
    .tertiary-panel .lead {
        color: white;
        text-align: center;
    }

.icon-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}



    .icon-bar img {
        width: 64px;
        float: left;
    }

    .icon-bar span {
        line-height: 1rem;
        font-size: small;
        font-family: 'LF Press Sans Bold';
    }

    .icon-bar a {
        color: var(--main-red);
        text-decoration: none;
        text-transform: uppercase;
        line-height: 64px;
        display: flex;
        align-items: center;
        min-width: 200px;
    }




.btn-primary {
    background-color: #d69ab4;
    border-color: #d69ab4;
}

    .btn-primary:hover {
        background-color: var(--main-red);
        border-color: var(--main-red);
    }

a.btn.link-read-more {
    color: var(--main-red) !important;
}



.card-banner {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    border-width: 0;
    margin-bottom: 1rem;
}

    .card-banner .card-footer {
        margin: auto;
        border-width: 0;
    }

.card {
    margin-bottom: 2rem;
    width: 100%;
}


.card-red .card-title, .card-red .card-text{
    color: var(--main-red);
}

.panel-title {
    color: var(--main-red);
    font-size: 40px;
    padding: 2rem;
    padding-left: 0;
    font-weight: bold;
    font-family: 'LF Press Sans Heavy';
}

.main-content {
    padding: 1rem 0 1rem 0;
}

/* FOOTER */
footer.main-footer {
    background-color: gray;
    background-repeat: no-repeat;
    min-height: 320px;
    color: white;
    background-image: url('/assets/img/snout.svg');
    background-size: contain;
    background-position: -6rem 0%;
    padding-top: 2rem;
    background-size: 480px;
}



.footer-content {
    min-height: 320px;
}
@media (max-width: 768px) {
    .footer-content {
        min-height: unset;
        align-items: center !important;
    }
    .footer-content-row {
        flex-direction: row !important;
    }
    
}

    a, a:link, a:visited, a:active {
        color: var(--main-red);
    }

        a:hover {
            color: #000;
        }

        a.btn:link, a.btn:visited, a.btn:active,
        footer a, footer a:link, footer a:visited, footer a:active {
            color: white;
        }






    @media print {
        .tertiary-panel {
            min-height: unset
        }

            .tertiary-panel h1 {
                color: black;
            }

        .breadcrumbs {
            page-break-after: always;
        }

        .col-md-1, .col-md-2, .col-md-3, .col-md-4,
        .col-md-5, .col-md-6, .col-md-7, .col-md-8,
        .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: left;
        }

        .col-md-1 {
            width: 8%;
        }

        .col-md-2 {
            width: 16%;
        }

        .col-md-3 {
            width: 25%;
        }

        .col-md-4 {
            width: 33%;
        }

        .col-md-5 {
            width: 42%;
        }

        .col-md-6 {
            width: 50%;
        }

        .col-md-7 {
            width: 58%;
        }

        .col-md-8 {
            width: 66%;
        }

        .col-md-9 {
            width: 75%;
        }

        .col-md-10 {
            width: 83%;
        }

        .col-md-11 {
            width: 92%;
        }

        .col-md-12 {
            width: 100%;
        }
    }



    .tertiary-panel-bg {
        min-height: 80vh;
        background-size: cover;
        background-attachment: initial;
        background-position: center;
    }

@media only screen and (max-width: 2000px) {
    .tertiary-panel {
        min-height: 380px !important;
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 1024px) {
    .tertiary-panel {
        min-height: 260px !important;
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 731px) {
    .tertiary-panel {
        min-height: 130px !important;
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}


    @media only screen and (max-width: 731px) {
        header .logo-text {
            left: 30px;
            bottom: 5px;
            font-size: 12px;
        }

        .section-hero .tertiary-panel-bg {
            min-height: 250px;
        }

        h1 {
            font-size: 50px;
        }

        .hero .lead {
            font-size: 25px;
            PADDING: 20px;
        }

        .icon-bar a {
            min-width: unset;
        }

        .tertiary-panel-bg {
            min-height: 200px;
            background-attachment: initial;
            background-position: center;
            background-repeat: no-repeat;
        }


    }
   

    .card-body {
        padding: 1rem 2rem;
    }

    .card-title {
        font-family: 'LF Press Sans Bold';
        font-size: 20px;
    }

    .theme-sand .card-text {
        color: var(--main-red);
        font-weight: bold;
    }



    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .w-md-75 {
            width: 75% !important;
        }

        .w-md-50 {
            width: 50% !important;
        }
    }

    .components-section .video iframe {
        width: 100% !important;
    }

    .panel-title a {
        text-decoration: none !important;
    }
