/*
Theme Name: Reflections Child by Bits-n-Bones
Template: bnb_reflections
Description: Responsive WordPress theme by Bits-n-Bones.
Author: Bits-n-Bones | Rob Ypma & Willeke van der Meer
Author URI: https://www.bits-n-bones.nl/
Version: 1.0
Tags: responsive, bootstrap
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.bnb_post .bnb_pagination {
    margin-bottom: 6px; 
}

#section_content, #section_content p, #section_content h1, #section_content h2, #section_content h3 {
    font-family: 'Open Sans', sans-serif;
    color: #333 !important;
}

#section_content p a {
    color: #337ab7 !important;
}

#section_content h1 a {
   font-family: 'Open Sans Condensed', sans-serif; 
    color: #3e3e3e;
}

#section_content h2, #section_content h3 {
   font-family: 'Open Sans Condensed', sans-serif; 
}


h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
}


h1 {
	font-size: 46px;/* default for older browsers */
	font-size: 2.1rem; /* calculate: wanted pixel format / root font-size */
    margin-top: 10px;
    
}

h2 {
	font-size: 33px;
	font-size: 1.6rem;
}

h3 {
	font-size: 28px;
	font-size: 1.5rem;
}


/*  List style */
ul {
    list-style: outside disc none;
}

td, th {
    padding: 6px;
}

/* hoofdmenu */
#section_nav .column.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default, 
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    text-align: left;
}

.navbar-toggle {
    margin-right: 15px;
}

.navbar-nav > li {
    margin: 0;
    padding: 10px 0;
}

.navbar-nav > li:first-child > a {
    padding-left: 15px;
}

.navbar-nav > li:last-child > a {
    padding-right: 15px;
}

.navbar-nav > li:hover,
.navbar-nav > li.active {
    background-color: #1A4095;
}

.navbar-nav > li > a {
    padding: 5px 15px;
}

@media (min-width: 768px) {  

    .navbar-nav > li {
        border-right: 1px solid white;
    }

}

/* Footer Style */
#section_footer .col-sm-12 {
    font-size: small;
}

#section_footer .col-sm-12 a:hover {
    color: #71DB3B;  
}

