body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}


header img {
    width: 100px;
    display: block;
}

#myCarousel h1 {
    color: #5268db;
}

#myCarousel .carousel-caption {
    top: 15%;
}

#banner {
    background-color: #000048;
    padding: 50px 50px;
}

#banner h1 {
    color: #fff;
    font-family: 'Bruno Ace', cursive;
}
#company  {
    font-weight: 100;
}

#company h2 {
    color: #5268db; 
    font-family: 'Bruno Ace', cursive;
}

#company h3 {
    font-family: 'Bruno Ace', cursive;
}

#content {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 18px;
}

#company h2 span {
    color: #000;
}

#services h4 {
    font-weight: 100; 
    
}

#services img {
    display: block;
    width: 200px;
    max-height: 125px;
    margin: 0 auto;
}

#services .shadow-lg  {
    min-height: 250px;
}

.footer {
    font-weight: 100;
}