/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyseventeen
/*Description: Twenty Seventeen child theme
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Make the "entrance" nav only appear when scrolled-down and site-nav is "fixed" */
#menu-item-17 {
    opacity:0;
}

.site-header .site-navigation-fixed #menu-item-17  {
    opacity: 1;
}

.page-header {display: none;}

.entry-title {text-align: right;}
.blog:not(.has-sidebar) #primary article {
    float: none;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}
