body {
    padding-top: 1rem;
    padding-bottom: 3rem;
    color: #545b62;
    background-color: #f4f4f4 !important;
    /*   background-image: url('../img/clipboard-food-2.svg');
    background-attachment: fixed;*/
}

.card {
    background-color: #f4f4f4;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    z-index: 10;
    top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.carousel-item {
    height: 100%;
    min-height: 100vh;

}

.carousel-item h1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-inner {
    height: 100%;
    /*  min-height: 98vh;*/
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
    font-size: 250%;
    line-height: 1;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


.featurette-divider {
    margin: 5rem 0;
}


#myCarousel {
    width: 100%;
}

#myCarousel {
    width: 100%;
    height: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 20rem;
}



.carousel-indicators li {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 25px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;

}

.carousel-indicators .active {
    width: 25px;
    height: 5px;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;

}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 3rem;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.bullCase svg {
    height: 100px !important;
    margin-top: 25% !important;
    width: 100% !important;

}



.bullCase img {
    height: 130px !important;
    margin-top: 15% !important;
    border-radius: 50%;
    padding: 2px;
    border: 2px #28a74552 solid;
}

.bullCase img:hover {
    border: 12px #28a74552 solid;
    border-radius: 50%;
    padding: 2px;
}



@media screen and (max-height:820px) {

    .carousel-item h1 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }



    .marketing h2 {
        font-weight: 400;
        font-size: 150%;
        line-height: 1;
    }

    .featurette-heading {
        font-weight: 300;
        padding-bottom: 3rem;
        line-height: 1.3;
        letter-spacing: -.05rem;

    }

    p {
        margin-top: 1rem;
        line-height: 1.4;
    }

    h1,
    h2 {
        font-size: large;
        font-size: 100%;

    }

    .carousel-item {

        height: 100%;
        top: 0;
        min-height: 45rem;

    }


    #myCarousel {
        width: 100%;
        height: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        top: -1rem;
        min-height: 20rem;
    }
}

.titleImg {
    padding: 0;
    margin: 0;
    width: 50px;
    position: relative;
    height: 50px;
}
