body{
	margin: 0px;
	padding: 0px;
	text-align: center !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	color: #666;
	background-color: #fff;
}

#logo-container{
	width: 100%;
	text-align: center;
	background-color: black;
	height: auto;
	display: inline-block;
}

#logo-container-inner{
	padding: 28px 0px 26px 0px;
	width: min(88%, 980px);
	display: inline-block;
	text-align: left;
}

#logo{
	clear:both;
}

#h1-container{
	display: block;
	width: 100%;
	margin: 0px;
	background-image: url('/images/gol-banner-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 56px 0 56px 0;
	text-align: center;
}

#h1-container-inner{
	width: min(88%, 980px);
	background-color: black;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-left: 2px #db96de solid;
	border-right: 2px #edcaee solid;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

h1{
	padding: 18px 28px 20px 28px;
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 500;
	line-height: 1.25;
	color: white;
	margin: 0px;
}

p{
	font-size: 1rem;
	line-height:1.65em;
	color: #6f6f6f;
	margin: 0px 0px 14px 0px;
}

a:link,
a:active,
a:visited{
	color: #b64abd;
	text-decoration: none;
	text-underline-offset: 3px;
}

a:hover{
	color: #9835a0;
	text-decoration: underline;
}

#body{
	margin: 28px auto 18px auto;
	width: min(88%, 980px);
	text-align:left;
	border:1px #d9bbdc solid;
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

#body-inner{
	padding: 28px 30px 24px 30px;
}

#body-inner p:first-child{
	color: #555;
	font-weight: 500;
}

#footer{
	font-size: 0.82rem;
	line-height: 1.7em;
	margin: 14px auto 36px auto;
	width: min(88%, 980px);
	text-align:center;
	padding: 8px 5px 5px 5px;
	color: #777;
}

#domain{
	color:#db96de;
	text-decoration: underline;
}

@media (max-width: 600px) {
	#logo-container-inner,
	#h1-container-inner,
	#body,
	#footer {
		width: 92%;
	}

	#logo-container-inner {
		text-align: center;
	}

	#logo img {
		max-width: 100%;
		height: auto;
	}

	#h1-container {
		padding: 35px 0 35px 0;
	}

	#h1-container-inner {
		border-left: 0px;
		border-right: 0px;
	}

	h1 {
		padding: 16px 18px 18px 18px;
	}

	#body-inner {
		padding: 22px 20px 18px 20px;
	}
}
