.add-nav {
    padding: 15px;
}

.add-nav-item {
    padding: 1% 2% 1% 2%;
    color: #006374;
}

.add-nav-item:hover {
    color: #FFFFFF;
    background-color: #006374;
    text-decoration: none;
}

.add-dropdown-item {
    /*padding: 2% 5% 2% 5%;*/
    color: #006374;
}

.add-dropdown-item:hover {
    color: #FFFFFF;
    background-color: #006374;
    text-decoration: none;
}

.add-background {
    min-height: 400px;
    background: url('/assets/images/background.png') no-repeat right;
    background-position-y: -200px;
    background-position-x: 97%;
}

.add-lang {
    padding-top: 15px;
}

.add-a {
    font-size: 14px;
    color: #006374;
}

.add-a:hover {
    font-weight: bold;
    color: #006374;
}

.add-active {
    font-weight: bold;
}

.add-img {
    width: 100%;
    height: auto;
}

.add-logo {
    max-width: 251px;
    height: auto;
}

.content-text {
    padding-top: 0px;
    font-size: .875rem;
}

.content-header {
    padding-top: 10px;
    color:  #006374;
}

.add-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #006374;
    color: #FFFFFF;
}