.indigo{
    background-image: url(../img/Indigo_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
    margin-bottom: 30px;
}

.indigo h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.indigo p{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.whitebit{
    background-color: white;
    padding: 10px 0;
}