body {
    margin:0;
    overflow:hidden;
}

canvas {
    position: fixed;
    top:0;
    left:0;
    background:white;
    width:100%;
}

img.cardinal-logo {
    position: fixed;
    width:25%;
    max-width: 200px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    /*-webkit-filter: brightness(0.6);*/
}

img.strapline {
    position: fixed;
    width:75%;
    max-width: 1125px;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    /*-webkit-filter: brightness(0.6);*/
}

@media only screen and (max-width: 1000px) {
    /*img {
        width: 40%;
        left:30%;
    }*/
}