body {
    font-family:'Segoe UI','Helvetica';
    color: #5a5a5a;
    background:#F5F5F5;
    font-size: 150%;
}

@media screen and (max-width: 991px) {
    body {
        font-size: 1.8em;
    }
}

mark{
    background: #ffe510;
}

.h1, .h2, .h3{
    color: #0085da;
    margin-top: 0;
}

.btn, .form-control{
    border-radius: 2px;
}

#main-container{
    margin-top: 80px
}
#main-container_2{
    margin-top: 120px
}
/*Navbar style*/
.img-responsive{
    border-radius: 0;
}
.navbar{
    padding: 15px 0;
}

.logo-container{
    max-width: 325px;
    max-height: 50px;
    margin-right: 20px;
}
.logo-box{
    display: inline-block;
    vertical-align: top;
}
#logo-graphic{
    max-width: 60px;
}
#top-logo{
    margin-top: 8px;
    font-size: 1em;
    padding-left: 1px;
}
#bottom-logo{
    font-size: 1.6em;
    color: #0085da;
    line-height: 20px;
    font-weight: 500;
}

/**/
#footer{
    text-align: center;
    padding: 25px 0;
    margin: 0 65px;
}

.semi-bold{
    font-weight: 500;
}