/*! 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.
 */


/* 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;
}

html {
  box-sizing: border-box;  font-size: 1em;}

*, *:before, *:after { box-sizing: inherit; }:root {
--int-blue-dark:         rgb(106, 210, 211);
--int-blue-light:        rgb(106, 210, 211);
--int-blue-light-alpha: rgba(106, 210, 211, 0.8);
--int-green: rgb(161, 230, 187);
--int-orange: rgb(255, 199, 121);
--int-red: rgb(255, 119, 114);
--int-yellow: rgb(255, 233, 142);
--ext-blue-dark: rgb(97, 138, 200);
--ext-blue-light: rgb(119, 195, 215);
--ext-green: rgb(191, 221, 119);
--ext-purple: rgb(171, 151, 200);
--ext-yellow: rgb(236, 214, 137);
}
.exterior {
--background-color: var(--ext-green);
--header-color: var(--ext-blue-light);
--blue-dark: var(--ext-blue-dark);
--blue-light: var(--ext-blue-light);
}
.interior {
--background-color: var(--int-yellow);
--header-color: var(--int-blue-light);
--blue-dark: var(--int-blue-dark);
--blue-light: var(--int-blue-light);
}
html {
  font-family: Papyrus,fantasy;
}

body {
  height: 100vh;
  display: flex;   flex-direction: column;
}

h1,
h2,
.faux-h2,
legend {
  margin: 0;
  text-align: center;
  line-height: 1.15;   background: var(--header-color);
  border: solid #000;
  border-width: 3px 0;
}
h1 {
  padding: 1.2ex 0 0.8ex 0;
  font-size: 2.4em;
}
h2,
.faux-h2,
legend {
  font-size: 1.5em;
  padding: 1ex 0 0.3ex 0;
  text-transform: uppercase;
}

a:hover, a:focus {
  background-color: var(--blue-light);
  text-decoration: none;
  outline: none;
}

.main-column {
  flex: 1 0 auto;   background: var(--background-color);
}
.experimental .main-column,
.experimental .main-column:before,
.experimental .main-column:after,
.experimental .main-content {
  content: "";
  outline: 1px dashed #000;
}
.main-content {
  padding: 20px 0 40px;
}
img.hero {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.images.left-align {
  align-items: left;
  justify-content: left;
}
.images.top-align {
  align-items: start;
}
.images img {
  vertical-align: middle;
  max-height: 380px;
  max-width: 292px;
  min-width: 20px;
  width: 100%; }
.images > * {
  margin: 0 10px;
}
.images.closer > * {
  margin: 0 6px;
}
.images > :first-child {
  margin-left: 0;
}
.images > :last-child {
  margin-right: 0;
  margin-bottom: 0;
}
p {
  margin: 20px 0;
}
dl {
  margin: 20px 0;
  }
ul, ol {
  padding-left: 30px;
}
.images dl {
  text-align: center;
}
.images dl img,
.images p  img {
  display: block;
  margin: 0 auto 10px;
}
.images dl img:last-child {
  margin-bottom: 0;
}

dt {
  display: inline-block;
  padding: 0.8ex 0.2em 0 0.1em;
  text-transform: uppercase;
}
dd {
  display: inline;
  margin: 0;
}
dd:after {
  content: '\a';
  white-space: pre;
}
dl dl dd:after {
  content: '';
}

.roof {
  min-height: 100px;
  display: flex;
  text-align: center;
}

.roof::before,
.roof::after {
  content: "";
}
.roof::before {
    width: 10%;
  min-width: 2em;
  background: linear-gradient(to bottom right, var(--ext-green) 0 48%, rgba(0,0,0,1) 48% 53%, var(--ext-purple) 53% 100%);
}

.roof::after {
  width: 12%;
  min-width: 2.4em;
  background: linear-gradient(to top right, var(--ext-purple) 0 48%, rgba(0,0,0,1) 48% 53%, var(--ext-green) 53% 100%);
}

.roof p {
  background-color: var(--ext-purple);
  border-top: 3px solid #000;
  padding: 1.5ex 0;
  margin: 0;
  font-size: 1.5em;
}

.fascia {
  background-color: var(--ext-yellow);
  border: 3px solid #000;
  position: relative;
}
.fascia h1 {
  background: transparent;   border: none;
}

.fascia span {
  font-size: 1.4em;
  position: absolute;
}

.fascia .tl {
  top: 0.5ex;
  left: 0.5em;
}

.fascia .bl {
  bottom: 0;
  left: 0.5em;
}

.fascia .tr {
  top: 0.5ex;
  right: 0.5em;
}

.fascia .br {
  bottom: 0;
  right: 0.5em;
}

.main-floor {
  overflow: auto;   border: solid #000;
  border-width: 0 3px 3px;
  margin: 0 20px;
  background: var(--ext-blue-dark);
}

.main-floor nav {
  margin: 80px 0 80px 10%;
  width: 80%;
  border: solid #000;
  border-width: 0 3px;
  background-color: var(--header-color); }

.menu-toggle:hover,
a:hover {
  text-decoration: underline;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  background-image: linear-gradient(90deg, rgb(0, 128, 0), rgb(21, 0, 255) 25%, rgb(102, 0, 102) 50%, rgb(128, 0, 0) 100%);
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li a {
  display: block;
  padding: 1ex 0 0.3ex 1em;
  color: #000;
  text-decoration: none;
}

nav .pane {
  min-height: 150px;
  overflow: auto; }

.menu {
  visibility:hidden;
  height:0;
  overflow:hidden;
  transition:visibility 0s .2s, height .2s;
}
.open .menu {
  visibility:visible;
  height:auto;
  transition-delay:0s;
}

.foundation {
  margin-left: 20px;
  margin-bottom: 40px;   padding: 11px 20px 8px;
  background: var(--ext-yellow) url(/images/ext-12.05-0874-D-step.jpg);
  background-position: bottom right -24px;
  background-repeat: no-repeat;
  height: 52px;
  border: solid #000;
  border-width: 0 0 3px 3px;
}

.content {
  border: solid #000;
  border-width: 0 3px;
  line-height: 1.4;
}
.exterior .content {
  margin: 0 20px;
}
.interior .content {
  background: rgb(253, 242, 211);
}

.section-content {   margin: 20px 1em; }

.window {
  display: flex;
}

.window:before,
.window:after {
  content: "";
  flex: 0 0 3em;
  transition: flex-basis .2s;
}
.open .window:before,
.open .window:after {
  flex-basis: 1.5em;
  transition-delay:0s;
}
.exterior .window:before,
.exterior .window:after {
  background: var(--ext-purple);
}
.interior .window:before,
.interior .window:after {
  background: var(--int-red);
}

.window .pane {
  flex-grow: 1;
  border: solid #000;
  border-width: 0 3px;
}
.exterior .window .pane {
  background: var(--ext-yellow);
}
.interior .window .pane {
  background: var(--int-yellow);
}

.pane p {
  padding-left: 20px;
}
.indent {
  text-indent: 2em;
}

.gradient-text {
    font-weight: bold;
    background-color: #000;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.rainbow {
  background-image: linear-gradient(90deg, red,  orange 25%, yellow 50%, green 75%, blue 100%);
}
.shrug {
  background-image: linear-gradient(90deg, rgb(0, 128, 0), rgb(21, 0, 255) 25%, rgb(102, 0, 102) 50%, rgb(128, 0, 0) 100%);
}
.moore {
  font-family: avenir,sans-serif;
  text-transform: none;
}
.aih {
  font-family: "Avant Garde", "Century Gothic", "Trebuchet MS", sans-serif;
}
footer {
  width: 100%;
  flex-shrink: 0;
  border-top: 3px solid #000;
  padding: 1.2ex 0 0.5ex 1em;
  font-size: 0.8em;
}
.exterior footer {
  background: var(--ext-yellow);
}
.interior footer {
  background: var(--int-blue-light);
}
fieldset {
  border: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
legend {
  display: block;
  width: 100%;
  background: var(--header-color);
}
.custom3 { display: none !important; visibility: hidden; }
input[type=text],
textarea {
  width: 100%;
  border: 1px solid black;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.5);
  padding: 1ex 0.4em 0.3ex 0.4em;
}
textarea {
  line-height: 140%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  }

input:focus,
input[type=submit]:focus, textarea:focus {
  outline: 3px solid var(--blue-dark);
}
input[type=submit] {
  font-size: 1.2em;
  border: 1px solid black;
  padding: 1ex 0.4em 0.3ex 0.4em;
  background: var(--int-yellow);
}
input[type=submit]:focus,
input[type=submit]:hover {
  background: var(--int-orange);
}
.errors {
  background-color: #f4a4cc;
  margin: 20px 1em;   border: 1px solid var(--int-red);
}
.success {
  background-color: var(--int-green);
  margin: 20px 1em;   border: 1px solid green;
}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
[hidden] { display: none; }
.hidden { display: none !important; visibility: hidden; }
.perspective {
  perspective: 500px;
}
.inner-window {
  width: 100%;
  border: 3px solid #000;
  display: flex;
  margin-bottom: 40px;   min-height: 300px;
}
.cube {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: flex;
}

.side {
}

.front {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
}

.back {
  background-color: var(--int-green);
  border: solid #000;
  border-width: 0 3px 0 0;
  padding: 20px 20px 0 20px;
  display: flex;   flex-grow: 1; }

.left {
  background-color: var(--int-orange);
  width: 60%;
  max-width: 575px;
  padding: 20px;
}

.right {
  display: none;
  background-color: var(--int-orange);
  -webkit-transform: rotateY(-90deg) translateZ(480px) translateX(270px);
          transform: rotateY(-90deg) translateZ(480px) translateX(270px);
  border: 3px solid #000;
}

.top {
  display: none;
  background-color: var(--int-blue-dark);
  -webkit-transform: rotateY(90deg) translateZ(270px);
          transform: rotateX(90deg) translateZ(270px);
}

.bottom {
  display: none;
  background-color: var(--int-blue-dark);
  -webkit-transform: rotateX(-90deg) translateZ(270px);
          transform: rotateX(-90deg) translateZ(270px);
}

.inner-window-wrapper {
  margin: 3em 0;
  max-width: 960px;
  width: 100%;
  padding-top: calc(540/960 * 100%);
  background-color: #fdd;
  position: relative;
}
.inner-window-wrapper svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
}


.all-the-kings-menu nav {
  border: solid #000;
  border-width: 0 3px;
  width: 100%%;
}
.all-the-kings-menu nav .pane {
  min-height: 130px;
}
.all-the-kings-menu .window:before,
.all-the-kings-menu .window:after {
  flex: 0 0 38px; }
.all-the-kings-menu .open .window:before,
.all-the-kings-menu .open .window:after {
  flex-basis: 1em;
}
.all-the-kings-menu h2,
.all-the-kings-menu .faux-h2 {
  font-size: 1em;
  flex-grow: 1;
  border-width: 0 3px;
}
.all-the-kings-menu .sill-wrap {
  font-size: 1.1em;
  display: flex;
  width: 100%;
  border: solid #000;
  border-width: 3px 0;
  background-color: var(--int-blue-light);
}
.all-the-kings-menu .sill-wrap:before,
.all-the-kings-menu .sill-wrap:after {
  content: "";
  flex: 0 1 38px;   background-color: var(--int-green);
}
.door {
  background: var(--int-orange);
  align-self: flex-end;
  width: 100%;
  max-width: 136px;
  height: 100%;
  max-height: 274px;
  border: solid #000;
  border-width: 3px 3px 0 3px;
  padding: 20px;
  text-align: center;
}
.lights {
  width: 100%;
  max-width: 96px;
  height: 63px;
  margin: 0 auto 15px auto;
  background: #000;
  border: 3px solid #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 3px;
  gap: 3px;
}
.r { background: var(--int-red); }
.y { background: var(--int-yellow); }
.b { background: var(--int-blue-dark); }

.larger {
  font-size: 1.2em;
}
.marginal {
  margin-bottom: 20px;
}
.margin-left {
  margin-left: 20px;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.transform-none {
  text-transform: none;
}
.example:before,
.example:after {
  flex: 0 0 3em;
}
.example:before {
  content: "b";
  background: red;
}
.example .example-content {
  background: green;
  flex-grow: 1;
  border: solid #000;
  border-width: 0 3px;
}
.example:after {
  content: "a";
  background: blue;
}
@media screen and (orientation: landscape) { /* width greater than height */
}
@media screen and (orientation: portrait) { /* height greater than width */
}
@media only screen and (min-width: 960px ) {
.main-column {
  display: flex;
}
.main-column:before,
.main-column:after {
  content: "";
  flex: 1;
}
.main-column:before {
  background: linear-gradient(90deg, #fff, var(--background-color));
}
.main-column:after {
  background: linear-gradient(90deg, var(--background-color), #fff);
}
.main-content {
  flex: 0 0 960px ;
  padding-bottom: 80px;
}
}
@media only screen and (min-width: 35em) {
h1 {
  font-size: 4em;
  padding: 1ex 0 0.3ex 0;
}
h2,
.faux-h2,
legend {
  font-size: 1.8em;
}
.main-floor {
  background: no-repeat var(--ext-blue-dark) url(/images/ext-12.05-0874-D-door.jpg);
  background-position: bottom right 40px;
}
.main-floor, .exterior .content {
  margin-left: 40px;
  margin-right: 44px;
}
.main-floor nav {
  width: 50%;
}
.foundation {
  margin-left: 40px;
  background-position: bottom right 0px;
}
.all-the-kings-menu .open .window:before,
.all-the-kings-menu .open .window:after {
  flex-basis: 38px; }
.open .window:before,
.open .window:after {
  flex-basis: 3em; }
fieldset > fieldset {
  width: 80%;
}
/*
input[type=text],
textarea {
  width: 80%;
}*/
@page {
  size: 8.5in 11in;
  margin: 0.75in 0 1in 0;
}
@media print { }
