@import url(https://fonts.googleapis.com/css?family=Poiret+One|Josefin+Sans);

.navbar-nav {
    padding-left: 100px;
}
.navbar-nav a {
    font-size: 18px;
}
.navbar-nav > li > a {
    padding-top: 40px;
}

body {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'Poiret One', cursive;
    color:#444a2e;
}

.navbar-nav a {
    /*font-family: 'Poiret One', cursive;*/
    font-size: 24px;
}

.container-main-full, .container-main {
    background: #fafafa;
}

ul {
    list-style-image: url('//webmin.digiteam.nl/sites/37/media/images/check16.png');
}

h2.pagetitle {
    /*color: #031933;*/
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    border-bottom: 3px solid #444a2e;
    clear: left;
}

p {
    padding-top: 12px;
}

#contact li a:hover {
    color: #eee;
}

.nav-tabs li a:hover {
    /*background: #e3b36a;*/
}

.nav-tabs li a {
    /*color: #031933;*/
    color: #666;
}

#contact li a:hover {
    background: none !important;
}
}