﻿html {
    background-color: white;
    position: relative;
    min-height: 100%;
    /*font-family: 'Quicksand', sans-serif !important;*/
}

body {
    background-color: white;
    font-size: large;
    margin-bottom: 180px; /* Margin bottom by footer height */
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

#navWrapper {
    width: 100%;
    background: url(../images/Top_Background.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.nav-link {
    color: white !important;
}

.nav-link-compact {
    padding-top: 0;
    padding-bottom: 5px;
}

.nav-link.active {
    font-weight: bold !important;
}

.nav-link-juice {
    color: darkgray !important;
}

.juiceLink {
    color: #f67a31;
}

.juiceLink {
    color: #f67a31;
    padding-right: 10px;
}

.blogImage {
    max-height: 250px;
    max-width: 200px;
}

.juiceSwatch {
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    background-image: url("../images/background2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*height: 714px;*/
}

.whiteSwatch {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 900px;
}

.whiteSwatch2 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.blogCard {
    height: 250px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 210px;
    background-color: black;
    color: white;
    padding: 30px;
}

.footerRow {
    text-align: center;
    margin-top: 20px;
}

.juiceli {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: large;
}

.btn-juice {
    background-image: url("../images/Rectangle.png");
    background-size: cover;
}

.whitelink {
    color: white;
}

.modal-xl {
    max-width: 1140px !important;
}

.juice {
    color: #F46F30
}

.nav-link-dark {
    color: #495057 !important;
}

.wistia {
    height: 250px;
    border: 6px solid grey;
    border-radius: 10px;
}

.card_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .juiceHeader {
        width: 100%;
        background: url(../images/Top_Background.png);
        background-repeat: no-repeat;
        background-size: 100% 550px;
        height: 550px;
        margin-top: -110px;
        padding-top: 140px;
        color: white;
    }

    .homeCol1 {
        border-right: 2px solid white;
    }
}

@media screen and (max-width: 1199.98px) {
    .juiceHeader {
        width: 100%;
        padding-top: 80px;
    }

    #navbarToggler {
        background-image: url("../images/background2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .homeCol1 {
        border-bottom: 2px solid white;
        padding-bottom: 40px;
    }
}

.blogSwatch {
    margin-top: 30px;
}


.juiceUl {
    margin-left: 40px;
    text-align: left;
    list-style: inside;
}

.centercolimg {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}




@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.blink {
    color: red !important;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.feedbackSummary {
    cursor: pointer;
}

#btnUpvote {
    cursor: pointer;
}

.feedbackIcon {
    margin-left: 20px;
}

.juiceOrange {
    color: #F46F30;
}


.comments {
    margin-left: 12px;
    font-size: smaller;
}

.comment {
    border-bottom: 1px solid Gainsboro;
}
