
.footer_full_width_row {
    width: 100%;
    margin-top: 32px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.footer_row_child {
    width: calc(100% / 3);
    vertical-align: center;
    text-align: center;
    margin: 8px;
}

.footer_sub_text{
    text-align: center;
    font-weight: lighter;
    font-size: small;
    color: #EEEEEE;
}
.footer_copyright_text{
    text-align: center;
    margin-top: 8px;
    font-weight: lighter;
    font-size: small;
    color: #c7c2c2;
}


footer{
    background-color: #192025;
}

.whitbg{
    background-color: #192025;
    color: #b6cae1;
    margin-top:20px;    
}

#content_layout{
    color: #fff;
}