/*
Theme Name: child
Author: 
Description: child theme generate press
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
a {
    text-decoration: none;
}
h1 {
    text-align: center !important;
	color: #e5237b;
}
.main-navigation .sticky-logo, .main-navigation .sticky-logo img {
    height: 130px;
    margin-bottom: 10px;
}
h3 {
    font-size: 40px;
    color: #5671d9 !important;
    margin-bottom: 0px;
}
h5 {
    font-size: 24px;
    letter-spacing: 10px !important;
}
.kader-groen {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #8dcb4a;
    padding: 40px;
}
.kader-oranje {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #f7aa4e;
    padding: 40px;
}
.kader-blauwgroen {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #31b7b9;
    padding: 40px;
}
.kader-blauw {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #6096d0;
    padding: 40px;
}
.kader-lichtgroen {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #c5d76b;
    padding: 40px;
}
.kader-roze {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #ee74aa;
    padding: 40px;
}

.kader-aquablauw {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #00b6ed;
    padding: 40px;
}
.kader-geel {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #ffe344;
    padding: 40px;
}
.kader-donkergroen {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #00a18e;
    padding: 40px;
}
.kader-paars {
	text-align: center;
    margin-bottom: 40px;
    border: 2px dotted #b284ba;
    padding: 40px;
}

.main-navigation .main-nav ul ul .current-menu-item > a, .main-navigation .main-nav ul ul .current-menu-parent > a, .main-navigation .main-nav ul ul .current-menu-ancestor > a, .main-navigation .main-nav ul ul .current_page_item > a, .main-navigation .main-nav ul ul .current_page_parent > a, .main-navigation .main-nav ul ul .current_page_ancestor > a {
    background-color: #CCCCCC;
}
