/*========================================================================
Header
========================================================================*/

.header {
	width: 100%;
	background-image: url(/~juris/jlab/images/banner.png);
	background-size: cover;
	background-position: 50%;
}

.header-content {
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 10px;
}

.header-title {
	font-size: 55px;
	-webkit-text-stroke: 2px black;
}

.header-subtitle {
	font-size: 40px;
	-webkit-text-stroke: 2px black;
}

/*========================================================================
Responsiveness
========================================================================*/

@media screen and (max-width: 980px) {
	.header-title {
		font-size: 40px;
		-webkit-text-stroke: 1px black;
	}

	.header-subtitle {
		font-size: 30px;
		-webkit-text-stroke: 1px black;
	}
}