#myContainer{
    margin-left: 100px;
}

.ms-section{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    text-align: center;
}
#multiscroll-nav span{
     background: #bbbdc0;
    border: 1px solid #bbbdc0;
    border-radius: 50%;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
    z-index: 1;
}
#multiscroll-nav li .active span{
     background: #06a045;
    border: 1px solid #06a045;
}

/*Text Styles*/
.ms-section h1 {
    font-size: 20px;
    
    letter-spacing: 8px;
    line-height: 27px;
    text-transform: uppercase;
}
.ms-section h3 {
}
.ms-section h3 > span {
    font-size: 10px;
    
    letter-spacing: 8px;
    line-height: 20px;
    padding: 7px;
    padding-left: 15px;
    text-transform: uppercase;
}
.ms-overlay{
    display: none;
    height: 100%;
    background-color: transparent;
}

.ms-overlay a{
    display: block;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}

.ms-section-left{
    background-position: center center;
}
.ms-section-right{
    background-position: center center;
}
