/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twentysixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Sabine Visser
 Author URI:   http://sabine.nl
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/


/* custom fonts:
	font-family:'Avenir LT W01_45 Book1475508';
	font-family:'Avenir LT W01_45 Book O1475514';
	font-family:'Avenir LT W01_55 Roman1475520';
	font-family:'Avenir LT W01_55 Obliqu1475526';
	font-family:'Avenir LT W01_65 Medium1475532';
	font-family:'Avenir LT W01_65 Medium1475538';
	font-family:'Avenir LT W01_85 Heavy1475544';
	font-family:'Avenir LT W01_85 Heavy_1475550';
*/

* {
    font-family:'Avenir LT W01_55 Roman1475520', Avenir, sans-serif;
}

a {
    color: #1A1A1A;
}

a:hover,
a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li:hover > a, 
.main-navigation l.focus a,
.entry-title a:hover,
.entry-title a:focus {
    color: #888;
}
.main-navigation .primary-menu {
    border-bottom: none;
}
.main-navigation a {
    font-size: 0.8em; /* kleinste maat */
}
.main-navigation .primary-menu > li {
    float: left;
    width: 20%;
    text-align: center;
}
.main-navigation li {
    border-top: none;
}

.site {
    margin: 10px;
}

.site-header {
    padding: 0;
}

.site-branding {
    width: 100%;
    text-align: center;
}

#desc-titel {
    display: inline-block;
    width: auto;
    text-align: right;
}

.site-description {
    font-size: 1.5em;
    color: #1A1A1A;
    display: inline;
}

h1.site-title,
p.site-title {
    font-size: 2.5em; /* kleinste maat */
    text-align: center;
    width: 100%;
    
    /*font-family:'Avenir LT W01_85 Heavy_1475550';*/
}
h1.site-title a,
p.site-title a {
    font-family:'Avenir LT W01_85 Heavy1475544';
    font-weight: normal;
    letter-spacing: 4px;
}
h1.site-title a:after,
p.site-title a:after {
    content: "";
    font-size: 0.5em;
}

.site-header-menu {
    width: 100%;
}
.site-header-menu li {
    width: 20%;
    text-align: center;
}

/* vervolgpagina's */
.no-sidebar .entry-header, 
.no-sidebar .entry-content, 
.no-sidebar .entry-summary, 
.no-sidebar .entry-footer, 
.no-sidebar .comments-area, 
.no-sidebar .image-navigation, 
.no-sidebar .post-navigation, 
.no-sidebar .pagination, 
.no-sidebar .page-header, 
.no-sidebar .page-content, 
.no-sidebar .content-bottom-widgets {
    margin: 0 5% 2em 1em;
    border-top-width: 2px;
}

.archive header.page-header h1 {
    display: none;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    width: auto;
    margin: 0;
}
.no-sidebar .entry-header {
    margin-bottom: 0;
}
article {
    margin: 0 5% 0 1em;
}
.page article {
    margin: 0;
}
.no-sidebar article .entry-header {
    margin: 0;
}
h2.entry-title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.featured-content {
    width: 100%;
}
a.post-thumbnail {
    margin-bottom: 0;
}
.featured-content.alignleft,
.featured-content.alignright {
    margin: 0;
}
.featured-content.alignleft {
    margin-bottom: 1em;
}

/**
* mobiel mmenuknop altijd verbergen
**/
#menu-toggle {
    display: none;
}
/**
* en altijd menu tonen
**/
.site-header-menu {
    display: block;
}

.main-navigation a {
    font-size: 0.6em;
}

/**
* >= 416px
*/

@media screen and (min-width: 26em) {
    
    h1.site-title a:after,
    p.site-title a:after {
        content: " N.S.C.";
    }
    .site-description {
        font-size: 1em;
    }
    .main-navigation a {
        font-size: 0.8em;
    }
	
    h1.site-title,
    p.site-title {
        font-size: 2em;
    }
    
    .post-thumbnail {
        margin: 0;
    }
    .post-thumbnail img {
        width: 100%;
    }
}

/**
* >= 710px
*/

@media screen and (min-width: 44.375em) {
    
    .site {
        
        margin: 21px;
    }
    .site-description {
        font-size: 1.5em;
    }

    h1.site-title,
    p.site-title {
        font-size: 4.1em;
    }
    .main-navigation a {
        font-size: 1.5em;
    }

}

/**
 * >= 783px
 */
@media screen and (min-width: 48.9375em) {
    
    .site {
        
    }
    
    .site-description {
        font-size: 2em;
    }

    h1.site-title,
    p.site-title {
        font-size: 4.7em;
    }
    
    .featured-content {
        width: 46%;
    }

}

/**
* >= 910px
*/

@media screen and (min-width: 56.875em) {
    
    .site {
        
    }
    
    h1.site-title,
    p.site-title {
        font-size: 5em;
    }
}