
.footer_text{
    background-color: rgba(239, 252, 231,0.8);
    height: 40px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding-right: 50%;*/
    padding-left: 0px;

    /*position: fixed;*/
}

.footer, #footer {
    clear: both;
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
    color: black;
    text-align: center;
}

/* footer at end */
#content-wrap {
  padding-bottom: 4rem;    *//* Footer height */
}

#footer{
 position:fixed;
 bottom:0;
 left:0;
}