/* fixed top navbar nudge body padding down to compensate */
body { 
    position: relative;
    padding-top: 70px;
}

.navbar {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #2d333d;
    border: none;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.3);
}

#navbar-menu {
    border: none;
}

#navbar-menu-button {
    background-color: #5b677b;
    border-color: #c4c9d2;
    color: #fff;
}

#navbar-menu ul li a {
    color: #fff;
}

#DesktopMenu li.active a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #d6dae0;
    margin: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: #20242b;
}

#MobileMenu li.active a {
    background-color: #d6dae0;
    font-weight: bold;
    color: #20242b;
}

.navbar-default .navbar-brand {
    color: #fff;
    padding-left: 0px;
}

.section {
    padding: 20px;
}

#OurWork {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    background-color: rgb(230, 230, 230);
}

#OurElectricians {
    background-image: url("../images/bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.bucket {
    background-color: rgba(250,250,250,0.9);
    padding: 20px;
    min-height: 500px;
    margin-bottom: 20px;
}

.bucketAlt {
    background-color: rgba(45, 51, 61, 0.85);
    padding: 20px;
    min-height: 400px;
    margin-bottom: 20px;
    color: #dfdfdf;
}

#footer {
    background-color: #383f4c;
    border-bottom: 1px solid #2d333d;
    color: #abadb1;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #2d333d;
    color: #abadb1;
    box-shadow: 0px -3px 30px #999999;
}

#footer h4 {
    color: #fff;
}

#copyright {
    background-color: #2d333d;
    border-top: 1px solid #383f4c;
    color: #abadb1;
    padding-top: 10px;
}



#ContactUs {
    background-color: rgb(230, 230, 230);
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#navbar-menu-button .icon-bar {
    color: #fff;
    background-color: white;
}

.social-icon {
    display: block;
    float: left; 
    margin-right: 20px;
    border: 1px solid #748298;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    background-color: #2d333d;
    padding: 5px;
    box-shadow: 0px 3px 5px #252525;
    font-size: 20px;
}

a.social-icon:hover {
    background-color: #748298;
    border: 1px solid #2d333d;
}

.social-icon-small {
    display: block;
    float: left; 
    margin-right: 10px;
    border: 1px solid #748298;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    background-color: #2d333d;
    padding: 5px;
    box-shadow: 0px 3px 5px #909090;
}

a.social-icon-small:hover {
    background-color: #748298;
    border: 1px solid #2d333d;
}

.btn.btn-default.btn-custom {
    background-color: #5c697c; 
    border: 1px solid #2d333d; 
    box-shadow: 1px 3px 12px #909090;
    color: #fff;
}

#certs-wrapper {
    margin-top: 30px;
}

div.cert {
    width: 100px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 6px 12px #242424;
    background-repeat: no-repeat;
    background-position: center center;
}

#cert-select {
    background-image: url("../images/select.png");
}

#cert-cscs {
    background-image: url("../images/cscs.png");
}

#cert-jib {
    background-image: url("../images/jib.png");
}

#cert-compex {
    background-image: url("../images/compex.png");
}

#cert-niceic {
    background-image: url("../images/niceic.png");
}

#cert-ecs {
    background-image: url("../images/ecs.png");
}

blockquote {
    color: black;
    box-shadow: 5px 5px 5px rgba(45, 51, 61, 0.4);
    border-radius: 5px;
    background-color: rgba(116, 130, 152, 0.6);
    font-size: 14px;
    border-left: 7px solid rgba(45, 51, 61, 1);
}

    blockquote footer {
        color: white;
        font-size: 12px;
    }

    blockquote.blockquote-reverse {
        border-right: 7px solid rgba(45, 51, 61, 1);
        border-left: none;
        padding: 10px 20px;
    }