/**
 * Theme Name:     Twenty Seventeen Child
 * Author:         Jacek Radecki
 * Template:       twentyseventeen
 * Text Domain:	   twenty-seventeen-child
 * Description:    motyw potomny 2017
 */
 
/* Zmniejszenie odległości tytułu i treści strony od menu */
 .site-content {
		padding: 2.5em 0 0;
}	

/* Usunięcie komentarzy ze strony */
#comments {
display: none !important;
}

/* Usunięcie wyróżnionego obrazu ze stron i pojedynczych wpisów 
.single-post .single-featured-image-header {
display: none;
}*/

/* Usunięcie wyróżnionego obrazu ze stron */
.page .single-featured-image-header {
display: none !important;
}

/* Usunięcie daty i autora wpisu */
.entry-meta {
display: none !important;
}

/** Zmiana wysokości luki w stronie dla obrazu parallax **/
/* Mobile view*/
.panel-image {
 height: 60vh;
}
/*Full screen laptop/computer screen view*/
@media screen and (min-width: 48em) {
 .panel-image {
  height: 60vh;
 }
}
