body {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    color: #8a8a8a;
    /*http://p1.pichost.me/i/54/1773102.jpg*/
}

.bsz,
body.post,
.poster,
.on-top,
#fluid_wrapper,
#fluid_wrapper canvas {
    position: absolute;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    
}


/* Content */

.landing {
    height: 100vh;
    text-align: center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}


/*Latest Styling*/

body.landing {
    position: relative;
}

.spacer {
    padding: 100px;
}

.navbar-brand.brand-logo {
    position: relative;
    padding-left: 60px;
}

.navbar-brand.brand-logo img {
    width: 55px;
    height: auto;
    margin-top: 15px;
    border-radius: 50px;
}

body.state2 .navbar-brand.brand-logo img {
    width: 40px;
    height: auto;
    margin-top: 4px;
    border-radius: 50px;
}

.tab-content div p {
    text-align: left;
}
