.logo .svg-logo{
    margin-left: 20px;
    cursor:pointer;width:125px;height:25px;fill:white
}
#titleBar .title .svg-logo{
    cursor:pointer;width:100px;height:42px;fill:white
}
#canvas-terrain {
    position: absolute;
    top: 0;
    left: 0;
    background-color:transparent;
    width: 100%;
    height: 100%;
}
.goto-next svg {
    stroke: red;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
.floating {
    animation: float 6s ease-in-out infinite;
}   
.floating-fast {
    animation: float 1s ease-in-out infinite;
}   
#footer .svg-logo{
    fill: white;
    width: 90px;
    height: 19px;
}

.svg-logo-msg {
    fill: white;
    width: 100px;
    height: 22px;
}