/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Base Styles
- Typography
- Links
- Buttons
- Icons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Sidebar + Nav
- Projects
- Grid
- Clearing
- Media Queries
*/

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('nippo.css');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xy14rf');
  src:  url('fonts/icomoon.eot?xy14rf#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xy14rf') format('truetype'),
    url('fonts/icomoon.woff?xy14rf') format('woff'),
    url('fonts/icomoon.svg?xy14rf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  box-sizing: border-box;
  margin: 0
}

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
}

body {
  font-size: 1.45em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

html[data-theme=light] {
  body {
    color: #222; 
    background-color: #eeede5;
  }
}

html[data-theme=dark] {
  body {
    color: #d2cdc6; 
    background-color: #1a1a1a;
  }

  header.sidebar { background-color: #1a1a1a; }
  .sidebar-container { background-color: #1a1a1a; }
  #dropdown-list { background-color: #1a1a1a; }
  a { color: #d2cdc6; border-color: #d2cdc6; }
  hr, .main-content hr, .dotted-border { border-color: #d2cdc6; }
	
  
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    color: #d2cdc6;
    border-color:  #d2cdc6;
  }
    .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #d2cdc6;
    border-color: #d2cdc6;
  }
  .b-facebook.button:hover { color: #1a1a1a; background-color:#7F94BD; border-color: #7F94BD;}
  .b-etsy.button:hover { color: #1a1a1a; background-color:#EFE35D; border-color: #EFE35D;}
  .b-insta.button:hover { color: #1a1a1a; background-color:#EFB962; border-color: #EFB962;}
  .b-bluesky.button:hover { color: #1a1a1a; background-color:#87CEEB; border-color: #87CEEB;}
  .b-youtube.button:hover { color: #1a1a1a; background-color:#F15056; border-color: #F15056;}

  .icon { color: #9d9595; }
  .social .icon:hover {
    color: #d84a3a;
  }
  .nav-toggle:before { color: #d2cdc6; 
  }
}

img {max-width: 100%;}

/* For devices larger than 640px */
@media only screen and (min-width: 640px) {
body {
  font-size: 1.6em;
  line-height: 1.6; }
}

@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Texturina', sans-serif;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  text-transform: uppercase;
}
  
h1 { 
  font-size: 2.6rem; 
  line-height: 1.25; 
}

h2 { 
  font-size: 2.8rem; 
  line-height: 1.25; 
  text-transform: none;
}

h3 { 
  font-size: 2rem; 
  line-height: 1.25; 
}

h4 { 
  font-size: 1.3rem; 
  line-height: 1.4;  
  letter-spacing: .1rem; 
  font-family: 'Lato', Helvetica, Arial, sans-serif; 
  font-weight: 600; 
}

h5 { 
  font-size: 1.4rem; 
  line-height: 1.4;  
  letter-spacing: .05rem;
  font-family: 'Quicksand', Helvetica, Arial, sans-serif; 
  font-weight: 700; 
}

h6 { 
  font-size: 1.2rem; 
  line-height: 1.4;  
  letter-spacing: .05rem; 
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
  font-weight: 700; 
}

p {
  margin-top: 0;
  letter-spacing: .02rem;}
  
span.italic {
  font-family: 'Lato', sans-serif; 
  font-style: italic; 
  font-size: 1.3rem; 
  text-transform:lowercase;
}

.dropcap {
  color: #d84a3a;
  float: left;
  font-family: "Jacquard 24", serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: 40px;
}

/* For devices larger than 640px */
@media only screen and (min-width: 640px) {
  h2 {font-size: 3rem;}
  .dropcap {
    font-size: 8rem;
    line-height: 50px;
  }
}

.small {
  font-variant: all-petite-caps;
  font-size: 1.8rem;
}

.caption {
  margin: 0;
  text-align: right;
  font-size: 1.2rem;
}

.caption::first-letter {
  color: #d84a3a;
  font-size: 1.3rem;
}

/* Blockquotes----------------------------*/
blockquote {
  margin: 0 auto;
  width: 90%;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}

blockquote p {
  margin-bottom: 1rem;
}

cite {
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.2rem;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

blockquote cite {
  float: right;
}

/*blockquote style for blog
  padding-left: 20px;
  border-left: 2px solid;*/

@media only screen and (min-width: 650px) {
  blockquote {
      width: 50%;}
    }

hr {
  width: 64px;
  background-color: #222;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-content hr {
  width: auto;
  height: 3.5px;
  border-style: dotted none;
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 1px 0;
  margin: 2px 0;
  background-color: transparent;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #222;
  /* text-decoration: none;
  border-bottom:1px dotted; */
  text-decoration: underline dotted 1px;
  text-underline-offset: 4px;
}
  
a:hover {
  /* border-bottom:1px solid; */
  text-decoration: underline solid 1px;
  text-underline-offset: 4px;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.button:hover,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  display: inline-block;
  padding: 0 30px;
  color: #222;
  text-align: center;
  font-family: 'Nippo-Regular', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 1px;
  border: 1px dotted #222;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s ease; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  border: 1px solid #222;
  outline: 0; }
  
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Sidebar Menu Buttons */
.button.nav-button {
  width: 100%;
}

/* Larger than mobile */
@media only screen and (min-width: 915px) {
  .button.nav-button {
    width: 125px;
    padding: 0;
  } 
}

/* Larger than desktop */
@media only screen and (min-width: 1150px) {
 .button.nav-button {
    width: 135px;
  } 
}

/* Social Media Buttons */
.b-facebook.button:hover {background-color:#7F94BD; border-color: #7F94BD;}
.b-etsy.button:hover {background-color:#EFE35D; border-color: #EFE35D;}
.b-insta.button:hover {background-color:#EFB962; border-color: #EFB962;}
.b-bluesky.button:hover {background-color:#87CEEB; border-color: #87CEEB;}
.b-youtube.button:hover {background-color:#F15056; border-color: #F15056;}

/* Icons */
@font-face {
  font-family: "icomoon";
  src:url("../icons/icomoon.eot");
  src:url("../icons/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../icons/icomoon.ttf") format("truetype"),
    url("../icons/icomoon.woff") format("woff"),
    url("../icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon { 
  font-family: "icomoon"; 
  font-size: 18px;
  color: #655D5D;
  border-bottom: 0;
}

.icon:hover {border-bottom: 0;}

.span-link {
  font-size: 16px;
  padding-left: 2px;
  color: #57a6b9;
}

html[data-theme=dark] {
  .span-link::before {
    color: #e0bf5d;
  }
}

.ext-link::before { content: "\e929"; }
.wiki-link::before { content: "\e912"; }
.hover-icon::before { content: "\e932"; }

.social .icon {
  padding: 5px 15px 15px 0; 
  float:left;
  transition: all .2s ease;
}

.social .icon:hover {
  color: #222;
}

.icon.tumblr:before { content: "\e609"; height: inherit; }
.icon.twitter:before { content: "\e60a"; height: inherit; }
.icon.pinterest:before { content: "\e608"; height: inherit; }
.icon.behance:before { content: "\62"; height: inherit; }
.icon.facebook:before { content: "\e606"; height: inherit; }
.icon.insta:before { content: "\69"; height: inherit; }
.icon.etsy:before { content: "\e600"; height: inherit; }

.icon.top:before { content: "t"; height: inherit; }
.icon.next:before { content: "n"; height: inherit; }
.icon.previous:before { content: "p"; height: inherit; }

.icon.mail:before { content: "\6d"; height: inherit; }

.ill { content: url(../icons/icon-ill2.svg) }
.game { content: url(../icons/icon-game.svg) }
.book { content: url(../icons/icon-book.svg) }
.letter { content: url(../icons/icon-letter.svg) }
.paper { content: url(../icons/icon-scroll.svg) }
.wood { content: url(../icons/icon-wood.svg) }

/*html[data-theme=dark] {
  .ill svg path, .ill path {
    stroke: #e0bf5d;
  }
}
not working */

.icon-bar-icon::before {
  width: 70px; 
  display: block;
  margin: 0 auto;
}

.ill-bar::before { content: url(../icons/icon-ill2.svg); }
.game-bar::before { content: url(../icons/icon-game.svg); }
.book-bar::before { content: url(../icons/icon-book.svg); }
.letter-bar::before { content: url(../icons/icon-letter.svg); }
.paper-bar::before { content: url(../icons/icon-scroll.svg); }
.wood-bar::before { content: url(../icons/icon-wood.svg); }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: square inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  }
li {
  margin-bottom: 1rem;
}

.print-list li {
  margin-bottom: 0;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code, pre, samp, kbd {
  font-family: 'Nippo-Regular';
}

code {
  margin: 0 .2rem;
  font-size: 95%;
  white-space: nowrap;
  background: #383838;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 10px;
  color: #E1E1E1; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px;
  text-align: left;
  border: 1px solid #E1E1E1; }

th {
  background-color: #BDB76B;
  text-transform: uppercase;
  letter-spacing: .05rem;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {width: 100%; box-sizing: border-box; }
.u-max-full-width {max-width: 100%; box-sizing: border-box; }
.u-fr {float: right; }
.u-fl {float: left; }

.u-inline {display: inline; }
.u-center {
  text-align: center; 
  display: block;
  margin: auto;
  }

img.u-rounded {border-radius: 50%;}
.radius15 {border-radius: 15px;}
.arch {border-radius: 200px 200px 10px 10px;}

.fix-in-place {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
/*––––––––––––––––––––––––––––––––––––––––––––––––––
   Project Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper {
  display: grid;
  margin-top: 75px;
  margin-left: 0;
  gap: 20px;
  grid-template-areas: 
    "main-content"
    "footer";
}

.main-content {grid-area: main-content; }
.main-footer {grid-area: footer; }

@media only screen and (min-width: 1150px) {
  .wrapper {
    margin-left: 260px;
    margin-top: 0;
  }
}

.main-content {
  margin: 0 15px;
}

@media only screen and (min-width: 420px) {
  .main-content {
    margin: 20px 5%;
  }
}

/* @media only screen and (min-width: 1024px) {
  .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1fr 10px);
    gap: 20px;
    grid-template-areas: 
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"
    ". ."
    "hr-fullwidth hr-fullwidth"; 
}
.hr-fullwidth { grid-area: hr-fullwidth;}
} */

/* Larger than Desktop HD */
@media only screen and (min-width: 1350px) {
  .main-content {
    margin: 20px 30% 20px 10%;
  }
  .dreamgame-content {
    margin: 20px 15%;
  }
}

/* if needed this works
.project > .img-row:last-child { 

}*/

.project-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media only screen and (min-width: 768px) {
  .full-project-title {
    padding: 60px 20% 0 20%;
  }
}

.two-up-project {
  grid-template-columns: 1fr 5.5px 1fr;
}

.cover-title {
    display: grid; 
    grid-template-columns: 100%;
    grid-template-rows: 1fr; 
    gap:0; 
    align-items:center;
    grid-template-areas:
      'title'
      'cover'; 
  }
  
.project-cover {grid-area: cover;}
.project-title {grid-area: title;}

@media only screen and (min-width: 420px) {
  .cover-title {
    grid-template-columns: 1fr 1.25fr;  
    grid-template-areas: 
    'cover  title';
  }
}

@media only screen and (min-width: 1150px) {
  .project-title h1 {margin-top: -20%;}
}

.img-row {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.img-row img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-row.no-cover img {
  object-fit: contain;
  height: auto;
}

.img-actual-size img {
  width: auto;
}

.grid-center {
  align-items: center;
  justify-items:center;
}

.grid-center-me {
  align-self: center;
  justify-self: center;
}

@media only screen and (max-width: 420px) {
.grid-one-c-mobile {
  grid-template-columns: 1fr !important;
}
}

.one-up {
  grid-template-columns: 1fr;
}

.two-up {
  grid-template-columns: 1fr 1fr;
}

.three-up {
  grid-template-columns: 1fr 1fr 1fr;
}

.four-up {
  grid-template-columns: repeat(2, 1fr);
}

/* Grid special cases */
.two-up-offset-l { grid-template-columns: 1.25fr 1fr; }
.two-up-offset-r { grid-template-columns: 1fr 1.25fr; }
.two-up-offsetmore-l { grid-template-columns: 1.5fr 1fr; }
.two-up-offset-l-two-one { grid-template-columns: 2fr 1fr; }
.two-up-offsetmore-r { grid-template-columns: .75fr 1.5fr; }
.two-up-offset-6-1-left { 
  grid-template-columns: 6fr 1fr;
}
.three-up-offset-l {  grid-template-columns: 1.6fr 1fr 1fr; }
.three-up-offset-r {  grid-template-columns: 1fr 1fr 2fr; }

.four-grid {
  grid-template-areas:
  "."
  "four-up-inset"; 
}

.two-vert, .two-vert-offset { grid-template-areas: ". two-vert-inset"; }

.two-vert-offset {
  grid-template-columns: 1.5fr 1fr;
}

.two-vert-inset {
  display: grid; 
  gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-area: two-vert-inset;
}

.four-grid-inset {
  display: grid; 
  gap: 10px;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;  
  grid-template-areas: 
    ". ."
    ". ."; 
  grid-area: four-up-inset; 
}

@media only screen and (min-width: 420px) {
  .four-up {
    grid-template-columns: repeat(4, 1fr);
  }

  .four-grid {
    grid-template-areas: ". four-up-inset";
  }
}

/* Grid hover overlays */
.two-up.grid-img-overlay { grid-template-columns: 1fr 1fr 1fr; }
.two-up > .img-overlay { grid-column: 3 / 3; }

.img-overlay {
  opacity: 1;
  transition: none;
}

.hover-icon {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .grid-img-overlay {grid-template-columns: 1fr;}
  .img-overlay { grid-column: 1; grid-row: 1; display: block;}
  .img-underlay { grid-column: 1; grid-row: 1; }
  .hover-icon { grid-column: 1; grid-row: 1;
    display: block;
    align-self: end;
    text-align: right;
    padding-right: 10px;
    z-index: 1;
  }
  
  .two-up.grid-img-overlay {
    grid-template-columns: 1fr 1fr;
  }

  .two-up > .img-overlay { grid-column: 2 / 2; grid-row: 1; }
  .two-up > .img-underlay { grid-column: 2 / 2; grid-row: 1; }
  .two-up > .hover-icon { grid-column: 2 / 2; grid-row: 1 !important;
  }

  .img-overlay {
  opacity: 0;
  transition: opacity .4s;
  }

  .img-overlay:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------------------------
   MAIN PAGE
----------------------------------------------------------------- */
.grid-borders {
  gap: 10px;
  align-items: center;
  overflow: hidden;
}

.grid-borders div,
.grid-borders a,
.grid-borders h3 {
  height: 100%;
}

.two-up:has(.grid-title) {
  grid-template-columns: 12fr 1fr;
  margin-bottom: 0;
}

.grid-caption div, .img-row h3,
.grid-borders .grid-title {
  padding: 0 10px;
  margin-bottom: 0;
}

.grid-title, .img-row h3 {
  font-family: 'Nippo-Regular', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin: 0;
}

.grid-title > h4 {
  margin-top: -5px;
}

.title1 {grid-area: title1;}
.title2 {grid-area: title2;}
.dotted-border {grid-area: dotted-border; }
.single-project hr {grid-area: border-hr}
.image1 {grid-area: image1;}
.image2 {grid-area: image2;}

.single-project {
  grid-template-columns: 1fr;
  grid-template-areas: 
  "title1"
  "image1"
  "border-hr"
  "title2"
  "image2";
}

.dotted-border {
  display: none;
}

.title1, .title2 {
  margin-bottom: -10px;
  grid-template-columns: 10fr 1fr;
  display: grid;
}

@media only screen and (min-width: 420px) {
  .single-project {
    grid-template-columns: 1fr 10px 1fr;
    grid-template-areas: 
    "title1 dotted-border title2"
    "image1 dotted-border image2";
  }
  .single-project hr {
    display: none;
    order: unset;
  }
  .dotted-border {
    display: block;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    width: 4px;
    height: calc(100% + 8px);
    justify-self: center;
  }
}

.single-project h3 {
  float: left;
}

.project-icon {
  justify-self: end;
  width: 50px;
}

.single-project-title > .project-icon {
  width: 40px;
}

.showmore, .showmore:hover {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem; 
  line-height: 1.4;  
  letter-spacing: .1rem; 
  font-weight: 600; 
  width: fit-content;
  padding: 0 20px;
  justify-self: right;
}

.bar {
  /* background-color: #d0cdab; */
  background-image: linear-gradient(#1a1a1a 1px, transparent 1px), linear-gradient(to right, #1a1a1a 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 9.7px 9.7px;
  border-right: #1a1a1a solid 1px;
}

.showmore-bar {
  grid-template-columns: 5fr 1fr 1fr;
}

.intro {
  grid-template-columns: 1fr;
  grid-template-areas: 
  "window-container" 
  "intro-text";
  align-items: center;
}

#intro-text {grid-area: intro-text;}

/* Another Sky Window */
.window-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: window-container;
  padding: 0 20%;
}

@media only screen and (min-width: 450px) {
    .window-container {
    padding: 0 30%;
  }
}

@media only screen and (min-width: 550px) {
  .intro {
    grid-template-columns: minmax(auto, 200px) 1.5fr;
    grid-template-areas: "window-container intro-text";
    gap:30px;
  }
   
    .window-container {
    padding: 0;
  }
}

.window {
  z-index: 3;
  mask-image: url(../images/window.svg);
  grid-column: 1; grid-row: 1;
}

.window-sky {
  z-index: 2;
  mask-image: url(../images/window.svg);
  grid-column: 1; grid-row: 1;
}

.windowframe {
  grid-column: 1; grid-row: 1;
}

.windowframe path {
  stroke-width: 2px;
  stroke-dasharray: 1 5;
  stroke-linecap: round;
}

[data-theme=dark] {
  .windowframe path {
    stroke: #d2cdc6;
  }
}

#dawn {
  background: url(../images/light-clouds-loop.png) repeat-x;
  background-size: 400%;
  background-position: 0 bottom;
  animation: slide 60s linear infinite;
}
@keyframes slide {
  0% {
    background-position-x : 0px;
  }
  100% {
    background-position-x : -900px;
  }
}
#dawn-sky {
  background: url(../images/dawn-sky.jpg)  no-repeat;
  background-size: contain;
}

#day-sky{
  background: url(../images/day-sky.jpg) no-repeat;
  background-size: contain;
}

#dusk {
  background: url(../images/dark-clouds.png) repeat-x;
  background-size: 400%;
  background-position: 0 bottom;
  animation: slide 60s linear infinite;
}
#dusk-sky {
  background: url(../images/dusk-sky.jpg) no-repeat;
  background-size: contain;
}


#night {
  background: url(../images/stars-sky.png) no-repeat;
  background-size: contain;
  animation: fadeinout 4s linear infinite;
  opacity: 0.2;
}
@keyframes fadeinout { 50% { opacity: .8; }}

#night-sky {
  background: url(../images/night-sky.jpg) no-repeat;
  background-size: contain;
}

/* Intro Icon Bar */
ul.icon-bar {
  display: grid;
  list-style: none;
  text-align: center;
  border: 1px dashed;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}

ul.icon-bar a {
  margin-bottom: 0;
  border-right: 1px dashed;
  border-bottom: none;
  padding: 0 5px;
}

.icon-bar-icon:hover::before {
  opacity: .6;
}

ul.icon-bar a:last-child, 
ul.icon-bar a:nth-child(3) {
  border-right: none;
}

ul.icon-bar a:nth-child(n+1):nth-child(-n+3) {
  border-bottom: 1px dashed;
}

ul.icon-bar h6 {
  font-family: 'Nippo-Regular', monospace;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .15rem;
  margin-top: -15px;
}

@media only screen and (min-width: 915px) {
  ul.icon-bar {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
  }
  ul.icon-bar a:nth-child(3) {
    border-right: 1px dashed;
  }
  ul.icon-bar a:nth-child(n+1):nth-child(-n+3) {
    border-bottom: none;
  }
}

/* -----------------------------------------------------------------
   ABOUT PAGE
----------------------------------------------------------------- */
.bio { 
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px; 
  align-items: end;
  margin-bottom: 10px;
}

@media only screen and (min-width: 760px) {
  .bio {
    grid-template-columns: 1fr 1.5fr;
  }
}

.photo-credit {
  font-style: italic;
  font-size: 12px;
  margin: -5px 0 0 5px;
}

@media screen and (min-width: 420px) and (max-width: 760px) {
  #bio-pic {
  text-align: center;
  }
}

/* Word Carousel--------------------- */
.three-up:has(.wordCarousel) {
  grid-template-columns: 100%;
}

@media only screen and (min-width: 650px) {
  .three-up:has(.wordCarousel) {
    grid-template-columns: .5fr 550px .5fr;
  }
}

.wordCarousel {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-transform: none;
  letter-spacing: .2px;
  div {
      overflow: hidden;
      position: relative;
      float: right;
      height: 25px;
      border: 1px dotted;
      margin-top: -1px;
      li {
          padding: 0 5px;
          height: 45px;
          margin-bottom: 45px;
          display: block;
      }
  }
}

.flip3 { animation: flip3 10s cubic-bezier(.23, 1, .32, 1.2) infinite; }
.flip4 { animation: flip4 10s cubic-bezier(.23, 1, .32, 1.2) infinite; }

@keyframes flip3 {
  0% { margin-top: -270px; }
  5% { margin-top: -180px; }
  33% { margin-top: -180px; }
  38% { margin-top: -90px; }
  66% { margin-top: -90px; }
  71% { margin-top:0; }
  99.99% { margin-top:0; }
  100% { margin-top: -270px; }
}

@keyframes flip4 {
  0% { margin-top: -360px; }
  5% { margin-top: -270px; }
  25% { margin-top: -270px; }
  30% { margin-top: -180px; }
  50% { margin-top: -180px; }
  55% { margin-top: -90px; }
  75% { margin-top: -90px; }
  80% { margin-top:0; }
  99.99% { margin-top:0; }
  100% { margin-top: -360px; }
}

/* Tooltip---------------------------*/
.hover-text {
  display: inline-block;
  position: static;
  cursor: pointer;
  margin: -2px -3px -2px 0;
}

.hover-text > sup {
  color: #d84a3a;
}

/* one line of text is default, add class for more lines */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  border: 1px dotted #000;
  font-size: 14px;
  color: #000;
  background-color: #e1dfd1;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: -40px; 
  right: 10px;
  left: 10px;
}

.three-line { margin-top: -63px; }

.hover-text:hover .tooltip-text {
  visibility: visible;
}

@media only screen and (min-width: 760px) {
  .hover-text {
    position: relative;
  }
  
  .tooltip-text {
    width: 200px;
    top: -6px;
    left: -66px;
  }

  .two-line { top: -28px; }
  .three-line { top: -27px; }

/* overlay to cover up border line on nubbin */
  .tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #e1dfd1;
    padding: 5px;
    z-index: 1;
    bottom: -1.5px;
    right: 32px;
  }
/* nubbin with border line */
  .tooltip-text::after {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #e1dfd1;
    border: 1px dotted #000;
    padding: 5px;
    z-index: -1;
    bottom: -5px;
    right: 31px;
  }
}

/*--------------------------------------------------*/
/* NAV HEADER/SIDEBAR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.sidebar {
background-color: #eeede5;
position: fixed;
z-index: 3;
width: 100%;
left: 0;
top: 0;
}

/*logo and title===================*/
.sidebar-title {
  width: 230px;
  float:left;
  margin: 12px 0 0 15px;
}

.logo {
  padding-right: 10px;
  float: left;
  width: 45px;
}

.sidebar-title h3 {
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .02rem;
}

.tagline {
  margin:-5px 0 3px 0;
  font-size: 1.3rem
}

.sidebar-info {
    font-size: 1.25rem;
    padding-top: 10px;
    margin-bottom: 0rem;
    display: none;
  }

.sidebar hr {
  margin-left: 0;
  }


@media only screen and (min-width: 400px) {
  .logo {
    width: 55px;
  }

  .sidebar-title {
    width: 260px;
  }
  
  .sidebar-title h3 {
    font-size: 2.4rem;
  }

  .tagline {
    margin:-8px 0 5px 0;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 915px) and (max-width: 1149px) {
  .sidebar-container {
    background-color: #eeede5;
    position: fixed;
    height: 67px;
    top: 0;
    width: 100%;
  }
  header.sidebar {
    background-color: transparent;
  }

  html[data-theme=dark] {
    header.sidebar {
    background-color: transparent;
  }
  }
}

/* True Sidebar----------------------------*/
@media only screen and (min-width: 1150px) {
  header.sidebar {
    position: fixed;
    height: 100%;
    width: 260px;
    padding: 20px 0 20px 20px;
  }

  /* header.sidebar {
    margin: 20px 0 20px 20px;
    position: absolute;
  } */

  .sidebar-title {
    margin: 0;
    width: 240px;
  }

  .logo {
    width: 65px;
    float: none;
  }

  .tagline {
    font-size: 1.6rem;
    margin:-8px 0 15px 0;
  }

  .sidebar-info {
    display:block;
  }
}

/* light/dark toggle====================== */
.sun-and-moon>:is(.moon,.sun,.sun-beams) {transform-origin: center center;}
.sun-and-moon>:is(.moon,.sun) {fill: var(--icon-fill);}
.theme-toggle:is(:hover,:focus-visible)>.sun-and-moon>:is(.moon,.sun) {
  fill: var(--icon-fill-hover);}
.sun-and-moon>.sun-beams {
  stroke: var(--icon-fill);
  stroke-width: 2px;}
.theme-toggle:is(:hover,:focus-visible) .sun-and-moon>.sun-beams {
  stroke: var(--icon-fill-hover);}
[data-theme=dark] .sun-and-moon>.sun {transform: scale(1.75);}
[data-theme=dark] .sun-and-moon>.sun-beams {opacity: 0;}
[data-theme=dark] .sun-and-moon>.moon>circle {transform: translate(-7px);}
@supports (cx: 1) {
  [data-theme=dark] .sun-and-moon>.moon>circle {
      transform: translate(0); 
      cx: 17;}
}
@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon>.sun {
    transition: transform .5s var(--ease-elastic-3);}
  .sun-and-moon>.sun-beams {
    transition: transform .5s var(--ease-elastic-4),opacity .5s var(--ease-3);}
  .sun-and-moon .moon>circle {transition: transform .25s var(--ease-out-5);}
  @supports (cx: 1) {.sun-and-moon .moon>circle {
    transition: cx .25s var(--ease-out-5);}}
  [data-theme=dark] .sun-and-moon>.sun {
    transform: scale(1.75);
    transition-timing-function: var(--ease-3);
    transition-duration: .25s;}
  [data-theme=dark] .sun-and-moon>.sun-beams {
    transform: rotate(-25deg);
    transition-duration: .15s;}
  [data-theme=dark] .sun-and-moon>.moon>circle {
    transition-delay: .25s;
    transition-duration: .5s;}
}

.theme-toggle, .theme-toggle:focus {
  --icon-fill: #d84a3a;
  position: absolute;
  top: 3px;
  right: 40px;
  background: none;
  padding: 8px;
  margin: 0;
  border: 0 none;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline-offset: 5px;
  height: 40px;
  line-height: normal;
}

.theme-toggle:hover, .theme-toggle:focus {
  --icon-fill-hover: #e6897f;
  border: 0 none;
}

[data-theme=dark] .theme-toggle {
  --icon-fill: #57a6b9;
  --icon-fill-hover: #93c5d2;
}

.theme-toggle>svg {
  inline-size: 100%;
  block-size: 100%;
  stroke-linecap: round;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); /* flips moon horiz. until 1150px */
}

@media only screen and (min-width: 400px) {
  .theme-toggle,
  .theme-toggle:focus {
  top: 8px;
  right: 55px;
  }
}

@media only screen and (min-width: 915px) {
  .theme-toggle,
  .theme-toggle:focus {
  position: relative;
  float: right;
  top: 15px;
  right: auto;
  margin-right: 10px;
  }
}

@media only screen and (min-width: 1150px) {
  .theme-toggle,
  .theme-toggle:focus {
  float: none;
  top: auto;
  margin: 30px 0;
  }

  .theme-toggle>svg {
    -webkit-transform: none;
    transform: none; /* flips moon back to normal */
  }
}
        

/*menu list=======================*/
.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding:0 10px;
}

.nav-collapse button {
  text-align: center;
}

.nav-collapse button {
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

@media only screen and (min-width: 915px) {
  .nav-collapse {
    float: right;
    width: auto;
  }

  .nav-collapse,
  .nav-collapse ul {
    padding:0;
  }

  .nav-collapse li {
    float: left;
  }

  .nav-collapse li ul li {
    float: none;
   }
}

@media only screen and (min-width: 915px) and (max-width: 1149px) {
  .nav-collapse button, .nav-collapse a {
    margin: 17px 15px 0 0;
  }
}

@media only screen and (min-width: 1150px){
  .nav-collapse ul {
    margin-bottom: 1rem;
  }

  .nav-collapse a {
    margin: 0;
  }

  button.button.nav-button {
  margin-bottom: 0;
}
}

/*menu icons==============================*/
.menu-icon, .menu-hover-icon {
  font-family: "Yarndings 20", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  text-transform: none;
  vertical-align: baseline;
}

/*vertically align menu title text with icon*/
.menu-title .toggle {
  position: relative;
  top: -2px;
}

.menu-hover-icon,
.nav-button:hover .menu-icon {
  display: none;
}

.nav-button:hover .menu-hover-icon {
  display: inline;
}

/*menu dropdown list========================*/
li.menu-item ul li {
    text-align: left;
    padding-left: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: .1rem;
    text-decoration: none;
    margin: 0;
   }

#dropdown-list {
  display: none;
}

@media only screen and (min-width: 915px) and (max-width: 1149px) {
  #dropdown-list {
    border: 1px dotted;
    margin-top: 17px;
    margin-right: 15px;
    background-color: #eeede5;
    box-shadow: .5px .5px #80808080;
  }

  li.menu-item ul li {
    padding-left: 12px;
  }
}

/*menu dropdown sublist styling------------*/
li.menu-item ul li ul {
  list-style: inside;
}

li.menu-item ul li ul li {
  list-style-type: square;
    margin-left: -10px;
}

/*menu dropdown toggle*/
.toggle {
  writing-mode:vertical-rl;
  line-height: 12px;
}

/*responsive nav styles====================*/
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

/*set max height to include nested dropdown*/
.nav-collapse.opened {
  max-height: 9999px !important;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 915px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/*nav hamburger toggle======================*/
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 45px;
  float: right;
}

.nav-toggle:hover {
  text-decoration: none;
}

.nav-toggle:before {
  color: #222; /* Edit this to change the icon color */
  font: normal 25px/45px "icomoon"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\68"; /* Hamburger icon */
  text-indent: 0;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 400px) {
  .nav-toggle {
    width: 60px;
    height: 55px;
  }

  .nav-toggle:before {
    font-size: 28px;
    line-height: 55px;
  }
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/*mobile mask for when navbar is opened=====================*/
.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 915px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* Thumbnail Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– 
.thumbnail-grid *, .thumbnail-grid *:before, .thumbnail-grid *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.thumbnail-grid {
  margin: 0 auto;
  text-align: center;
}

.thumbnail-grid ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

.thumbnail-grid li {
    width: 32%; height: auto;
    position: relative;
    float: left;
    margin: 5px;
    padding: 0 0 170px 0;
    overflow:hidden;
}

.thumbnail-grid img {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }

.caption {
  width: 100%; height: auto;
  background-color: white;
  position: absolute;
  z-index: 2;
  color: #222;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 60px 20px 20px;
  opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
}

.caption p {
  font-size: 1.4rem;
  font-style: italic;
  text-transform: lowercase;
}

.caption:hover {
  opacity:.85;
  }

@media screen and (max-width: 810px) {
    .thumbnail-grid li {
        width: 48%;
    }
}

@media screen and (max-width: 550px) {
    .thumbnail-grid li {
        width: 100%;
        padding: 0 0 200px 0;
    }  
}*/


/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  grid-template-columns: .5fr 1fr .5fr;
  display: grid;
  align-items: end;
  text-align: center;
  padding: 0 10px;
}

.pagination a {
  border-bottom: none;
}

.pagination h6 {margin-bottom: 0;}

.previous, .next, .pagination-centre {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.previous, .next {
  position: relative;
  top: -2px;
}

.previous {
  justify-content: left;
}
.next {
  justify-content: right;
}



/* 
@media (max-width: 850px) {
  .pagination p {
    display: none;}
}

@media (max-width: 650px) {
  .pagination h4 {
    display: none;
  }
}

/* For devices smaller than 480px */
/* @media (max-width: 480px) {
  .pagination {
    width: 100%;
    height: 60px;
    border: 0;
    }
  .previous-box, .top-box, .next-box {
    height: 60px !important;
    padding: 0;
    border: 0 !important;
  }
  .pagination .icon {
    padding-top: 8px !important;
  }
}

.previous-box, .top-box, .next-box {
  display: inline-block;
  vertical-align: middle;
  height: 85px;
  border-bottom: 0;
  color: #222;
}
 */
/* .top-box {width: 25%; }
.previous-box, .next-box {width: 30%; }

.previous-box:hover, .next-box:hover, .top-box:hover {
    border-bottom: 0;
}

.previous-box {
  text-align: right; 
  padding-right: 2%;
  border-right: 2px solid #C0B035;
}

.next-box {
  text-align: left; 
  padding-left: 2%;
  border-left: 2px solid #C0B035;
}

.top-container {
  position: absolute;
  margin-left: -22px;
  border: 0;
}

.top-container:hover {
  border: 0;
}

.pagination .icon {
  font-size: 44px;
  line-height: 1;
  padding-top: 20px;
  color: #C0B035;
}

.icon.previous {
  float: left;
  margin-left: 10%;
}

.icon.next {
  float: right;
  margin-right: 10%;
} */

/* About Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.small-img *, .small-img *:before, .small-img *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.big-img, .small-img {
  float: left;
}

.big-img {
  width: 63%;
  padding-right: 6px;
}

.small-img {
  width: 36%;
}

.big-img img, .small-img img {
  width: 100%;
}

.coverup {
  display: inline-block;
  margin-top: -20px;
  height: 30px;
  width: 100%;
  background-color: #f8f9f2;
  z-index: 1000;
}

@media (max-width: 915px){
  .small-img {
    width: 36%;
  }
}

@media (max-width: 650px){
  .small-img {
    width: 35.5%;
  }
}

@media (max-width: 550px){
  .big-img, .small-img {
  width: 100%;
  padding: 0;
  }

  .small-img img {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    }

  .small-img img:first-child {
    padding-right: 5px;
  }

  .coverup {display: none;}
}

.supplies {
  padding-bottom: 5%;
}

.profile  {
  width: 35%;
  float: left;
}

.about-bio {
  margin: 0 5%;
}

.about-bio-text {
  margin-left: 40%; 
}

.about-bio h4 {
  padding: 20px 0;
  }


@media (max-width: 450px){
.profile {
  width: 70%;
  float: none;
}
  
.about-bio, .about-bio-text {
  margin: 0 auto;
}

.about-bio {
  text-align: center;
}

.about-bio p {
  text-align: left;
}
}

.about-bio-contact {
  text-align: center;
  margin-top: 20px;
}

.about-bio-contact .icon.mail {
  font-size: 25px;
  color: #C0B035;
  vertical-align: middle;
  padding: 0 5px;
}

@media (max-width: 915px){
  .button.b-bluesky, .button.b-etsy, .button.b-insta,
  .button.b-youtube {
    padding: 0 2%;
    line-height: 30px;
    font-size: 13px;
    margin: 4px 2.5px;
  }
}

@media (max-width: 550px){
  .about-bio-contact h4.u-inline {
    display: block;
  }
  .about-left {
    text-align: left;
  }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.main-footer {
  text-align: center;
  font-size: 1.25rem;
}

footer.main-footer .social {
  display: table; 
  margin: 0 auto;
  padding-left: 15px;
  align-self: center;
}

/* Larger than desktop */
@media only screen and (min-width: 1150px) {
  footer.main-footer {
    display: none;
  }
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Remove link underline */
a img,
.image_link,
.image_link:hover,
button.nav-button a,
.social a, .social a:hover,
.sidebar-title a, 
.photoset-cell a,
.highres-link a,
.no-link-border, 
.no-link-border:hover { 
  /* border-bottom: 0 none; */
  text-decoration: none;
}

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both;
}

/* Smallest Hamburger = max 400px*/
/* Columns to 1fr = max 420px */

/* Larger than mobile */
@media only screen and (min-width: 640px) {}

/* Larger than tablet */
@media only screen and (min-width: 768px) {}

/* HEADER */
@media only screen and (min-width: 915px) {}

/* Larger than desktop */
@media only screen and (min-width: 1024px) {}

/* SIDEBAR */
@media only screen and (min-width: 1150px) {}

/* Larger than Desktop HD */
@media only screen and (min-width: 1280px) {}


/* Colours */
.light {color: #eeede5; }
.grey {color: #655D5D; }
.dark {color: #1a1a1a; }
.red {color: #d84a3a; }

/* 
Colours:
BG: #eeede5
DarkBG: #1a1a1a
red: #d84a3a
yellow: #e0bf5d
blue: #6bc1d6
deep blue: #57a6b9
*/

/* DREAM GAME */
.wrapper.dreamgame-wrapper {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.wrapper.dreamgame-enter-wrapper {
  margin-left: 0;
  margin-top: 0;
  text-align: center;
}

/* Larger than desktop */
@media only screen and (min-width: 1150px) {
  .dreamgame-footer.main-footer {
    display: block;
  }
}

.dreamgame-footer .theme-toggle {
  position: relative;
  float: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px 0;
}

.dreamgame-enter {
  background-image: url(../images/dreamgame/starry-sky-pattern.jpg);
  display: grid;
  align-items: center;
  justify-items: center;
  padding-top: 40px;
}

.archway, .wrapper.dreamgame-enter-wrapper h3 {
  grid-row: 1;
  grid-column: 1;
  z-index: 3;
  max-width: 200%;
}

.clouds {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: 25%;
  padding-top: 10px;
}

@media only screen and (min-width: 640px) {
  .dreamgame-enter img {
  max-width: 150%;
  }

  .clouds {
  width: 19%;
  padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .dreamgame-enter img {
    max-width: 100%;
  }
  .clouds {
  width: 13%;
  }
}

html[data-theme=light] {
  .wrapper.dreamgame-wrapper {
    background-image: url(../images/dreamgame/blue-sky-pattern.jpg);
  }
}

html[data-theme=dark] {
.wrapper.dreamgame-wrapper {
  background-image: url(../images/dreamgame/Twinkling_Stars.gif);
  }
}

.dreamgame-headline {
  margin: -10% auto;
}

.dreamgame-wrapper > .img-row {
  align-items: center;
}

.dreamgame-project > .img-row {
  align-items: center;
}