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

}

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

}

h1 {
    font-size: 1.4rem;
}

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: 18px;
        font-weight: 500;

    }

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

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

    h1 {
        font-size: 1.8rem;
    }

    
}

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

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

    
    h1 {
        font-size: 2.0rem;
    }


}

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

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

    }

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

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


    h1 {
        font-size: 2.5rem;
    }


}

