﻿
/*--------------------------------------------------------------
 GSLanding Page CSS
--------------------------------------------------------------*/


* {
    font-family: 'Montserrat';
}

.card {
    border-radius: 1.5rem;
}

#hero {
    z-index: 0;
}

#float {
    position: relative;
    bottom: 100px;
    left: 5px;
}

.card-product:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: white;
}

.card-product {
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.5s cubic-bezier(0.4,-0.08, 0, 1.01);
}

.text-primary {
    color: #278234 !important;
}

ol, ul {
    padding-left: 0 !important;
}

/*--------------------------------------------------------------
 Mobile content box under hero section
--------------------------------------------------------------*/



