
.nav_logo {
    background-image: url("../Logo/rarLogo-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    text-align: center;
}


@media screen and (min-width: 1279px)
{
    .menu--properties {
        height: 100%;
        width: 240px;
        top: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        
        
        text-align: center;
        background-color: #f5f5f5;
        border-right: 1px solid #D5D5D5;
        /*box-shadow: 2px 0 50px 1px rgba(0, 0, 0, 0.2);*/
        
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: .875rem;
    }
    
    nav.menu {
        width: 100%;
    }
    
    .menu_nav_inner a {
        text-decoration: none;
    }
    
    .desk-pad {
        padding: 0 16px 0  16px;
    }

}

.rarf-nav-btm {
    position: absolute;
    width: 100%;
    bottom: 32px;
    text-align: Left;
    margin: auto;
    padding: 0 0 0 64px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #565454;
    opacity: .5;
    transition: all .5s ease-in-out;
}

.cpywrgt {
    font-size: .5rem;
}

.rarf-nav-btm:hover {
    color: black;
    opacity: 1;
}
