/*
* Typography
*/
a:hover {
    color: #485fc7;
}
a.internal::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 .5rem;
    background-image: url('../img/internal.png');
    background-position: center;
    background-size: cover;
}
a.external::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 .5rem;
    background-image: url('../img/external.png');
    background-position: center;
    background-size: cover;
}
/*
* Navigation
*/
#navbar:target > .navbar-menu  {
    display: block;
}
