header .logo-container {
    background-color: rgba(52, 41, 91, 1.000000);    
}

.command-bar {
    background-color: rgba(52, 41, 91, 1.000000);
    color: white;
}

.command-bar a {
    color: white;
}

.command-bar a:hover {
    color: rgba(203, 214, 164, 1.000000);
}
input.contact.item:focus {
    outline-color: rgba(164, 214, 199, 1.000000);
}

textarea.contact.item:focus {
    outline-color: rgba(164, 214, 199, 1.000000);
}

input[type=submit].contact.item {
    color: white;
    background-color: rgba(52, 41, 91, 1.000000);
    border-color:  rgba(52, 41, 91, 1.000000);
}

input[type=submit].contact.item {
    color: white;
    background-color: rgba(52, 41, 91, 1.000000);
    border-color:  rgba(52, 41, 91, 1.000000);
}

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

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

