html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background-image: url(https://naughty-step.com/wp-content/themes/birthday/Background.jpg);
	background-size: contain;
	background-attachment: fixed;
	color: white;
}

header {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
}

#header-link {
	display: block;
	height: 110px;
	width: 250px;
	float: left;
	margin-left: 50px;
	margin-top: 20px
}

#header-link-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#date-box {
	width: 250px;
	float: right;
	background-image: url(http://naughty-step.com/wp-content/uploads/2026/03/4-6-sep.png);
	background-position: center;
	background-size: contain;
	height: 110px;
	background-repeat: no-repeat;
	margin-right: 50px;
	margin-top: 20px;
}

#primary {
	width: 540px;
	margin: auto;
	margin-top: 60px;
	height: 100%;
	text-align: center;
}

#big-face {
	background-image: url(https://naughty-step.com/wp-content/uploads/2026/03/Birthday_face.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 80%;
	aspect-ratio: 205 / 230;
	margin: auto;
}

#blank-space {
	width: 100%;
	height: 150px;
}

.tnp input {
	font-size: 20px;
	line-height: 28px;
	margin: 10px;
}

.tnp-field {
	text-align: center !important;
}

.tnp-field label {
	display: none;
}

.tnp-submit {
	background-color: #ff01a1;
	border: none;
	padding: 7px;
	border-radius: 10px;
	color: white;
}

.tnp-submit:hover {
	background-color: #f082ac;
}

h1 {
	font-family: Barrio, sans-serif;
	font-size: 50px;
	margin-top: 0;
}

h2 {
	font-family: Funnel Sans, sans-serif;
	font-size: 32px;
	font-weight: 800;
	margin-top: 0;
}

p {
	font-family: Funnel Sans, sans-serif;
	font-size: 26px;
	font-weight: 300;
}

p a {
	color: #ff01a1;
	text-decoration: none;
}

p a:hover {
	border-bottom: solid 3px #e16293;
}

p.urgent {
	font-size: 34px;
	background: #ff01a1;
	font-style: italic;
}

/* Fonts */

.barrio-regular {
  font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
}

.funnel-sans-<uniquifier> {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* Responsive */

@media only screen and (max-width: 900px) {
	
	#primary {
		width: 90%;
	}
	
	#header-link {
		height: 60px;
		width: 140px;
		margin-left: 30px;
	}
	
	#date-box {
		height: 60px;
		width: 140px;
		margin-right: 30px;
	}
	
	p.signup {
		font-size: 20px;
	}
	
	body {
		background-image: url(https://naughty-step.com/wp-content/themes/birthday/Background.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		color: white;
}

}




