:root {
    --bs-firren-primary: #3A7FA6;
    --bs-firren-secondary: #208776;
    --bs-firren-third: #5DABC6;
    --bs-firren-fourth: #208776;
    --bs-firren-fifth: #A2B9AF;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#mainContainer {
    flex: 1;

    display: flex;
    flex-direction: column;
}

#map {
    height: 400px;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.cart-pill {
    position: relative;
    top: -18px;
    right: 7px;
}

@media only screen and (max-width: 576px) {
    .cart-pill {
        position: relative;
        top: -8px;
        right: 7px;
    }
}

.firren-page-container {
    margin-top: 24px;
    margin-bottom: 24px;

    min-height: 400px;

    flex: 1;

    display: flex;
    flex-direction: column;
}

.carousel-caption {
    display: block;

    position: absolute;
    top: 0px;
    left: 70px;
    bottom: unset;

    min-height: 50px;
    width: 40%;
    max-width: 400px;
}


@media only screen and (max-width: 576px) {
    .carousel-caption {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}

a.card,
a.card:hover,
a.container-link {
    color: inherit;
    text-decoration: none;
}

.error-link {
    display: block;
}

.error-link button {
    width: 200px;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer hr {
    color: var(--bs-light);
}

.bg-primary {
    background-color: var(--bs-firren-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-firren-secondary) !important;
}

.bg-third {
    background-color: var(--bs-firren-third) !important;
}

.bg-fourth {
    background-color: var(--bs-firren-fourth) !important;
}

.info-container {
    border: var(--bs-firren-third) 10px solid;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.bg-fish {
    background-image: url(/images/fishes/lax-200.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 576px) {
    .bg-fish {
        background-image: url(/images/fishes/lax-100.png),
            url(/images/fishes/hummer-100.png),
            url(/images/fishes/fisk-100.png),
            url(/images/fishes/krabba-100.png),
            url(/images/fishes/hummer-100.png),
            url(/images/fishes/fisk-100.png);

        background-position:
            top,
            top 15% left 0,
            top 40% left 0,
            top 60% left 0,
            top 80% left 0,
            top 100% left 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.short-item-description {
    max-height: 3rem;

    display: -moz-box;
    display: -webkit-box;
    display: box;

    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;

    -webkit-line-clamp: 2;

    text-overflow: ellipsis;
    overflow: hidden;
}

.store-carousel-caption {
    border-width: 10px;
    border-style: solid;
    border-color: var(--bs-firren-third);

    max-width: 300px;
    width: 80%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.store-carousel-caption-inner {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-white);

    background-color: var(--bs-firren-third);
    color: var(--bs-white);
}

.store-carousel-image {
    min-width: 100%;
    min-height: 250px;
}

.store-category-carousel-caption {
    top: 10%;
}

.breadcrumb {
    text-transform: capitalize;
    color: var(--bs-dark);
    text-decoration: none;
}


.btn-primary,
.btn-primary:hover {
    background-color: var(--bs-firren-primary);
    border-color: var(--bs-firren-primary);
}

.btn-primary:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--bs-firren-secondary);
}

.btn-success,
.btn-success:hover {
    background-color: var(--bs-firren-secondary);
}

.btn-success:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--bs-firren-secondary);
}

.btn-outline-success {
    color: var(--bs-firren-secondary);
    border-color: var(--bs-firren-secondary);
}

.store-item-form .btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--bs-firren-secondary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--bs-firren-secondary);
}

.store-category-banner {
    width: 100%;
    padding: 7rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-wrapper {
    margin: auto;
}

.title-wrapper {
    display: block;
    text-align: center;
}

.title-inner {
    background-color: var(--bs-firren-primary);
    display: inline-block;
    padding: 1rem;

    max-width: 80%;
}

.title {
    padding: 2rem;
    min-width: 200px;
    color: var(--bs-white);
    border: 1px solid var(--bs-white);
    margin: 0;
}

.markdown-content p {
    white-space: pre-wrap;
}

.markdown-content li p:first-of-type {
    margin-bottom: 4px !important;
}

.about-image {
    max-width: 300px;
}

@media (max-width: 575px) {
    .about-image {
        max-width: unset;
    }
}

.about-row:nth-child(4n-6) .second-image,
.about-row:nth-child(4n-7) .second-image {
    display: none
}

.about-row:nth-child(4n-4) .first-image,
.about-row:nth-child(4n-5) .first-image {
    display: none;
}

@media (max-width: 767px) {
    .about-row .second-image {
        display: none
    }

    .about-row:nth-child(4n-4) .first-image,
    .about-row:nth-child(4n-5) .first-image {
        display: block;
    }
}

.catering-content-container>p {
    margin-bottom: 4px;
}