body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.background {
    height: 100%;
    background-image: url('../img/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-text, .we-do {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    color: #fff;
}

.brand-text > span {
    color: #ff9100;
    font-weight: 400;
}

.we-do {
    text-align: justify;
    text-justify: inter-word;
}