/* =========================================================
   Atlas Wealth Logo V2
   ========================================================= */

.site-logo{
    display:block;
    width:auto;
    height:82px;
    max-width:260px;
    object-fit:contain;
    object-position:left center;
    border:0;
    background:transparent;
    box-shadow:none;
}

.top,
.topbar,
.header,
.navbar{
    display:flex;
    align-items:center;
}

@media (max-width:768px){

    .site-logo{
        height:42px;
        max-width:180px;
    }

}
