body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

    /* Links in header will automatically use font that is defined in body */
    /* No need for custom CSS */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header#ltheader {
    height: 5vh;
    line-height: 5vh;
}

header#ltheader nav {
    text-align: center;
}

header#ltheader nav a {
    margin-left: 2vh;
    font-size: 2vh;
    font-weight: lighter;
    
    /* Make the link look less 90s */
    background-color: inherit !important;
    color: inherit !important;
    font-family: inherit;
    text-decoration: none;
    
    /* Center text vertically */
    margin-top: 2.5vh;
    transform: translateY(-50%);
}

header#ltheader nav a:first-child {
    font-weight: 500;
    font-size: 3vh;
    margin-right: 5vh;
}

header#ltheader nav a:first-child:hover {
    color: #5353ff !important;
}