
/** ADD YOUR AWESOME CODES HERE **/

.feature {
    background: #ED1C24 linear-gradient(to bottom, #ED1C24, #A71F24);
    color: white;
}

#feature-carousel {
    /*min-height: 200px;*/
     min-height: 250px; 
}

    #feature-carousel img {
        margin: 0 auto;
    }

#side-carousel img {
    margin: 0 auto;
}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    /* background-color: #eee; */
    background-color: yellowgreen;
    color: black;
}

.footer-blurb-item {
    padding: 20px;
}


/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    /*bottom: 40px;*/
    bottom: 80px;
    /*right: 40px;*/
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

