.fpTextContainer {
    background-color: #96ccff;
    padding: 50px 0;
    position: relative;
}

.fpTextTitle {
    color: #fafafa;
    font-size: 3.5rem;
    font-weight: 300;
}

.fpTextSubtitle {
    color: #fafafa;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 auto;
    max-width: 700px;
}

.villageItem {
    margin: 8px 2px;
}

.villageItem:before {
    background-color: #3131317a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.villageItem a {
    background: #6684e3;
    border-radius: 0px;
    color: #fafafa;
    display: block;
    font-size: 26px;
    font-weight: 100;
    transition: all .1s ease-in;
}

.villageItem a:hover {
    color:#c1d734;
}

.villageImage {
    background-size: cover;
    background-position: center;
    height:135px;
    width:100%;
}

.villageText {
    top: 25%;
}

.customSearch {
    padding: 5rem 0;
}

.customSearchSubtitle {
    margin: 0 auto;
    max-width: 800px;
}

.customSearchLink {
    background-color: #6562da;
    border-radius: 3px;
    color: #fafafa;
    display: inline-block;
    padding: .75rem 1.5rem;
    transition: all .1s ease-in;
}

.customSearchLink:hover {
    background-color: #7370DD;
    color: #fafafa;
}

@media (min-width: 768px) {
    .fpTextContainer {
        padding: 100px 0;
    }

    .villageText {
        top: 40%;
    }
}