/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.bg-server{
    padding: 200px 0px 150px;
    background: url("../img/web_background.jpg") center center;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
    color: #FFF;
}


#home-banner-logged {
    padding: 180px 0px 200px;
    background: url("../img/web_background.jpg") center center;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
    color: #FFF;
}

section#home-banner h2 ,section#home-banner-logged h2{
    margin-bottom: 20px;
    font-size:2em;
}
.navbar-main
{
    background-color: #15a4d3;
}

a{
    color:#15a4d3;
    text-decoration: none;
}

a:focus, a:hover{
    color:#F0AD4E;
    text-decoration: none;
}

.label-default
{
    background-color:#94cd50;
}


section#footer p
{
    border-top-color: #15a4d3;
}
.icons-bg
{
    background-color: #efefef;
    /*border-bottom: 1px solid #ccc;*/
    padding:15px;
}
.my-logo{
    height:60px;
}
.icon-bar
{
    color:#fff;
}
.col-centered{
    float: none;
    margin: 0 auto;
}