body, html {height:100%;}

body {
    background:#232d64 url('../images/texas-plumbing-services.webp') no-repeat center center;
    background-size:cover;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(35, 45, 100, 0.95);
    z-index: -1;
}

header {
    padding:40px 0 0;
}

footer {
    padding: 20px 0;
    color:#fff;
}

section {
    padding:50px 0;
}

section > .container > .row {
    background: #fff;
    padding: 30px 30px 45px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media(max-width:480px) {
    section > .container > .row {
        padding: 15px 15px 30px;
    }
}