#bgdemo{
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

#wrapper{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 70px;
    margin-top: -55px;
    text-align: center;
}

#wrapper h1, #wrapper h2{
    color: white;
}

#wrapper h1{
    margin-left: -130px;
    font-size: 50px;
}

#wrapper h2{
    font-size: 25px;
    margin-left: 30px;
    margin-top:10px;

}

@font-face {
    font-family: 'BLOKKRegular';
    src: url('http://sample.teads.net/asset/font/BLOKKRegular.eot');
    src: url('http://sample.teads.net/asset/font/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
    url('http://sample.teads.net/asset/font/BLOKKRegular.woff') format('woff'),
    url('http://sample.teads.net/asset/font/BLOKKRegular.svg#BLOKKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content {
    font-family: 'BLOKKRegular';
    color:#BBB;
    /*margin-top: 254px;*/

}

.fakeimg{
    background: #FFF;
    height: 250px;
    width: 100%;
    margin: 20px 0;
}

#header{

    z-index: 999;
    /*position:fixed;*/
    position:relative;
    padding:0;
    margin:0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s ease;
    overflow: hidden;
    top: 0;
}

#header.sticky{
    height:60px !important;

}

#header.sticky img{
    -webkit-transition: all 1s linear;
    transition: all 1s ease;
    margin-top: -100px;
}

#header.sticky #wrapper{
    text-align: left;

}
#header.sticky h1{
    display: inline-block;
    margin-left: 30px;
    font-size: 30px;
    margin-top: 40px;
}

#header.sticky h2{
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    font-style: italic;
    margin-top: 29px;
}