@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* end of normalize */
@viewport {
  zoom: 1;
}
html {
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

img,
svg,
video {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

.clearfix {
  clear: both;
}

.hideme {
  display: none;
  visibility: hidden;
}

body {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 800px) {
  body {
    padding-bottom: 4.5rem;
  }
}

.alignFull {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}

.hide {
  visibility: hidden;
}

.tools {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 1rem;
  font-size: 0.9em;
  color: #fff;
  background-color: #555;
}
.tools b {
  text-transform: uppercase;
  font-size: 0.8em;
}
.tools a {
  color: inherit;
  text-decoration: underline;
}
.tools a:hover {
  opacity: 0.3;
}

.navigation {
  display: inline-block;
  padding: 0.5rem 0.5rem 1rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background-image: url("/imgs/a-nav1.png");
  background-size: 100% 100%;
}
.navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background-image: url("/imgs/a-texture.png");
  background-repeat: repeat;
  background-blend-mode: overlay;
  -webkit-mask-image: url("/imgs/a-nav1-mask.png");
          mask-image: url("/imgs/a-nav1-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.navigation h3 {
  position: relative;
  z-index: 99;
}
.navigation ul {
  display: none;
}

ul.nav {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
}
.index ul.nav li a {
  display: block;
  padding: 0.125rem;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.9em;
  background-image: url("/imgs/a-footer1.png");
  background-size: 100% 100%;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("/imgs/a-texture.png");
  background-repeat: repeat;
  background-blend-mode: overlay;
  -webkit-mask-image: url("/imgs/a-footer1-mask.png");
          mask-image: url("/imgs/a-footer1-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media only screen and (max-width: 800px) {
  footer {
    background-size: auto 100%;
  }
  footer::before {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
footer ul.nav {
  position: relative;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  padding-top: 1rem;
}
footer ul.nav li {
  width: 33%;
  flex-grow: 1;
  display: table;
  padding: 0.5rem 1rem 0.75rem;
  text-align: center;
}
footer ul.nav li::before, footer ul.nav li::after {
  display: table-cell;
  vertical-align: middle;
  width: 1.2em;
  font-size: 0.8em;
}
footer ul.nav .home {
  order: 2;
}
footer ul.nav .prev {
  order: 3;
  text-align: right;
}
footer ul.nav .prev::after {
  content: "►";
  padding: 0 0 0 0.25rem;
}
footer ul.nav .next {
  order: 1;
  text-align: left;
}
footer ul.nav .next::before {
  content: "◄";
  padding: 0 0.25rem 0 0;
}

body.index {
  padding-bottom: 0;
}

.grid {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 20rem;
  grid-template-rows: 100px 150px auto 1fr;
  grid-template-areas: "feature sidebar" "feature sidebar" "main sidebar" "main sidebar";
  align-content: start;
}
.grid .feature {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: feature;
}
.grid .projects {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  position: relative;
  grid-area: main;
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
}
.grid h3.title,
.grid section.about,
.grid section.aboutnav,
.grid section.footer {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  grid-area: sidebar;
  grid-row-end: span 1;
  margin: 0;
  text-align: center;
  padding: 0.5rem;
}
.grid h3.title {
  grid-row: 1/2;
  padding-top: 0.5rem;
}
.grid section.about {
  grid-row: 2/4;
}
.grid section.footer {
  grid-row: 4/5;
}
@media only screen and (max-width: 800px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "mobile";
  }
  .grid h3.title {
    grid-area: mobile;
    grid-row: 1/2;
    padding-bottom: 0.5rem;
  }
  .grid .feature {
    grid-area: mobile;
    grid-row: 2/3;
    height: 200px;
  }
  .grid section.about {
    grid-area: mobile;
    grid-row: 3/4;
  }
  .grid .projects {
    grid-area: mobile;
    grid-row: 4/5;
  }
  .grid section.footer {
    grid-area: mobile;
    grid-row: 5/6;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 800px){
  .grid h3.title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid .feature {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid section.about {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid .projects {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid section.footer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.grid section.footer {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.grid a.proj {
  position: relative;
  display: flex;
  flex-grow: 1;
  min-height: 200px;
  width: 50%;
}
.grid a.proj.featured {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .grid a.proj {
    width: 100%;
  }
}
.grid a.proj .projimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  transition: 200ms;
}
.grid a.proj .title {
  z-index: 9;
  width: 100%;
  align-self: center;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 200ms;
}
.grid a.proj:hover .projimg {
  opacity: 0.3;
  filter: blur(5px);
}
.grid a.proj:hover .title {
  opacity: 1;
}

header {
  position: relative;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.5rem 1.5rem;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background-image: url("/imgs/a-header1.png");
  background-size: 100% 100%;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  -webkit-mask-image: url("/imgs/a-header1-mask.png");
          mask-image: url("/imgs/a-header1-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media only screen and (max-width: 800px) {
  header {
    background-size: auto 100%;
  }
  header::before {
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
header h2 {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  header h2 {
    width: 100%;
  }
  header h2::before {
    content: ".";
    position: relative;
    z-index: 99;
    float: right;
    width: 115px;
    opacity: 0;
    font-size: 0.5em;
  }
}

article {
  padding: 1rem 1rem 0;
}

article > * {
  max-width: 50rem;
  margin: 0 auto 2rem;
  text-align: center;
}

body {
  color: #222;
  font-family: "Open Sans", sans-serif;
}

p {
  line-height: 1.3em;
}

p,
article > p {
  margin-bottom: 0.5rem;
}

.small {
  font-size: 0.8em;
}

p + p.small {
  margin-top: -0.5rem;
}

a {
  color: #8361A0;
  text-decoration: none;
}
a:hover {
  color: #96F;
}

.navigation h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.6);
}
.navigation h3 a {
  color: black;
}
.navigation h3 a:hover {
  opacity: 0.3;
  text-decoration: underline;
}

.index ul.nav li a:hover {
  background-color: #8361A0;
  color: white;
}

.index h3 {
  font-size: 4em;
}

footer a {
  color: black;
}
footer a:hover {
  color: black;
  opacity: 0.3;
  text-decoration: underline;
}
footer .home {
  font-weight: bold;
}
footer .prev, footer .next {
  font-size: 0.9em;
}

.projects a.btn {
  position: absolute;
  z-index: 88;
  bottom: 1rem;
  right: -0.5rem;
  padding: 1rem;
  transform: rotate(5deg);
  color: #8361A0;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 200ms;
  background-image: url("/imgs/a-btn1-purple.png");
  background-size: 100% 100%;
}
@media only screen and (max-width: 800px) {
  .projects a.btn {
    right: 1rem;
    bottom: -0.5rem;
  }
}
.projects a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  background-color: #eee;
  background-image: url("/imgs/a-texture.png");
  background-repeat: repeat;
  background-blend-mode: overlay;
  -webkit-mask-image: url("/imgs/a-btn1-mask.png");
          mask-image: url("/imgs/a-btn1-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.projects a.btn:hover {
  transform: rotate(0);
  cursor: pointer;
  color: #eee;
}
.projects a.btn:hover::before {
  background-color: #8361A0;
}

a.proj {
  transition: background-color 200ms;
}
a.proj .projimg {
  opacity: 1;
  transition: opacity 1000ms;
}

a.proj.initialise {
  background-color: #ccc !important;
}
a.proj.initialise .projimg {
  opacity: 0;
}

a.btn.initialise {
  opacity: 0;
}

a.proj {
  -webkit-mask-image: url("/imgs/a-thumb1-mask.png");
          mask-image: url("/imgs/a-thumb1-mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.smallpix {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 5rem;
}
.smallpix img {
  max-height: 250px;
}

.linebreak {
  width: 100%;
}