body {
    background-color: #e6e6e6;

    background-size: 100% 201px;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .1));
    /* background-image: linear-gradient(red, yellow); */

    font: 87.5%/1.42857143em "Lucida Grande", Verdana, sans-serif;
}



.nav-b {
    background-color: #333;
    line-height: 3;
    border-radius: 0.5em 0.5em 0 0;
}

.nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.85em;
    font-weight: bold;
    color: #eee;
}

.nav-active {
    background-color: #fff;
    border-radius: 0.2rem;
    padding-top: 1.6em;
    padding-bottom: 1.3em;
    /* padding: 1.2em 1em 1em 1em; */
    border-radius: 0.5em 0.5em 0 0;
    color: #333;
}

nav ul {
    list-style: none;
    margin: 0;
}

nav li {
    display: inline-block;
    margin: 0;
}

nav a {
    text-decoration: none;
}

nav a:not(.nav-active):hover {
    color: white;
}

main {
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    min-height: 500px;
    overflow: hidden;
}

footer {
    color: #eee;
    background-color: #555;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background-size: 100% 10px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#777777, #777777);
    min-height: 200px;
}


.section-heading {
    padding: 0.2em 1em;
    background: transparent;
}

.section-heading-bg {
    padding: 0.2em 1em;
    background: #cde;
}


.ctel-card {
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1764705882);
    border-radius: 0.375rem;
    border: 1px solid rgba(0, 0, 0, 0.1764705882);
    width: 256px;
}