#superNova {
    margin: 30px;
    background-color: rgb(233, 233, 233);
}
.social-ic-hd {
    float: right;
    position: absolute;
    right: 10px;
    margin-right: 20px;
    top: 15px;
}
#pageHeader, #logoWrapper {
    height: 65px;
}
.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: black;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.uk-icon-button:hover {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    color: black;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}