/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.blur_badge{
    -webkit-filter: blur(1px);
}

.col-sm-6{
    padding-right: 0px
}

.badges {
    padding-top: 40px;
}

.badges-note {
    color: #444;
    font-size: .9em;
    max-width: 220px;
    margin: 0 auto;
    padding: 8px 12px;
    background: rgba(255,255,255,.85);
    border-radius: 4px;
}

.bottom-column{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.navbar,
.navbar-inverse,
.navbar-brand,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form{
    background-color: #6bb135;
    color: white;
    border-color: #6bb135;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('../img/zurich2_blur.jpg') no-repeat center center scroll;
    padding: 100px 0 0 0;
}

.image-bg-fluid-height2 {
	background: url('../img/bg_it.png') no-repeat center center scroll;
    height: 200px;
}

.image-bg-fixed-height {
	background: url('../img/bg_it.png') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}