.btn-color-cycle {
    display: block;
    margin-top: 20px;
}

.btn-feature {
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    border-width: 2px;
    border-radius: 6px;
    box-shadow: 0 3px 5px -1px #333;
    padding: 10px;
    width: 100%;
    min-height: 20px;
    background-color: #faf1e4;
    border: 1px solid #f2dab9;

    min-height: 140px;
}


.btn-feature.one {
    color: #a8271c;
}

.btn-feature.one:hover {
    background-color: #a8271c;
    color: white;
    border-color: #7c1c15;
}

.btn-feature.one:hover > h4 {
    color: white;
}

.btn-feature.one > h4 {
    color: #a8271c;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.5em;
}

.btn-feature.one > p {
    font-size: 1.2em;
}

.btn-feature.one > h4:hover {
    color: white;
}


.btn-feature.two {
    color: #f05a22;
}

.btn-feature.two:hover {
    background-color: #f05a22;
    color: white;
    border-color: #7c1c15;
}

.btn-feature.two:hover > h4 {
    color: white;
}

.btn-feature.two > h4 {
    color: #f05a22;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.5em;
}

.btn-feature.two > p {
    font-size: 1.2em;
}

.btn-feature.two > h4:hover {
    color: white;
}


.btn-feature.three {
    color: #ed9100;
}

.btn-feature.three:hover {
    background-color: #ed9100;
    color: white;
    border-color: #7c1c15;
}

.btn-feature.three:hover > h4 {
    color: white;
}

.btn-feature.three > h4 {
    color: #ed9100;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.5em;
}

.btn-feature.three > p {
    font-size: 1.2em;
}

.btn-feature.three > h4:hover {
    color: white;
}


.btn-feature.four {
    color: #2c7c58;
}

.btn-feature.four:hover {
    background-color: #2c7c58;
    color: white;
    border-color: #7c1c15;
}

.btn-feature.four:hover > h4 {
    color: white;
}

.btn-feature.four > h4 {
    color: #2c7c58;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.5em;
}

.btn-feature.four > p {
    font-size: 1.2em;
}

.btn-feature.four > h4:hover {
    color: white;
}


.moreShmoop h1 {
    text-align: center;
    font-weight: lighter;
    font-size: 2.0em;
    margin-top: 100px;
    margin-bottom: 0px;
}
