
ruby
{
    line-height: 2.2em;
}
rt
{
    transform: translateX(-.06rem);
    font-size: 60%;
    margin-bottom: .33rem;
    color: #FEF3C7;
}

.logo
{
    width: 140px;
    height: 50px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}
.app_name
{
    font-size: 0.5rem;
    line-height: 0.875rem;
    font-weight: bold;
    color: white;
}
.header-search
{
    width: 100%;
}


/* md	768px	@media (min-width: 768px) { ... }
--------------------------------------------------*/
@media (min-width: 1024px) {
    .logo
    {
        width: 280px;
        height: 100px;
        font-family: 'Orbitron', sans-serif;
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .app_name
    {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: bold;
        color: white;
    }
    .header-search
    {
        width: 540px;
    }
}
