.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.max-w-full {
    max-width: 100%;
}

.svg.svg-logo-large {
    background-image: url(/img/logo.svg);
    background-image: linear-gradient(transparent, transparent), url(/img/logo.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    height: 70px;
    width: 200px;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    margin: 5px 0 5px 5px;
    vertical-align: -15%;
}

#bottom-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(/img/buildingsV3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    height: 350px;
    z-index: -2;
}

#footer {
    line-height: 20px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 2px;
    font-size: 12px;
    z-index: -1;
}
