* {
	box-sizing: border-box;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
		sans-serif;
	color: #333333;
	margin: 0;
}
a,
a:visited {
	color: #00c8f8;
}
.row-is-selected .if-column {
	display: none;
}
.column-is-selected .if-row {
	display: none;
}
.page-heading {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff4c65;
	padding: 5px 0;
	text-shadow: 1px 1px #999999;
	letter-spacing: 2px;
}
.page-description {
	max-width: 436px;
	margin: 0 auto 20px;
}
.controls-container {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-attribute-control {
	margin-right: 20px;
	margin: 0 20px 20px 0;
	max-width: 160px;
}
.control-heading {
	margin-bottom: 0px;
	font-size: 20px;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
}
.control-explanation {
	font-style: italic;
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
	color: #888888;
}
.control-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-parent {
	height: 400px;
	width: 600px;
	margin: auto;
	border: 2px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-child {
	padding: 0px 46px;
	font-size: 40px;
	text-align: center;
	line-height: 132px;
	color: #ffffff;
}
.contact {
	text-align: center;
	margin: 50px;
}
.hide {
	display: none;
}
.child-count-container {
	text-align: center;
	margin-bottom: 20px;
}
.child-count-info {
	border-bottom: none;
}
.child-count-input {
	width: 50px;
	font-size: 30px;
}
.preview-container {
	width: 380px;
	margin: 30px auto 0 auto;
	border-radius: 4px;
}
.preview {
	font-size: 14px;
	padding: 10px;
	background-color: #f1f1f1;
	margin-bottom: 0;
}
.copy-preview {
	cursor: pointer;
	color: #00c8f8;
	text-decoration: underline;
}
.container {
	margin: 20px auto;
}
.container p {
	margin-bottom: 0;
}
.container img {
	max-width: 100%;
	height: auto;
}

.other-projects {
	width: 420px;
	margin: 0 auto 50px;
}

/* Display desktop image on desktop devices (min width of 768px) */
@media only screen and (min-width: 768px) {
	.container {
		max-width: 728px;
	}
	.container #ImageDesktop {
		display: block;
		/* Adjust the styles as needed for desktop view */
	}
	.container #ImageMobile {
		display: none;
	}
}

/* Display mobile image on smaller screens (max width of 767px) */
@media only screen and (max-width: 767px) {
	.container {
		max-width: 320px;
	}
	.container #ImageDesktop {
		display: none;
	}
	.container #ImageMobile {
		display: block;
		/* Adjust the styles as needed for mobile view */
	}
}
