﻿.todaysSoups {
    background: #2b2b2b;
    color: white;
    text-align: center;
    padding: 6% 0px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    background: rgba(255,255,255,0.8);
}

    .carousel-caption h1 {
        color: #14471e;
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    background: rgba(255,255,255,0.8);
    width: 50vw;
    display: flex;
    align-items: center;
}

div#top-carousel, .carousel-inner, .item {
    height: 80vh;
    overflow: hidden;
}

.carousel-indicators {
    left: unset;
    right: 4%;
    width: auto;
    z-index: 4;
}

.sectionHover .textBlock p, .sectionHover .imageBlock img {
    transition: all .5s ease;
}

.sectionHover:hover .textBlock p {
    color: #da6a00;
}


.sectionHover:hover .imageBlock img {
    border: 10px solid #798263;
}



a.overlayLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.callouts {
    padding: 9% 0%;
    text-align: center;
}

.imageBlock img {
    border-radius: 50%;
    border: 10px solid #c8d2d1;
    width: 90%;
}

.imageBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0px 25px;
}

    .imageBlock h3 {
        position: absolute;
        background: rgba(200,210,209,0.9);
        padding: 20px 0px;
        width: 91%;
        color: #14471e;
        font-weight: 900;
    }

.textBlock p {
    color: #14471e;
    font-size: 18px;
    padding: 0px 15px;
}

.todaysSoups h1 {
    font-weight: 900;
    font-size: 55px;
}

.todaysSoups p {
    font-size: 25px;
}

select#locationSelector {
    /*background: #da6a00;*/
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    min-width: 265px;
    font-size: 18px;
    margin-top: 25px;
    outline: none;
}

/*        select#locationSelector option::after {
            content: ' ';
            margin-right: 10px;
        }*/

select {
    background: url(https://immediac.blob.core.windows.net/pksoupacademy/images/chevron-down-solid.png) no-repeat right #da6a00;
    -webkit-appearance: none;
    background-size: 15%;
}

.carousel-caption p {
    color: #2e2e2e;
    font-size: 21px;
    text-align: left;
}

.largeSText p.s-section {
    color: #da6a00;
    font-weight: 600;
    font-size: 435px;
    line-height: 330px;
    margin-left: -25px;
}

.largeSText p.text {
    color: #14471e;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0px;
}

    .largeSText p.text span {
        color: #da6a00;
        font-style: italic;
    }

.largeSText {
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 15px;
}

.carousel-caption {
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}

.carousel-caption {
    padding-left: 8vw;
}

a.big-callout-button {
    background: #14471e;
    border: none;
    position: absolute;
    left: 0;
    padding-left: 15%;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 20px 20px 0px;
    color: white;
    text-decoration: none;
    font-weight: 300;
    /*box-shadow: rgb(218 106 0) 0.5rem 0.5rem;*/
}

    a.big-callout-button::after {
        box-shadow: rgb(218 106 0) 0.5rem 0.5rem;
        content: " ";
        height: 100%;
        position: absolute;
        left: -50%;
        top: 0;
        width: 150%;
        border-radius: 0px 20px 20px 0px;
    }

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    background-color: #14471e;
    border: 3px solid transparent;
}

    .carousel-indicators li.active {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin: 0;
        background-color: #da6a00;
        border: 3px solid white;
        margin-bottom: -3px;
    }



@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1350px) {
    .largeSText p.s-section {
        font-size: 300px;
        line-height: 265px;
    }

    .largeSText p.text {
        font-size: 41px;
        line-height: 43px;
    }

    .item img {
        height: 80vh !important;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .largeSText p.s-section {
        font-size: 235px;
        line-height: 165px;
    }

    .largeSText p.text {
        font-size: 30px;
        line-height: 35px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .item img {
        height: 80vh !important;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }

    .carousel-caption {
        width: 75vw;
    }

    .todaysSoups h1 {
        font-size: 45px;
    }

    .todaysSoups p {
        font-size: 20px;
    }

    .textBlock p {
        font-size: 15px;
        padding: 0px 0px;
    }

    .imageBlock h3 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .todaysSoups h1 {
        font-size: 35px;
    }

    .todaysSoups p {
        font-size: 20px;
    }

    .todaysSoups {
        padding-bottom: 10%;
    }

    .carousel-caption {
        width: 100%;
        display: block;
    }

    .largeSText p.s-section {
        font-size: 235px;
        line-height: 200px;
    }

    .largeSText p.text {
        font-size: 35px;
        line-height: 35px;
    }

    .item img {
        height: 80vh !important;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }

    .carousel-caption h1 {
        color: #14471e;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 15px;
    }
}


@media(min-height:20px) and (max-height:750px) and (min-width: 992px) {

    .carousel-caption h1 {
        font-size: 45px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    div#top-carousel, .carousel-inner, .item {
        height: 70vh;
        overflow: hidden;
    }

    .largeSText p.s-section {
        font-size: 300px;
        line-height: 210px;
    }

    .largeSText p.text {
        font-size: 48px;
        line-height: 51px;
    }

    .big-callout-button {
        font-size: 17px;
    }
}
