#bln_copyright{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top:none;
    padding:0%;
    margin-bottom:2%;
}

.flexRow {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
   

}

.flexRow a{
    text-decoration: none;
    color: var(--brand-color-alt);


    
    

}

#bln_footer{
    background-color: #2f2e2e;
}

#header_logo{
    margin-top:0%;
    margin-bottom: 0%;
    padding-top: 1%;
    
}

#footer_ctn{
    justify-content: flex-start;
    text-align: left;
}

#alt_footer_info{
    font-family:montserrat ;
    color: var(--brand-color-alt);
    line-height: 1.8;
}

#alt_footer_info h3 {
    font-size: 1.5em;
    font-weight:700;
}
#bln_footer {
    border-top: none;
    min-height: 170px;
}

#logo_img {
    max-height: 200px;
    padding-bottom: 0% !important;
}





@media only screen and (min-width: 1100px) {
    #loan_navigation{
        width:calc(55% - 24vw);
    }
  }

  @media only screen and (max-width: 720px){
    #footer_ctn{
        padding-bottom: 6%;
        margin-bottom: 0%;
    }
  }
