* {
  box-sizing: border-box;
}

body {
  margin: 30px auto;
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #000000;
  text-align: center;
}

@media (max-width: 767.98px) {
  body {
    margin: 0;
  }
}

a:link {
  color: #ac0430;
  text-decoration: underline;
  margin: 20px;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
  margin: 20px;
}
a:visited {
  color: #b46164;
  text-decoration: underline;
  margin: 20px;
}
a:active {
  color: #b46164;
  text-decoration: underline;
  margin: 20px;
}

#container {
  text-align: center;
  margin: 0px auto;
}

#splash_logo {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 500px;
	text-align: left;
}

@media (max-width: 767.98px) {
	#splash_logo {
		margin-bottom: 25px;
		width: auto;
		text-align: center;
  }
}

#splashimg {
  margin: 0 auto;
  width: 500px;
  height: 476px;
  text-align: center;
  background-image: url(images/sne.jpg);
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  #splashimg {
		margin: 0 auto;
    width: 100%;
		height: 400px;
		background-size: contain;
		background-position: center center;
  }
}

#splash_form {
  margin: 0 auto;
  width: 515px;
  text-align: center;
}

#splash_form .radio-response {
	padding-right: 25px;
}

@media (max-width: 767.98px) {
  #splash_form {
    width: 100%;
		padding: 25px;
		padding-top: 0;
  }

	#splash_form .radio-response {
		display: block;
		padding: 5px;
		font-size: 150%;
	}
}

#submit_btn {
	margin-top: 25px;
}