body * {
    color: #154f6e;
    font-family: Quicksand, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.bg-base    {
    background-color: #154f6e;
}
.border-base    {
    border-color: #154f6e;;
}

h1, h2, h3, h4, h5, h6 {

    font-family: Georgia;
    font-weight: 700;
    padding: 5px 0px 5px 0px;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: .75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.0em;
}
.container-shadow{
    box-shadow: 3px 6px #888888 ;
}