HTML, BODY {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
body {

    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}

A {
    color: #444;
    text-decoration: none;
}
A:hover {
    color: #00acd9;
}
ADDRESS {
    font-style: normal;
}

#logo {
    position: absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+35,1+92 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#logo #content {
    text-align: center;
    margin: 5vh 5vw;
    position: relative;
    bottom: -25vh;
}

#logo #content IMG {
    margin-bottom: 4vh;
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 400px;
}

#globe {
    margin: 0;
    padding: 0;
}


#canvas {
    margin: 0;
    padding: 0;
}
