.outer-pages {
  color: #ff2618;
  background-color: #060303; }
  .outer-pages a {
    color: #2f6cff;
    font-weight: bold; }
  .outer-pages a:hover {
    color: #5898ff;
    font-weight: bold; }
  .outer-pages a:visited:hover {
    color: #0078e7;
    font-weight: bold; }
  .outer-pages a:visited {
    color: #8C00FF;
    font-weight: bold; }
  .outer-pages a:active {
    color: #8C00FF; }
  .outer-pages h1 {
    color: #ff2618;
    text-shadow: 0 0 0.2em #550000; }
  .outer-pages figure {
    display: inline;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0; }

.main-navigational-list {
  list-style: none inside none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center; }

.main-navigational-list li {
  margin-top: 2px; }

.header {
  clear: both;
  display: flex;
  height: 100%; }

.centre-col-cluster {
  text-align: center;
  width: 620px;
  max-width: 100vw;
  margin: 0 auto; }

.room {
  clear: both;
  display: inline-block;
  margin: 20px;
  min-width: 110px; }

.comms-room {
  vertical-align: middle;
  min-width: 155px; }

.project-room {
  vertical-align: top; }

.room img {
  width: auto;
  height: 100%; }

.red-links a {
  color: red;
  font-weight: bold;
  text-decoration: none; }

.red-links a:visited {
  color: red; }

.red-links a:active {
  color: red; }

.italic {
  font-style: italic; }

.vert-space {
  margin-top: 20px;
  margin-bottom: 20px; }

.dedication {
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 0px; }

.dedication-big {
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 0px; }

.left-aligned-article-img {
  float: left;
  padding-right: 20px; }

.right-aligned-article-img {
  float: right;
  padding-right: 20px; }

.narrow {
  max-width: 70ch;
  margin: 0 auto;
  padding: 0 1em; }

.even-narrower {
  max-width: 52ch;
  margin: 0 auto;
  padding: 0 1em; }

.outer-page-text-blocks {
  width: 800px;
  max-width: 95vw;
  margin: 0 auto; }

.outer-page-text-blocks p {
  margin-top: 20px;
  line-height: 1.56;
  text-align: left; }

.light-blue-text {
  color: #00AAFF; }

.blue-text {
  color: #2f6cff; }

.blue-text em {
  font-size: 1.3em; }

h1.norican {
  font: 100% Norican;
  font-size: 3.4em;
  text-shadow: 1px 1px #dbfffa; }

.room img.nocturnal-pleasures {
  width: 110px;
  height: auto; }

/* responsive stuff */
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.4em; } }
@media screen and (min-width: 768px) {
  body.outer-pages {
    margin-left: 50px;
    margin-right: 50px; }

  .header-text {
    font-size: 1em; } }
@media (max-width: 600px) {
  .top-icons {
    display: flex;
    justify-content: center;
    flex: 1;
    flex-wrap: wrap;
    width: 100%; }

  .at-the-top {
    width: 40%;
    height: auto; }

  .room {
    margin-left: 2px;
    margin-right: 2px; }

  .room img {
    max-width: 100%;
    height: auto; }

  .comms-room a {
    max-width: 100px;
    height: auto; }

  .project-room {
    width: 40%; }

  .header-text {
    font-size: 1em;
    width: 60vw; } }
@media (max-width: 400px) {
  .header-text {
    font-size: 0.9em;
    width: 60vw; }

  .header-quote {
    font-size: 1em; }

  .three-col-cluster {
    width: 400px; } }
@media (max-width: 768px) {
  .header-container {
    display: none; } }

/*# sourceMappingURL=gallery.css.map */
