/*@font-face {
    font-family: 'LondrinaThin';
    src: url('../resource/LondrinaSolid-Thin.ttf') format('truetype');
}*/

#londrina{
    font-family: 'LondrinaBlack';
    opacity: .2;
    font-size: 18rem;
    line-height: 0px;
}

#content{
    overflow-x: hidden;
}

@media screen and (max-width: 800px){
    #londrina{
        font-size: 15rem;
        transform: rotate( -90deg ) translate( -290px, 0px );
    }
}