.site-header {
	padding: 0;
}

.site-header:after {
	content: ' ';
	width: 100%;
	height: 25vw;
	background: url('https://2019.hamilton.wordcamp.org/files/2019/01/2019_HWC_WordCamp_Banner-c0.jpg') center center;
	background-size: cover;
	grid-template-rows: auto 1fr;
	padding: 0;
}

@media screen and (min-width: 968px) {
	.site-header:after {
		height: 320px;
	}
}

.site-header:before {
	content: none;
}

/* HERO - HOME PAGE */
.home .site-header {
	background: url('https://2019.hamilton.wordcamp.org/files/2019/01/2019_HWC_Website_HomePage_Hero_img.jpg') center center;
	background-size: cover;
	display: grid;
	min-height: 100vh;
	max-height: 1200px;
	grid-template-rows: auto 1fr;
}

.home .site-header:after {
	content: '';
	background: url('https://2019.hamilton.wordcamp.org/files/2019/01/2019_HWC_Website_HomePage_Logo.png');
	width: 500px;
	height: 500px;
	align-self: center;
	justify-self: center;
}

/* HERO - HOME PAGE */
.site-branding-container {
	background: #f6d26f;
	width: 100%;
	padding: .5rem;
}

.site-branding {
	text-align: center;
}

.site-description {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #111;
}

.site-footer {
	background: #111;
	color: #fff;
}

.site-footer input[type="submit"] {
	background: #f6d26f;
	color: #111;
}

.widget .sponsor-level {
	background: white;
	color: #111;
	padding: .5rem;
	margin-bottom: 1rem;
}

.widget .sponsor-level-title {
	margin-top: 0;
}

.wp-block-table {
	border: 1px solid grey;
}

.wp-block-table td {
	padding: .5rem;
}

.site-header.featured-image
.site-featured-image
.post-thumbnail img {
	object-fit: contain;
	min-width: auto;
	width: 50vw;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.wcorg-sponsor + .wcorg-sponsor {
	margin-top: 4rem;
}

/* schedule */
.wcpt-track-description,
.wcpt-session-speakers {
	display: block;
}

.wcpt-schedule {
	max-width: none !important;
}

.wcpt-schedule td {
	word-break: normal;
}

.wcpt-schedule .global-session {
	background: #f6d26f;
	font-weight: 700;
}