a:link {color: inherit;
        text-decoration: none;}
a:visited {color: inherit;
        text-decoration: none;}
a:link:active{color: inherit;}
a:visited:active {color: inherit}

.masthead{
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vh;
    margin-bottom: 2vh;
}

.navigator_parent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    font-family: 'Pupilla';
    font-size: 25px;
    
    padding-left: 20px;
    padding-right: 20px;
    
    margin-left: 10vw;
    margin-right: 10vw;
    
    border-top: 3px solid #404040;
    border-bottom: 3px solid #404040;
}

.navigator_child:hover{
    color: #909090;
}