/*css landing page*/
html{
background: url(img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

@font-face {
    font-family: 'debroeck';
    src: url('http://www.debroeck.com/dbk-artiste/font/florenslpstd.eot');
    src: url('http://www.debroeck.com/dbk-artiste/font/florenslpstd.eot?#iefix') format('embedded-opentype'),
         url('http://www.debroeck.com/dbk-artiste/font/florenslpstd.woff') format('woff'),
         url('http://www.debroeck.com/dbk-artiste/font/florenslpstd.ttf') format('truetype'),
         url('http://www.debroeck.com/dbk-artiste/font/florenslpstd.svg#florenslpstd') format('svg');
    font-weight: normal;
    font-style: normal;

}

.nav{font-family: sans-serif;background: #000000;color: #ffffff;max-width:700px;}
.navitems{padding: 1px;text-align: center;}
.navitems a {color:#ffffff;text-decoration:none;padding-right: 20px;padding-left: 20px;font-family: 'debroeck'!important;font-size: 26px!important;}