@font-face {
    font-family: Gotham-Rounded-Bold;
    src: url(../fonts/Gotham-Rounded-Bold.ttf);
    src: url(../fonts/Gotham-Rounded-Bold.eot);
    src: url(../fonts/Gotham-Rounded-Bold.woff);
}

@font-face {
    font-family: Gotham-Rounded-Medium;
    src: url(../fonts/Gotham-Rounded-Medium.ttf);
    src: url(../fonts/Gotham-Rounded-Medium.eot);
    src: url(../fonts/Gotham-Rounded-Medium.woff);
}

@font-face {
    font-family: Gotham-Rounded-Light;
    src: url(../fonts/Gotham-Rounded-Light.ttf);
    src: url(../fonts/Gotham-Rounded-Light.eot);
    src: url(../fonts/Gotham-Rounded-Light.woff);
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

#logo {
    display: block;
    margin: 0 auto;
    width: 40%;
}

h1 {
    font-family: Gotham-Rounded-Light;
    text-align: center;
    font-size: 2.5vw !important;
    background-color: #006633;
    color: #FFFFFF;
}

#temp {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}