@font-face {
    font-family: space-font;
    src: url(fonts/StarMinor-nRqdO.ttf);
 }

#wrapper {
    height: auto !important;
    margin-top: 50px;
    margin-bottom: -50px; /* the bottom margin is the negative value of the footer's total height */
}
#wrapper:before {
    content: "";
    display: block;
    height: 50px; /* the footer's total height */
}
#wrapper:after {
    content: "";
    display: block;
    height: 50px; /* the footer's total height */
}
#content {
    height: 90%;
    min-height: 90%;
}
#home-title { 
    color: #ffffff; 
    font-family: Helvetica;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 60px;
}
#logo {
    width: 20%;
    height: 20%;
    margin: 0 auto;
    display: block;
}
#lat-lon {
    margin: 0 auto;
    display: block;
    color:#8fa0ac;
    font-family:'Arial Narrow';
    font-weight:bold;
    font-variant: small-caps;
    letter-spacing: 2px;
}