/*
Theme Name: Dalametall
 Description:  A child theme of the Twenty Seventeen default WordPress theme
 Author:       Aleksandar Mlinar
 Template:     twentyseventeen
 Version:      1.0.0
*/

/*nav*/

.navigation-top {
    background: #0061ae;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    color: white;
}
.navigation-top a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}