.booking{
    background-color: #f5f5f5;
    color: #333;
    padding: 25px;
    border-radius: 5px;
    max-width: 90%;
}
.section:nth-child(2){
    margin-top: 10px;
}
.documentBox li{
    display: grid;
    grid-template-columns: 8fr auto;
    grid-gap: 10px;
    align-items: center;
}
.documentBox button, .deleteButton{
    margin-bottom: 10px;
    height: 80%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5em;
}
.deleteButton{
    background-color: #bb2525!important;
    border: 1px solid #bb2525!important;
    color: #f5f5f5;
}
.booking h3{
    color: #f5f5f5;
    text-align: center;
}
.booking select, .booking select{
    color: #f5f5f5;
}
.booking select option, .booking select optgroup{
    color: #333;
}
.form-footer-text{
    color: #f5f5f5;
}
.form-footer-text a{
    display: inline-block;
    font-weight: 800;
}

@media screen and (max-width: 726px){
    .hero-content h3.hero-title{
        margin-top: 1rem;
        font-size: 1.8rem;
    }  
}