.main-content
{
    background: url(../img/banner1.jpg) center no-repeat;
}

.tab-main img
{
    width: 70%;
}

#testimonials .test-info p
{
    font-size: 20px;
}

#testimonials
{
    background: url(../img/testimony.jpg) center no-repeat
}

.footer-content
{
    background: url(../img/footer.jpg) center center / cover no-repeat;
}

.flash
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: lightgreen;
    z-index: 99999;
    font-weight: 500;
    border: 1px solid green;
}