body {
    background-image: url(/img/bgb.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.section {
    background-color: rgba(247, 247, 247, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
    padding: 2em;
}
#content-spacer h3 {
    color: #6034BF;
}

.bluecolor{
    color: #007bff !important;
}