#top {
    background: #444;
    color: #eee;
    padding: 10px 0;
}

#top a {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

#navbar-brand {
    float: left;
    padding: 10px 15px;
}

#nav-link {
    float: right;
}

#navbar-header div {
    float: left;
    display: block;
    box-sizing: border-box;
}
#nav-border {
    color: #fff;
    width: 100%;
}

#nav a.nav-link {
    color: #111;
    text-decoration: none;
    font-weight: bold;
    border-top: #fff solid 5px;
}

#nav a.nav-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #33f;
    border-top: #444 solid 5px;
}

#home-jumbotron h1 {
    background-color: #33f;
    color: #fff;
    padding: 20px;
}

.home-top {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-image: url(/img/top_background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.background-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width:100%;
    height: 100%;
}

.opacity-overlay {
    width:100%;
    height: 300px;
    z-index: 1;
    position: absolute;
    background-color: #fff;
    opacity: 0; /* overlay looked like a bad faded image */
    /*-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0));*/

}

.home-blurb {
    font-size:24px;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    color: #000;
    position: relative;
}

.home-overimage p {
    text-shadow: 1px 1px lightgray;
    font-size: x-large;
    padding: 0px 10px 50px 100px;
    vertical-align: middle;
    display:table-cell;
    height:300px;
    width:16em;
}

.about {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.left {
    float: left;
}

.about-blurb {
    inline-size: 450px;
    padding: 30px 5px;
    text-decoration: none;
    color: #111;
    height: 220px;
}

.right {
    float: right;
}

.services-title {
    color: #111;
    text-decoration: none;
}

.img-blurb {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.img-blurb-big {
    display: flex;
    padding: 10px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.img-blurb-img {
    float: left;
}
.img-blurb-img-big {
    float: middle;
    display: flex;
}
.img-rounded {
    border-radius: 10%;
    background: #fff;
    padding: 10px;
}

.img-blurb-blurb {
    inline-size: 250px;
    padding: 10px;
    float: right;
    text-decoration: none;
    color: #111;
}

.img-blurb-blurb-long {
    display: flex;
    inline-size: 550px;
    padding: 20px 30px;
    float: middle;
    text-decoration: none;
    color: #111;
    text-align: left;
    text-indent: 3em;
    font-size:20px;
    align-items: center;
}

#content {
    text-align: center;
}

#home-jumbotron h1 {
    background: linear-gradient(0deg, rgba(17,17,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,17,17,1) 100%);
    color: #111;
}

.navbar {
    padding: 0px 20px;
    width: 80%;
    justify-content: end;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

#phone a {
    background: #22f;
    color: #eee;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 50%;
}

.title {
    margin: 0;
}

.contact {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.contact-blurb {
    inline-size: 450px;
    padding: 50px;
    text-decoration: none;
    color: #111;
    height: 220px;
}

.home-list {
    text-align: justify;
}

.home-list ul {
    text-align: justify;
}
.home-list ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.home-list ul:before {
    content: '';
    display: block;
    margin-top: -1em;
    position: relative;
    top: 1em;
}
.home-list li {
    display: inline-block;
    margin-right: -.25em;
    padding: 1em;
    position: relative;
    top: 1em;
    width: 18em;
    white-space: nowrap;
}

.home-list {
    background-color: #66e;
    background-image: linear-gradient(315deg, #66e 0%, #fff 50%, #e66 74%);
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 800px) {
    .social {
    }
    .img-blurb {
    }
    .img-blurb-img {
    }
    .img-blurb-blurb {
    }
    .navbar {
        display: block;
    }
    .about-blurb {
        inline-size: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .contact {
        display: block;
    }
    .gmap iframe {
        width: 100%;
    }
    .contact .contact-blurb {
        width: auto;
    }
    #phone a {
        white-space: nowrap;
    }
}
