

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 16px;
}

p {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h3.title {
    font-size: 36px;
}



div.header-logo {
    margin: 10px 0;
    float: left;
}

nav.navbar-fixed-top {
    background-color: #fff;
}

#navbar, .navbar-toggle {
    margin-top:32px;
    text-transform: uppercase;
}

.jumbotron {
    min-height: 250px;
    background: url(../img/puzzle.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wij .col-lg-4 {
    text-align: center;
}

footer {

}
















