/*
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;
	color: #23c5dd;
}
.main-navigation .sticky-logo, .main-navigation .sticky-logo img {
    height: 130px;
    margin-bottom: 10px;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
     display: none;
}
.entry-title {
    margin-top: 50px;
}
.dropdown-toggle {
	display: none;
}
h1 {
    font-weight: 200;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 0px;
    text-align: center !important;
    color: #4e76a9;
}
h2 {
    color: #23c5dd;
    letter-spacing: 1px;
}

h3 {
    text-transform: none;
    font-size: 20px;
    font-weight: 100 !important;
    line-height: 2em;
}
h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 3em;
}
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: #3ea0af;
}
.dropdown-toggle .aria-expanded {
	display: none;
}

