/*
 Theme Name:   Dazzling Child
 Description:  Thema voor Moederhuis La Lumier op basis van het Dazzling thema
 Author:       Rick Waasdorp
 Author URI:   http://rickwaasdorp.nl
 Template:     dazzling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dazzling-child
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: rgb(194,206,204);
}
dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: rgb(194,206,204);
}


body div.container {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.7;
    color: black !important;
}

body div.container p
{
    font-size: 16px;
}

#page nav.navbar {
    background-color: #f8f8f8;
    margin: 0px; 
    border-bottom: none;
}
body,html{height:100%;}

#content
{
    margin-bottom: 0px;
}

html body div#page {
    background-color: rgb(194,206,204);
    min-height: 100% !important;
    margin-bottom: 0px; /* the bottom margin is the negative value of the footer’s height */
}
html body div.site-content {
    min-height: 100% !important;
}

article div.entry-content h2, article div.entry-content h3, article div.entry-content p {
    color: black;
}

#banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}​




