/*
Theme Name: Knapehall theme
Theme URI: http://knapehall.se
Description: Twenty Seventeen Child Theme
Author: Martin Bergek
Author URI: http://martin.bergek.com
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child
*/


/* wider wrapper in large screens */

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1200px;
	}
}

body.page-two-column:not(.archive).page-id-54 #primary .entry-content,
body.page-two-column:not(.archive).page-id-54 #primary .entry-header {
    float: none;
    width: auto;     
}

.site-info { display: none; }

button.menu-toggle {
	margin-right: 10px;
}

#statistics-online-users {
	display: none !important;
}

ul.l4fb {
  list-style-type: none;
}

.fa-file-pdf {
  color: red;
}

/*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);
	}
}
