body {
	margin: 0;
	padding: 0;
	background: #000000;
}
a { color: black; text-decoration: none; }
a:hover { color: white; }
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.wrap {
	max-width: 1000px;
	margin: 40px auto;
}
.box {
	background: url('/images/background.jpg');
	background-size: cover;
}
#title2 { display: none; }
.title {
	padding: 40px 40px 0 40px;
}
.title img { width: 100%; }
.iceQueen {
	margin: -15px auto 0 auto;
    width: 33%;
}
.iceQueen img { width: 100%; }
.barWrap {
	max-width: 800px;
	margin: 0 auto;
}
.barWrap .item {
	width: 33%;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p0, .p1, .p2, .p3 {
	float: left;
}
.p3 { display: none; }
.formWrap {
	margin: 0 auto;
	max-width: 640px;
}
.formWrap .inner {
	margin: 40px;
}
label { display: block; }
input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 8px 4px;
	border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	border: 2px solid black;
}
input[type="button"], input[type="submit"] {
	color: white;
	background: #00b6a5;
	border-radius: 2px;
	border: none;
	font-size: 24px;
    padding: 4px 8px;
	box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 8px;
}
input[type="submit"] {
	width: 100%;
}
.row {
	margin-bottom: 10px;
}
input[type="text"].err, textarea.err { border: 2px solid red; border-radius: 4px }


@media screen and (max-width:640px) {
	html,body {
		background: url('/images/background.jpg');
		background-size: cover;
		height: 100%;
	}
	.box { background: none; }
	#title1 { display: none; }
	#title2 { display: block; }
	.wrap { margin: 0px; auto; }
	.title { padding: 10px 10px 0 10px;	}
	.iceQueen {
		margin: -6px auto 0 auto;
		width: 70%;
	}
	.barWrap .item { width: 100%; }
	.p0 { display: none; }
	.p1 { margin-top: 20px }
	.p3 { display: block; }
}