body {
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    background-image: url("../images/bg1.jpg");
    background-repeat: repeat;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 7px 0;
}

h3 {
    color: #800080;
    font-size: 16px;
    line-height: 14px;
    margin: 0 0 7px 0;
}

h4 {
    font-family: 'Londrina Solid', cursive;
    font-size: 32px;
    color: #0096bf;
}

h5 {
    color: #0096bf;
    font-style: italic;
    font-size: 22px;
}

ol {
    padding-left: 28px;
}

ul {
    padding-left: 24px;
}

ul li {
    /*list-style-position:inside*/
}

.btn-red {
    color: white;
    background-color: #bd0926;
}

.btn-purple {
    color: white;
    background-color: #93117e;
}

.btn-blue {
    color: white;
    background-color: #4e1193;
}

.bg-grey {
    background-color: lightgrey;
}

.bg-blue {
    background-color: #66bacc;
}

.bg-white {
    background-color: white;
}

.link-color {
    color: #337ab7;
}

.rounded {
    padding: 6px;
    border-radius: 8px;
}

.border {
    border: 1px solid black;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.row-top {
    position: relative;
    top: 50px;
    padding-bottom: 50px;
}

.min-height {
    min-height: 1000px;
}

.nav {
    margin: 0;
}

.nav li a {
    border: 1px solid transparent;
    font-size: 18px;
    padding: 4px 0px;
    color: white;
}

.nav li a:hover {
    border: 1px solid white;
    background-color: transparent;
    border-radius: 5px;
}

.nav li ul {
    background-color: #232323;
}

.nav li ul li a {
    padding: 10px 10px;
    color: white;
}

.nav li ul li a:hover {
    color: white;
    background-color: #93117e;
}

.nav>li.dropdown.open {
    background-color: yellow;
}

.navbar {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
}

.sidemenu {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    list-style-type: none;
}

.sidemenu li {
    margin-bottom: 10px;
}

.sidemenu li a {
    font-size: 14px;
    color: #800080;
}

.sidelink {
    margin-right: 15px;
    text-align: right;
    color: #800080;
}

.sidelink a {
    color: #800080;
}

.lijntjes {
    background-image: url("../images/lijntjes.jpg");
    background-repeat: repeat-x;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-text {
    margin-top: 5%;
    margin-bottom: -5%;
    color: #b8b7b7;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 16px;
}

.shadow {
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #a1a2a1;
    /*border-radius: 8px;*/
    background-color: white;
}

.shadow2 {
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #a1a2a1;
    border-bottom: 1px solid #a1a2a1;
    border-left: 1px solid #a1a2a1;
}

.shadow3 {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #a1a2a1;
    border-left: 1px solid #a1a2a1;
}

.digi-top {
    margin-top: 19px;
    margin-bottom: 25px;
}

.digi-symbol {
    position: relative;
    top: -240px;
}

.digi-hfst {
    margin-top: 10px;
    font-size: 22px;
    color: white;
}

.digi-hfst a {
    color: white;
}

.digi-les a {
    font-size: 18px;
    color: #0096bf;
}

.digi-les-green a {
    font-size: 18px;
    color: #aca200;
}

.digi-block {
    min-height: 500px;
    font-size: 22px;
    padding: 50px 60px 50px 90px;
}

.digi-block li {
    color: #0096bf;
}

.arrow-top {
    margin-top: 125px;
}

.italic {
    font-style: italic;
    color: #0097bd;
}

.col-margin {
    padding: 10px;
    margin: 10px;
}

.row-lines {
    padding: 20px 0;
}

.gray {
    background-color: #e7e7e8;
}

.red {
    color: red;
}

.white {
    color: white;
}

.prik-title {
    color: red;
    font-size: 16px;
    line-height: 14px;
    margin: 0 0 7px 0;
}

.prik-description {
    font-size: 14px;
}

.prik-maintext {
    display: none;
}

.prik-name {
    text-align: left;
    color: gray;
    font-size: 12px;
}

.prik-date {
    text-align: right;
    color: gray;
    font-size: 12px;
}

.modal-header {
    text-align: center;;
    font-weight: bold;
    font-size: 24px;
    color: white;
    background-color: #b3cbda;
}


/*[class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eee;
	border: 1px solid #ddd;
	background-color: rgba(86,61,124,.15);
	border: 1px solid rgba(86,61,124,.2);
}*/

.rainbow {
    height: 50px;
    background: #aca200;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aca200 0%, #018caa 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aca200), color-stop(100%, #018caa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #aca200 0%, #018caa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #aca200 0%, #018caa 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #aca200 0%, #018caa 100%);
    /* IE10+ */
    background: linear-gradient(to right, #aca200 0%, #018caa 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aca200', endColorstr='#018caa', GradientType=1);
    /* IE6-9 */
}

.toc-nav {
    color: #009fe3;
    padding-left: 20px;
}
.toc-title {
    color: #8a8a8a;
    font-size: 60px;
    font-family: 'Londrina Solid';
}
.toc-hoofdtuk-title {
    color: #009fe3;
    padding-bottom: 5px;
}

.lesnr {
    position: absolute;
    left: 30px;
    top: 20px;
    font-family: 'Londrina Solid', cursive;
    font-size: 36px;
    color: #0096bf
}

.ontop {
    z-index: 999;
}

.colorWoord {
    color: #643384;
}

.colorReken {
    color: #7e7d74;
}

.colorBeeld {
    color: #c62d82;
}

.colorMuziek {
    color: #e1a429;
}

.colorBeweeg {
    color: #1ca4dc;
}

.colorNatuur {
    color: #5c9b38;
}

.colorSamen {
    color: #8e542a;
}

.colorZelf {
    color: #ee6231;
}
