nav {
    width: 100%;
    height: 75px;
    background-color: dimgray;
    min-width: 440px;
}

.left {
    width: 20%;
}

.logo-sm {
    height: 75px;
}

.center {
    width: 50%;
    text-align: center;
}

.center a {
    text-transform: uppercase;
}

.right {
    width: 20%;
    text-align: right;
}

.center a, .right a {
    text-decoration: none;
    color: #222222;
    font-size: 16pt;
    margin: 2px;
    padding: 2px;
}

.center a:hover, .right a:hover {
    color: #cccccc;
    background-color: #222222;
    transition: 0.25s all;
}
