#header {
    width:100%;
    position: absolute;
    top:0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#page-icon {
    width:225px;
    height: 75px;
    top:12px;
    left:12px;
    position: absolute;
}
.hiovita-nav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #eeeeee;
    position: absolute;
    right:35px;
    top:35px;
    transition: all 200ms ease-in-out;
}
.hiovita-nav {
    padding:0;
    margin-top:0;
    margin-bottom:0;
}
.hiovita-nav:hover {
    cursor:pointer;
}
.hiovita-nav:active {
    cursor:default;
}