/*@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Righteous-Regular.ttf);
}*/

#navbar1{
    border-bottom: solid 1px #c2c7ca;
} 
/*
#navbar2{
    background-color:  #108487;
    color: white !important;
} 
*/




.prodSection{
    margin: 75px 0px;
}

.indMainCont .col-sm{
    /*background-color: #b5bec4;  */
    text-align: center;  
    margin: 10px;
}


.sectionHeader{
    color: rgb(57, 125, 60);
    font-family: 'Righteous';
    font-size: 26px;
    line-height: 31px;
}

.sectionSubHeader{
    color: rgb(35, 47, 62);
    font-family: 'Righteous';
    font-size: 18px;
    line-height: 22px;
}

.textPrice{
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}

.textMainDesc{
    color: rgb(35, 47, 62);
    font-size: 14px;
    line-height: 16px;
}

.timeWarning{
    font-size: 12px;
    color: red;
    text-align: left;
}