/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://localhost/wp-content/themes/twentyseventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Bill Vallance
 Author URI:   http://localhost
 Template:     twentyseventeen
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 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
 Text Domain:  twentyseventeen-child
*/



/* Remove Site Branding & Site Header To Reveal Fixed Top Navigation Menu */
.site-branding {
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.site-header {
	height: 0px;
}

/* Top Navigation Menu Formatting */
.navigation-top {
	background: rgba(50,50,50,.60) !important;
	border-bottom: 0px;
}

/* Remove Gradient Filter From Panel Image */
.panel-image::before {
	background: none;
}

/* Remove Background Surrounding Top Navigation Menu Text */
#top-menu {
	background: none;
}

/* Supress Display of Page Title Globally */
.entry-title {
	display: none !important;

}

/* Supress Panel Content Display */
.panel-content > .wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}

.panel-content > .wrap > .entry-header {
	margin-bottom: 0px;
}

/* Increase Height Of Image Panel To Enable Complete Image Presentation */
.panel-image {
	height: 105vh;
}

/* Format Footer */
.site-footer {
	margin-top: 0px;
}





