
/* --- normalize.css --- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
     FILE ARCHIVED ON 20:05:46 May 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:40:37 Sep 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.509
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.01
  cdx.remote: 9.092
  LoadShardBlock: 47.646 (3)
  PetaboxLoader3.datanode: 122.244 (5)
  load_resource: 372.674
  PetaboxLoader3.resolve: 282.833
  loaddict: 38.609
*/

/* --- styles.css --- */
/* beautify ignore:start */
:root {
	--theme-color: #F17C93;
	--background-color: #5A337B;
	--title-text-color: #ffffff;
	--body-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

/**************************/
/*     General Styles     */
/**************************/
body,
html {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

html {
	background: var(--background-color);
}

section {
	padding-bottom: 32px;
}

header {
	padding-bottom: 24px;
}

#main {
	padding-bottom: 128px;
}

.x-link {
	background-image: url('/web/20240522201703im_/https://pajamatimeapp.com/assets/x-logo-white.svg');
	background-size: contain;
  	display: inline-block;
	width: 22px;
	height: 22px;
	/* background-color: black; */
	mask-size: contain;
}




html {
	/* width: 100%;
	height: 100%; */
	background-image: url('/web/20240522201703im_/https://pajamatimeapp.com/assets/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}



body,
p, .navigation-bar h3 {
	color: var(--body-text-color);
	line-height: 1.75;
	font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--title-text-color);
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

section h2 {
	margin-bottom: 24px;
}

h1 {
	font-weight: 700;
}

h2 {
	font-weight: 700;
}

h3 {
	font-size: 20pt;
	font-weight: 700;
}

h4 {
	font-weight: 700;
}

h5 {
	font-weight: 700;
}

h6 {
	font-weight: 700;
}

h1 span.light {
	font-weight: 100;
}

a {
  color: var(--body-text-color);  
}

a:hover {
  color: var(--theme-color);
}

.container {
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 32px;
}

.navigation-bar .appicon {
	display: flex;
	gap: 16px;
	align-items: center;
}

.navigation-bar .appicon img {
	/* margin: 16px; */
	max-width: 64px;
}

.navigation-bar .appicon .name {
	margin: 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 14pt;
}

.navigation-bar .appicon .subtitle {
	margin: 0;
	line-height: 1;
	font-size: 11pt;
	opacity: 0.65;
}

.navigation-bar .appstore {
	padding: 24px;
}

.appstore {
	display: inline-block;
	width: 192px;
	aspect-ratio: 16 / 6;
	background-image: url('/web/20240522201703im_/https://pajamatimeapp.com/assets/appstore-button-light.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.navigation-bar a.appstore { 
	width: 128px;
}

section.video iframe {
	width: 100%;
	aspect-ratio: 4 / 3;	
	border-radius: 8px;
}

img {
	max-width: 100%;
}

.row {
	width: 100%;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.feature-row {
	width: 100%;	
	margin: 0;
	background-color: rgba(255, 255, 255, 0.025);
	background-size: cover;
	margin-bottom: 32px;
	border-radius: 4px;
	text-align: center;
}

.feature-row img {
	margin: auto;
	max-width: 256px;
	aspect-ratio: 1;
	object-fit: cover;
}

.feature-row .feature-text { 
	padding: 24px;
	text-align: center;	
}

.feature-row .feature-text p {
	opacity: 0.65;
}

.navigation-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bar {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-top: 16px;	
}

.links {
	display: flex;
	gap: 16px;
}

a {
	text-decoration: none;
}

@media screen and (min-width: 680px) {
	.row {
		grid-template-columns: 1fr 1fr;
	}

	div.content {
		padding-top: 32px;
	}

	.footer-bar {
		margin-top: 64px;	
	}

	.feature-row {
		justify-items: start;
		grid-template-columns: auto 1fr;
		display: grid;
	}

	.feature-row.uneven {
		justify-items: end;
	}

	.feature-row.uneven img {
		order: 1;
	}

	.feature-row .feature-text { 

		padding: 24px;
		text-align: left;
	}

	.feature-row.uneven .feature-text { 
		text-align: right;
	}

	.feature-row img {
		max-width: 256px;
	}

	.feature-row .feature-text { 
		text-align: left;
		margin: auto;
	}
}

.download {
	padding: 64px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.025);
}

.download div {
	text-align: center;
}

.download .appicon {
	margin: 0;
	max-width: 192px;
}

.download .name {
	margin: 0;
	font-size: 26pt;
	font-weight: bold;
}

.download .appstore {
	margin-top: 32px; 
}

/* beautify ignore:end */
/*
     FILE ARCHIVED ON 20:17:03 May 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:42:35 Sep 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.725
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.021
  esindex: 0.018
  cdx.remote: 26.111
  LoadShardBlock: 163.875 (3)
  PetaboxLoader3.datanode: 131.495 (5)
  PetaboxLoader3.resolve: 175.569 (2)
  load_resource: 194.445
  loaddict: 15.451
*/

/* --- project.css --- */
/* @import url('https://web.archive.org/web/20240522235018cs_/https://fonts.googleapis.com/css2?family=Alice&family=Cherry+Bomb+One&display=swap');

body, p {
	font-family: "Alice", serif;
	line-height: 1.5;
font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cherry Bomb One", cursive;
	line-height: 1.1;
} */

.feature-row {
	
}
/*
     FILE ARCHIVED ON 23:50:18 May 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:42:51 Sep 23, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.545
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.017
  esindex: 0.011
  cdx.remote: 48.572
  LoadShardBlock: 501.41 (3)
  PetaboxLoader3.datanode: 147.881 (5)
  PetaboxLoader3.resolve: 716.347 (2)
  load_resource: 377.453
  loaddict: 45.743
*/
