/* look at how clever i am with my hidden comments haha like if you agree #forevervirgin */
#topnav {
    width: 100%;
    background: linear-gradient(to bottom, #d23a3a, #b71c1c);
    border-bottom: 3px solid #8e0000;
    padding: 15px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

#topnav .wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 64px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    display: flex;
    align-items: center;
}

#nav-links {
    float: right;
    height: 64px;
    display: flex;
    align-items: center;
}

#nav-links .nav-item {
    display: inline-block;
    padding: 8px 15px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

#nav-links .nav-item:hover {
    background: rgba(255,255,255,0.15);
}

.clear { clear: both; }
