body {
	font-family: kigelia-lgc, sans-serif;
}

a {
	color: #B33771;
}

header {
	padding: 25px 25px;
}

header h1 {
	font-family: kigelia-lgc, sans-serif;
	margin-left: 15px;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: -0.05em;
	color: #222;
}

header h1 a {
	color: #222;
}

header nav ul {
	float: right;
	padding-top: 10px;
}

header nav ul li {
	padding: 0 15px;
	display: inline;
}

header nav ul li a {
	font-size: 1.1em;
	color: #222;
}

.grid-container.narrow {
  max-width: 60rem;  /* about 960px */
}

main {
	padding: 100px 0;
}

main img {
	border-radius: 8px;
	box-shadow: 0px 0px 200px #351f1026;
}

figcaption {
	font-family: kigelia-lgc, sans-serif;
	font-size: 0.8em;
	margin-top: 1.25em;
	line-height: 1.5em;
	font-weight: 400;
	color: #555;
}

main h1 {
	font-family: kigelia-lgc, sans-serif;
	font-size: 3em;
	margin-bottom: 1em;
	font-weight: 400;
	letter-spacing: -0.05em;
	color: #222;
}

main h2 {
	font-family: "adriane", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	margin-top: 15px;
	color: #222;
}
main h3 {
	font-family: "adriane", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	margin-top: 25px;
	color: #222;
}
main h4 {
	font-family: "adriane", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.75em;
	margin-top: 25px;
	margin-bottom: 35px;
	color: #222;
}

main h5 {
	font-family: "adriane", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25em;
	margin-top: 15px;
	color: #222;
}

.no-box-shadow {
	box-shadow: none !important;
}

.content-container {
	margin-top: 50px;
	padding: 50px;
}

.content-container h5 {
	padding: 0 !important;
	margin: 0 !important;
}

.content-container p {
	margin-top:15px;
}

 .section-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    } 
	  
	  .pixel-rect { 
		  display: grid;
		  grid-template-columns: repeat(23, 5px); /* 10 blocks per row */
		  grid-auto-rows: 5px;                    /* 10px tall rows */
		  gap: 0;                                  /* no space between blocks */
		}

		.pixel-block {
		  width: 10px;
		  height: 10px;
		  background: #f1c40f;         /* initial color */
		  box-sizing: border-box;
		  border-radius: 50%;
/*		  box-shadow: 0 0 50px #ddd;*/
		}
	  
.phase-overlay {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 3rem;
  text-align:center;
  z-index: 200;
  color: #aaa;
  pointer-events: none;      /* don't block scroll or clicks */
  font-family: kigelia-lgc, sans-serif !important;
}

.phase-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.phase-subtitle {
  font-size: 1.15rem;
  font-weight: 300;
  margin: 0.25rem 0 0;
  opacity: 0.8;
}


.grid-x.align-middle .cell + .cell {
  padding-left: 3rem;  /* Adds space only between adjacent cells */
}

footer {
	padding: 50px;
}

footer p {
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #999;
	margin-top: 10px;
}

footer ul {
	text-align: center;
}

footer ul li {
	padding: 0 15px;
	display: inline;
	font-size: 0.9em;
	color: #999;
}

/* Small screens only */
@media screen and (max-width: 39.9375em) {
	header h1 {
		margin-left: 0;
		text-align: center;
	}

	header nav ul {
		float: none;
		text-align: center;
	}
	main {
		padding: 50px 50px !important;
	}
	.photo {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	  }
	.photo-description {
		padding: 0 50px;
	}
	.grid-x.align-middle .cell + .cell {
	  padding-left: 0;  /* Adds space only between adjacent cells */
	}
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
               "Liberation Mono", "Courier New", monospace;
}
