header .logo-container {
    background-color: rgba(44, 43, 90, 1.000000);    
}

.command-bar {
    background-color: rgba(44, 43, 90, 1.000000);
    color: white;
}

.command-bar a {
    color: white;
}

.command-bar a:hover {
    color: rgba(211, 212, 165, 1.000000);
}
input.contact.item:focus {
    outline-color: rgba(165, 212, 190, 1.000000);
}

textarea.contact.item:focus {
    outline-color: rgba(165, 212, 190, 1.000000);
}

input[type=submit].contact.item {
    color: white;
    background-color: rgba(44, 43, 90, 1.000000);
    border-color:  rgba(44, 43, 90, 1.000000);
}

input[type=submit].contact.item {
    color: white;
    background-color: rgba(44, 43, 90, 1.000000);
    border-color:  rgba(44, 43, 90, 1.000000);
}

input[type=submit].contact.item:active {
    color: black;
    background-color: rgba(166, 165, 212, 1.000000);
    border-color:  rgba(166, 165, 212, 1.000000);
}

input[type=submit].contact.item:active {
    color: black;
    background-color: rgba(166, 165, 212, 1.000000);
    border-color:  rgba(166, 165, 212, 1.000000);
}

