body {
	font-family: brandon-text, sans-serif;
	background: linear-gradient(180deg, #FFF 0%, #C0C0C0 100%), #FFF;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
h2 {
	font-size: 64px;
	line-height: 1em;
}
h2 span:first-child {
	/* padding-right: 120px; */
}
h3 {
	font-size: 40px;
	margin: 2em auto;
}
.bold {
	font-weight: bold;
	font-size: 95px;
	margin-left: 100px;
}
.yellow-underscore, .grey-underscore {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#fecb3f));
	background-image: linear-gradient(to bottom,transparent 50%,#fecb3f 50%);
	background-repeat: repeat-x;
	background-size: 20px 0.4em;
	background-position: 0 80%;
}
img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.logo {
		max-width: 230px;
	}
	h2 {
		font-size: 40px;
		line-height: 1.1em;
	}
	h3 {
		font-size:25px;
		margin: 2em auto;
	}
	.bold {
		font-weight: bold;
		font-size: 55px;
		/* margin-left: 30px; */
	}
}