nav {
    width: 100%;
    background-color: #102e37;
    top: 0px;
    position: fixed;
    height: 66px;
    z-index: 10;
}

.barDiv {
    padding: 5px;
    margin-right: auto;
    vertical-align: middle;
}

.aStyle {
    color: #e8ede0 !important;
    font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
    font-weight: 300;
}

.divlink {
    width: auto;
    float: right;
    height: 30px;
    padding: 10px;
    padding-top: 20px;
    text-align: center;
    box-sizing: content-box;
}

.link {
    transform: skew(-10deg);
}

.link:hover {
    background-color: #f78d3f;
    font-size: 20px;
    padding-bottom: 20px;
}