body{
    font-family: 'Lato', sans-serif;
}

.screen{
    display: table;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}

.splash{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.logo{
    padding: 40px 0;
}

.img-responsive{
    width: 100%;
}

.text > h1{
    font-size: 40px;
    font-weight: 400;
}

.text > h1 > span{
    font-weight: 900;
}