/* Global styling --------------------------------- */

/* Oranje : #dd6420
/* Blauw  : #0A3076

/* Body, HTML ------------------------------------- */

html {height: 101%;}

.row-fluid {margin-top: 100px;}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 400;
	line-height: 20px;
	color: #333;	
}

body {
	background-image: url('../images/achtergrond.jpg') ;
	background-repeat: no-repeat;
	background-position: center 0;
}

/* Styling ..... ---------------------------------- */

a, a:hover, a:focus {
    color: #dd6420 !important;
}

/* Joomla page elements styling ------------------- */
.page-header {
	color: #0A3076;
    border-bottom: 0px;
}

.footer {
	color: #fff;
}

/* Positions -------------------------------------- */

/* navbar ---- */
.navbar {
	background-color: #dd6420 ;
}

.navbar .container {
background-color: rgba(254,254,254, 0.95);
}

/* menu */

.navbar .nav > li {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;

    display: block;
    font-size: 14px;
    line-height: 1.5;

    background-color: #0A3076;
    border: 1px solid #CCC;
    border-radius: 4px;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; */
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#navbar .nav > li > a {
	color: #fff !important;
	padding: 5px 10px;
	text-shadow: none;
}

#navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: none;
    box-shadow: none;
	/* 0px 3px 8px rgba(0, 0, 0, 0.125) inset; */
}

#navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #0A3076 !important;
}

#navbar .nav li.active {
	border-bottom: 4px solid #dd6420;
}

/* Logo ------------------------------------------- */
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
}

.navbar-brand .custom p {margin: 0;}

/* Footer ----------------------------------------- */

.footer {
	padding-top: 10px;
	font-weight:300;
}

/* Individual modules ----------------------------- */


/* Chronoforms ------------------------------------ */

.chrono_credits {display: none;}



/* Individual pages ------------------------------- */
