.bg-black
{
    background-color: black;   
}

.navbar_logo
{
    width:140px;
}

.fbicon
{
    width:35px;
    margin-left:16px;
}

.twittericon
{
    width:35px;
    margin-left:16px;
}

.linkedinicon
{
    width:35px;
    margin-left:16px;
}

.emailusicon
{
    width:35px;
    margin-left:16px;
}

.main-container-sbm
{
    margin-top:30px;
    margin-bottom:-20px;
}

.jumbotron
{
    min-height:300px;
    background-image:url(../images/banner.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:left;
}

.white-shadow
{
    color:white;
    text-shadow: 2px 2px 2px rgba(60, 60, 60, 1);
}

.red-color
{
    color:#BF2642;
}

.bg-light
{
    background-color: #F6F6F6 !important;
}

.extra-padding
{
    padding-top:20px;
    padding-bottom: 20px;
}

.extra-padding-top
{
    padding-top:20px;
}

.max-width-300
{
    max-width: 300px;
}

.team-member
{
    text-align: center;
}

.service-area
{
    cursor: pointer;
    margin-top:8px;
    margin-bottom: 8px;
}

.face1
{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background-image: url(../images/reneenienaberProfile.jpg);
    background-position: top center;
    margin-left:0 auto;
    margin-right:0 auto;
    background-size:cover;
    margin-bottom:10px;
    cursor: pointer;
}

.face2
{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    background-image: url(../images/kalliewolvaardtProfile.jpg);
    background-position: center center;
    margin-left:0 auto;
    margin-right:0 auto;
    background-size:cover;
    margin-bottom:10px;
    cursor:pointer;
}

.create-space
{
    padding-top:80px;
}

.exceptionallywell
{
    color:#BF2642;
}

.card-text
{
    font-size:0.9em
}

.service-area
{
    max-width:300px;
}

.contact-us-background
{
    background-image: url(../images/cable-call-communication-33999@2x.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:left;
}

.btn-sbm
{
    color: #fff;
    background-color: #54728C;
    border-color: #54728C;
}

.extra-margin-bottom
{
    margin-bottom:20px;
}

.footer-text
{
    color:white;
    font-size: 0.6em;
}

.bg-dark-sbm
{
    background-color:#2A2A2A;
}

.footer-social-media-icon
{
    max-width:20px;
    display:inline;
}

.copyright-section
{
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-social-media-icons
{
    position: absolute;
    right: 0;
}