body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #005596;
}

.s-content-box-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 10px;
	box-sizing: border-box;
}

.s-banner {
	width: 800px;
	height: 600px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	background: url('images/banner-bg.png') center no-repeat;
	border: 1px solid #4aaa42;
}

.s-banner-logo {
	margin: 31px 29px 67px 29px;
}

.s-banner-txt-1 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 50px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.s-banner-txt-1 h2 {
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}

.s-banner-txt-2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 25px;
	background: url('images/banner-line.png') center bottom no-repeat;
	padding-bottom: 30px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.s-button-box {
	text-align: center;
	margin-bottom: 60px;
}

.s-button-box a {
	padding: 0 28px;
	display: inline-block;
	height: 75px;
	line-height: 75px;
	border-radius: 75px;
	color: #ffffff;
	font-size: 33px;
	background: #4aaa42;
	text-decoration: none;
}

.s-button-box a:hover {
	opacity: 0.95;
	color: #fff;
	text-decoration: underline;
}

.s-button-box a span {
	padding: 10px 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding-left: 49px;
	background: url('images/banner-icon.png') left 6px no-repeat;
	font-size: 33px;
	color: #fff;
}

p,
p a {
	color: #fff;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@media (max-width: 800px) {
	.s-banner {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.s-banner {
		background: #085c9d;
	}

	.s-banner-logo {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.s-banner {
		height: auto;
	}
}

@media (max-width: 470px) {
	.s-banner-txt-1 {
		font-size: 16px;
	}

	.s-banner-txt-1 h2 {
		font-size: 22px;
		line-height: 1.25;
	}

	.s-banner-txt-1,
	.s-button-box {
		margin-bottom: 30px;
	}

	.s-banner-txt-2 {
		font-size: 20px;
	}

	.s-banner-txt-2 {
		margin-bottom: 31px;
	}

	.s-button-box a span {
		font-size: 20px;
		padding-top: 11px;
	}

	.s-button-box a {
		height: 67px;
		line-height: 58px;
	}

}