﻿.colors-placeholder {
    color: #DD6E42;
    color: #E8DAB2;
    color: #4F6D7A;
    color: #C0D6DF;
    color: #EAEAEA;
}

.header-navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    top: 0;
    z-index: 1030;
    width: 100%;
    background-color: #4F6D7A;
}

.header-navbar-container li {
    text-align: center;
}
    .header-navbar-container li a {
        padding: 28px 18px;
    }

.dropdown-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;

    top: 8vh; /*header height*/
    width: 100%;

    background-color: #C0D6DF;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    text-align: center;
    align-content: center;
    height: 100%;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

li a:hover {
    background-color: #DD6E42;
}

a:link {
    text-decoration: none;
}