
body {
    padding-top: 70px;
    font-size: 18px;
}

hr {
    border-top: 1px solid #ee2d24;
}

.page-header {
    border-bottom:	1px solid #ee2d24;
}

footer {
    margin: 50px 0;
}


/* leiden navbar */
.navbar-inverse{
    background-color: #ee2d24;
    border-color: white;
}

.navbar-inverse .navbar-brand{
    color: white !important;
}

.navbar-inverse .navbar-nav > li > a{
    color: white !important;
}

/* leiden button */
.btn-primary {
    background-color: #ee2d24;
    border-color:#ee2d24;
}
.btn-primary.focus, .btn-primary:focus
{
    background-color: #e6000 !important;
}

a{
    color:#ee2d24;
}

#mapid { height: 480px; }


.morecontent span{
    display:none;
}

@media only screen and (max-width : 767px) {
       .navbar-collapse li a { color: white!important; }
}
