html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.br-title {
    vertical-align: middle;
    line-height: 35px;
    margin: 10px 0 0 0;
    font-size: 33.5px;
    color: rgb(49, 100, 151);
}

#br-logo {
    background: url('//static.bluerhinos.co.uk/logos/brblue-smaller.png') no-repeat;
    text-indent: -10000000px;
    width: 212px;
    height: 32px;
    display: inline-block;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
}

#output {
    text-align: center;
}

#output p{
    text-align: center;
    margin-top: 10px;
}