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

.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
}

/*.text-center img {
    width: 80%;
    margin-left: 10%;
}

@media screen and (max-width: 30em) {
    .text-center img {
        width: 100%;
        margin-left: 0;
    }
}*/
#one {
    padding: 2em 0;
    background-color: #4A2B8C;
}

#two {
    padding: 2em 0;
    background-color: #2E2259;
}

#three {
    padding: 2em 0;
    background-color: #201B40;
}

#one img{
    width: 27.5%;
}
#two img{
    width: 25%;
}
#three img{
    width: 20%;
}
.three{
    text-shadow: 2px 4px 30px rgba(255,255,255,0);
    
}
.three h4{
    color: #E3C27E;
    padding-bottom: 0.5rem;
}
.three h5{
    color: #E3C27E;
}
.three h6{
    color: #FFF;
    line-height: 1.5rem;
}

#info h3 {
    color: #6034BF;
    font-size: 2rem;
    font-weight: 500;
}
