 /* xs */
 object.logo {
    width: 200px;
    height: auto;

}

span.copy {
    font-size: 15px;
    font-weight: 500;

}

a.navbar-brand {
        font-size: 15px;
        font-weight: 500;
        color: black;
    }

    a.nav-link {
        font-size: 12px;
        vertical-align: text-bottom;
        ;
    }



/*md */
@media (min-width: 768px) {
    object.logo {
        width: 300px;
    }

    span.copy {
        font-size: 23px;
        font-weight: 500;

    }

    a.navbar-brand {
        font-size: 20px;
        font-weight: 500;
    }

    a.nav-link {
        font-size: 15px;
        vertical-align: text-bottom;
        ;
    }

    
}

/* lg */
@media (min-width: 992px) {
    object.logo {
        width: 350px;
    }

    span.copy {
        font-size: 27px;
        font-weight: 500;
    }


}

/* xl+ */
@media (min-width: 1200px) {
    object.logo {
        width: 400px;
    }

    span.copy {
        font-size: 30px;
        font-weight: 500;

    }

    a.navbar-brand {
        font-size: 25px;
        font-weight: 400;
    }

    a.nav-link {
        font-size: 18px;
        vertical-align: text-bottom;
        ;
    }

}

@media (max-width:767px) {
    .navbar-togglexx {
        order: 0;
        margin-left: 10px;
        margin-right: 0;
    }
}