/* --- Navigation --- */

.navigation {
    width: 100%;
    height: 70px;
    position: relative;
    background-color: #036;
}

.navigation>a>img {
    height: 70px;
    width: 50%;
    float: left;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    margin-left: 15px;
}

.nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-item {
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.nav-item:hover {
    background: #9ccefe;
    border: 0;
    border-radius: 0.25rem;
    font-size: 15px;
}

.nav-link.active {
    color: #fff;
    background-color: #0d6efd;
}

/* --- Identifier --- */

/* --- Fonts --- */

@font-face {
    font-family: 'Caveat';
    src: url(../fonts/Caveat-Bold.ttf);
}

@font-face {
    font-family: 'Caveat';
    src: url(../fonts/Caveat-Medium.ttf);
}

@font-face {
    font-family: 'Caveat';
    src: url(../fonts/Caveat-Regular.ttf);
}

@font-face {
    font-family: 'Caveat';
    src: url(../fonts/Caveat-SemiBold.ttf);
}