.color-1 {
    background-color: #6C6560;
}

.color-2 {
    background-color: #867E78;
}

.color-3 {
    background-color: #978342;
}

a {
    color: black;
}

a.a-white {
    color: white;
}

body {
    font-family: Roboto Condensed;
}

.home h2 {
    font-family: Roboto Condensed;
    font-weight: 200;
    min-height: 100px;
}

.btn-light {
    background-color: transparent;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

ul li 
{
    text-align: left;
}
