.contact-details li {
    float: left;
    padding-right: 15px;
    list-style: none;
}    

.contact-details i {
    padding-right: 5px;
}

.social {
    padding-top: 15px;
}

#feature {
    background-color: #F8BA01;
    background-image: url("./images/bg.png");
    border-top: white solid 5px;
}

#feature h1 {
    padding-top: 20px;
}

#error {
    min-height: 59vh;
    padding-top: 20vh;
    padding-bottom: 10vh;
}

#error h1 {
    font-size: 46px;
}

#error p {
    font-size: 24px;
}

#footer {
    border-top: #F8BA01 5px solid;
}