/*
*   MEASURE
*   Generated Mon Mar 13 2017 15:09:55 GMT+1300 (NZDT)
*/
/*
*   Units
*/
/* Unit divisions */
/* Unit multiplications */
/*
*   Proportional units
*/
/* Proportional unit divisions */
/* Proportional unit multiplications */
/* Ratios */
/* Type scale (Default 16px) */
/* Layout scale */
/* Fibonnaci series */
[hidden] {
  display: none !important;
}

@font-face {
  font-family: "mono-d";
  src: url("/assets/mono-d.woff2") format("woff2"), url("/assets/mono-d.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Space Mono", monospace;
  font-style: normal;
  font-weight: 400;
}

body {
  color: #282828;
}

.font-smooth {
  -webkit-font-smoothing: antialiased;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: white;
  margin: 0 0 1em 0;
  -webkit-font-smoothing: antialiased;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

p,
li,
a,
input,
textarea,
select {
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #acacac;
  margin: 0 0 1em 0;
}

h1 {
  font-size: 4rem;
  margin: 0;
}
h1 span {
  font-size: 2rem;
  font-weight: 400;
}

h3,
h3 a {
  font-size: 1rem;
}

.svg {
  background: #282828;
  padding: 48px;
  display: flex;
  justify-content: center;
}
.svg svg {
  height: 24px;
  width: auto;
  stroke: red;
  stroke-width: 3px;
}

.projects {
  padding: 0 48px 48px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 36px;
}
@media (max-width: 767px) {
  .projects {
    padding: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.news {
  margin: 0 48px 24px 72px;
  padding: 0;
  list-style-type: square;
  display: flex;
}
.news li {
  margin: 0 36px 12px 0;
  display: flex;
}
.news li span {
  margin: 0 12px 0 0;
}
.news .date {
  color: #eb4a19;
}

.project {
  background: #242424;
  padding: 6px;
  display: block;
}
.project .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: white;
}
.project .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project a:hover {
  color: #eb4a19;
}
.project ul.tags {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.project ul.tags li {
  background: #eb4a19;
  color: #242424;
  margin: 6px 6px 0 0;
  padding: 0 12px;
  font-size: 0.8rem;
  border-radius: 12px;
  font-weight: bold;
}
.project ul.tags li.tag-green {
  background: #75ee00;
}
.project ul.tags li.tag-purple {
  background: #EE13C8;
  color: black;
}
.project ul.tags li.tag-red {
  background: #eb4a19;
  color: white;
}
.project ul.tags li.tag-grey {
  background: #acacac;
}
.project ul.tags li.tag-outline {
  background: #282828;
  border: 1px solid #333;
}
.project .description {
  background: #333;
  padding: 18px 18px 24px 18px;
  height: 192px;
  position: relative;
}
.project .description h3 {
  margin: 0;
}
.project .description a {
  padding: 12px;
  background: #282828;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.project-header {
  margin: 0 48px;
}

.image {
  overflow: hidden;
}
.image picture img.lazyloading,
.image picture img.lazyload {
  transform: scale(1.2);
  filter: blur(10px);
}

.grid {
  display: flex;
  flex-flow: row wrap;
}

.grid > * {
  flex-basis: 20rem;
  flex-grow: 1;
}

.grid.right {
  flex-flow: row-reverse wrap;
}

header {
  padding: 48px 48px 0 48px;
  display: flex;
  justify-content: space-between;
}
header h1 {
  margin: 0 0 12px 0;
  background: #1a1a1a;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #5c5c5c;
  padding: 6px 12px;
  border: none;
}
header h1,
header h1 a {
  color: #acacac;
  font-size: 1rem;
}
header h1:hover {
  border-color: #eb4a19;
}
header p {
  color: #acacac;
}
header h2 {
  font-size: 1rem;
  color: #acacac;
}
header .web {
  display: flex;
}
header .web a {
  padding: 6px;
  margin: 0;
}
header .web a:hover svg {
  fill: white;
}
header .web svg {
  width: 24px;
  height: 24px;
  fill: #acacac;
}
@media (max-width: 767px) {
  header {
    padding: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #282828;
}

main {
  padding: 120px;
}
@media (max-width: 767px) {
  main {
    padding: 24px;
  }
}

.sections > div {
  padding: 0 24px 0 0;
  flex: 1 1 25%;
  margin: 24px 0 0 0;
}
.sections > div p {
  margin: 0 0 12px 0;
}
.sections > div img {
  max-width: 100%;
}

/*# sourceMappingURL=main.min.css.map */
