.templatesitefooter {
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/


/*Edits to application*/

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 1px solid #235403;
}

.ui-update .hdg {
    font-family: 'Cardo', serif;
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Cardo', serif;
}
.ui-update p,span,li {
    font-family: 'Cardo', serif;
}

.ui-update .fieldset-label {
    font-family: 'Cardo', serif;
}







.ui-update .btn {
    font-family: 'Cardo', serif;
    color:#ffffff;
    background-color:#2f5026;
    border: 1px solid #2f5026;
    border-radius: 300px;
}
.ui-update .btn:hover {
    font-family: 'Cardo', serif;
    color:#ffffff;
    background-color:#2f5026c2;
    border: 1px solid #2f5026c2;
    border-radius: 300px;
}

/*END*/