/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/

.entry-header {
	display: none !important;
}

.site-footer {
	margin-top: 0 !important;
}

.site-info {
    float: none !important;
    width: 100% !important;
}

@media screen and (min-width: 48em) {

.panel-content .wrap {
    padding-bottom: 2em !important;
    padding-top: 3.5em !important;
}
}


@media screen and (min-width: 30em) {

.page-one-column .panel-content .wrap {
    max-width: 1000px !important;
}
}

@media screen and (min-width: 600px) {

:target:before {
	content:"";
	display:block;
	height: 130px; /* fixed header height*/
	margin: -130px 0 0; /* negative fixed header height */
}
}

@media screen and (max-width: 599px) {

:target:before {
	content:"";
	display:block;
	height: 30px; /* fixed header height*/
	margin: -30px 0 0; /* negative fixed header height */
}
}