.slidder-container {
    background-image: url(../images/intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;
    border-bottom: 1px solid #3b7a51;
    padding-top: 14%;
    padding-bottom: 3%;
}

.slidder-container h1 {
    color: #ffffff;
}

.side-bar li {
    border-bottom: 1px dotted #d7d7d7;
}

.side-bar li a:hover {
    background: transparent;
}

.side-bar li a:focus {
    background: transparent;
}

.well {
    background-color: #e7e4db;
}