@charset "UTF-8";
/* CSS Document MW */

.error-bib{
	height: 325px;
	text-align: center;
	margin: 35px auto;
	background-image: url(../images/bib-85x55.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
	max-width:500px;
}

.construction-bib{
	background-image: url(../images/gears3.svg);
}

.error-bib p{
	font-size: 225px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 3px;
	line-height:320px;
}


@media screen and (max-width: 32em){
	.error-bib{
		height: 250px;
	}

	.error-bib p{
		font-size: 170px;
		line-height:245px;
	}

}