#bulb {
    top: 50px;
    right: -33%;
    position: absolute;
    opacity: 1;
    max-width: 100%;
    max-height: 75%;
    z-index: -9;


}

body {
    background: radial-gradient(at 90% 30%, #FFFFE5 45%, #222 100%);

}

img {
    max-width: 100%;
}

.img-oval-subtle {
    border-radius: 20%;
}

a {
    color: #D4D4B1;
}

#title {
    display: none;
}

#nelec .jumbotron {
    text-align: center;
    background: radial-gradient(at 50% 50%, #BBBBA5 35%, #444 100%);
    color: #220;
    margin-bottom: 0;
}

#topbranding img {
    margin-bottom: 4%;
    max-height: 450px;
    /*
    filter:grayscale(25%);
    -webkit-filter: grayscale(25%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    */
}

#services {
    text-align: center;
}

#services .list-group-item {
    background: transparent;
}

.fb-like, .yelp {
    display: inline-block;
    vertical-align: top;
    margin: 3%;
}

footer p {
    color: #FFE;
}

.row {
    margin-bottom: 1.5em;
}