body {
    padding-top: 50px;
}

.centered {
    text-align            : center;
}

.bold {
    font-weight : bolder;
}

.vgrid {
    display               : grid;
    grid-template-columns : 1fr;
    align-items           : center;
}

.bg-tint {
    background-color : rgba(255, 255, 255, 0.3);
    border-radius    : 20px;
    box-shadow       : 12px 12px 2px 1px rgba(180, 180, 180, .2);
    text-shadow      : 1px 1px 0.5px #232323;
}

.navbar {
    padding : 0px;
}

.nav.navbar-nav .nav-link {
    padding : 0.85rem 1rem;
}

.nav.navbar-nav .active .nav-link {
    color      : #555555;
    background : #e7e7e7;
}

.navbar-brand {
    padding : 0.65rem;
}

.em-text {
    color : rgb(11, 113, 76) !important;/*#1caa98*/ /* 147, 224, 140 */
}

.col-lg-4 {
    margin-bottom : 20px;
}

section {
    padding: 40px 0 40px 0;
}

.jumbotron {
    background      : #1b222a url(../images/home-cleaning2.jpg) no-repeat center center;
    background-size : cover;
    color           : white;
    height          : 500px;
    overflow        : hidden;
}

.jumbotron img.app-btn {
    width : 40%;
    margin-right : 30px;
}
.jumbotron img.showcase-img {
    width: 75%;
}

section#feature {
    background : #1caa98;
    color      : white;
    padding    : 40px;
    overflow   : auto;
}
section#feature ul {
    padding : 0px;
    margin  : 0px;
}
section#feature ul li {
    font-size   : 22px;
    list-style  : none;
    line-height : 2.0em;
}

section#title-bar {
    padding    : 0px;
    margin     : 0px;
    height     : 80px;
    background : #1caa98;
    color      : white;
}
section#title-bar h1 {
    margin : 1rem 0;
}

img.demo {
    width   : 100%;
    padding : 3px;
    border  : 1px solid black;
}

#accordion {
    margin-bottom : 20px;
}

.card + .card {
    margin-top : 5px;
}

.card .card-header h6 {
    font-weight : normal;
}

.card .card-header a {
    color : inherit;
}

footer {
    height     : 80px;
    background : #333333;
    color      : white;
}
footer li {
    float      : left;
    padding    : 0 10px;
    list-style : none;
}
footer a {
    color : white;
}
footer p {
    float : right;
}

.container {
    color : rgb(11,113,76);
}

.container p {
    line-height : 230%;
}

.card-body {
    color: #000000;
}

/* Media Queries */
@media (min-width: 1200px) {
    .jumbotron img.showcase-img {
        width  : 61%;
        margin : 5px 0 0 40px;
    }
}

@media (max-width: 991px) {
    .showcase-img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .jumbotron {
        height         : 400px !important;
        backgroud-size : 100% 100%;
        padding        : 1rem 2rem;
    }
    .jumbotron img.app-btn {
        width : 30%;
    }
    .jumbotron h1 {
        margin-top : 10px;
    }
}

@media (max-width: 768px) {
    .jumbotron {
        height         : 350px !important;
        backgroud-size : 100% 100%;
        padding        : 1rem 2rem;
        font-size      : 14px;
    }
    .jumbotron h1 {
          margin-top : 10px;
          font-size  : 26px;
    }
    section#feature {
        text-align : center;
    }
    section#title-bar {
        height: 60px;
    }
    #title-bar h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 500px) {
    .jumbotron {
        height          : 450px !important;
        backgroud-image : none;
        text-align      : center;
    }
    .jumbotron img.app-btn {
        width   : 60%;
        margin  : 0 auto 30px auto;
        display : block;
    }
    section#feature {
        text-align : center;
    }
    section#feature ul li {
        font-size : 19px !important;
    }
    section#feature img.big-logo {
        display : none;
    }
    footer p {
        float       : none;
        text-align  : center;
        padding-top : 20px;
    }
}
