/*
 Theme Name:     Copy of the official 2017 theme
 Description:    Child of 2017
 Author:         Holger Eilhard
 Author URI:     https://holgr.blog
 Template:       twentyseventeen
 Version:        1.0.0
*/

@import url("../twentyseventeen/style.css");
@import url("./font/holgr.css");

/* Get rid of black border */
/* 
.site {
    margin: 0 0 0 0;
}
 
body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
}
 
.site-inner {
    overflow: hidden !important;
}
*/

/* Remove site info */
.site-info {
  display: none;
}

.entry-footer {
  display: none;
}

p, cite, blockquote {
	font-size: 16px;
}

blockquote {
        border: 0 solid #1a1a1a;
        border-left-width: 4px;
        margin: 0 0 1.4736842105em;
        overflow: hidden;
        padding: 0 0 0 1.263157895em;
}

blockquote > :last-child {
        margin-bottom: 0;
}

/*Computer screen */
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: 1200px;*/
	/*height: 100vh;*/
	height: 50vh;
	/*max-height: 100%;*/
	/*overflow: hidden;*/
	}
}
 
/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 50vh;
	/*width: 100%;*/
}
 
/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: calc(100vh - 32px);*/
	height: calc(50vh - 32px);
	}
}