@font-face {
  font-family: "Source Sans Pro";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("fonts/SourceSansVariable-Roman.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  src: url("fonts/SourceSansVariable-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Code Pro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("fonts/SourceCodePro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Code Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("fonts/SourceCodePro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Compressa MICRO";
  font-display: swap;
  src: url("fonts/Compressa-MICRO-GX-Rg.woff2") format("woff2"), url("fonts/Compressa-MICRO-GX-Rg.woff") format("woff"), url("fonts/Compressa-MICRO-GX-Rg.ttf") format("truetype");
}
svg.svg-sprite {
  display: none;
}

.ds-blue {
  fill: #0064c8;
}

.ds-blue-50procent {
  fill: #7fb2ff;
}

.ds-white {
  fill: #fff;
}

.ds-grey {
  fill: #262626;
}

.ds-grey-50procent {
  fill: rgba(0, 0, 0, 0.5);
}

.ds-line {
  fill: rgba(0, 0, 0, 0.1);
}

#subnavigation,
div,
span,
section,
footer {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #262626;
  background: #fff;
}

body {
  font-size: 1.85rem;
  padding: 0;
  margin: 0;
}

section:last-child:not(.slide) {
  padding-bottom: 30rem;
}

pre {
  overflow: auto;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

h1 {
  margin-top: 0;
  font-size: 5rem;
  line-height: 100%;
  font-weight: 600;
}
@media screen and (max-width: 65em) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 100%;
  font-weight: 300;
}
@media screen and (max-width: 65em) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 600;
}

h4 {
  font-size: 100%;
  font-weight: 600;
  margin: 2rem 0 0.5rem;
}

h6,
h5 {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 2rem 0 0.3rem;
}

dt,
th,
strong,
b {
  font-weight: 600;
}

a {
  color: #0064c8;
  text-decoration: none;
  padding: 0;
  transition: color 0.25s ease;
}
a:hover {
  text-decoration: underline;
}
a svg.icon {
  vertical-align: middle;
  transform: translate(-5px, -2px);
}
a.totheleft svg.icon {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

abbr[title] {
  text-decoration: none;
}

code .string {
  color: #f18900;
}

ul {
  margin: 1rem 0 1rem 2rem;
}
.page-content ul {
  padding: 0;
}

.column-grid-3 {
  display: grid;
  padding: 2rem;
}
@media screen and (max-width: 42.5em) {
  .column-grid-3 {
    padding: 0;
  }
}
.column-grid-3.projects {
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
}
@media screen and (max-width: 53.75em) {
  .column-grid-3.projects {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }
}
.expertises .column-grid-3 {
  grid-gap: 8rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 65em) {
  .expertises .column-grid-3 {
    display: block;
  }
}

ul.archive {
  list-style-type: none;
  margin: 0;
}
ul.archive li {
  padding: 1.8rem 0 1.8rem 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 110%;
}
ul.archive li svg {
  position: absolute;
  margin: -0.4rem 0 0 -3rem;
}
ul.archive span {
  font-style: italic;
  margin: 0 0.5rem 0 0;
}

.projects {
  padding: 6rem;
  background: url(bg-projects.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 65em) {
  .projects {
    padding: 2rem;
  }
}
.projects a:hover {
  text-decoration: none;
}
.projects .grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #262626;
  background-color: #fff;
  box-sizing: border-box;
  transition: background-color 0.1s ease, transform 0.1s ease, color 0.1s ease;
}
.projects .grid-item:hover {
  background-color: #0064c8;
  color: white;
  transform: scale(1.02);
}
.projects .grid-item:hover .meta {
  color: white;
}
.projects .grid-item:hover .blackwhite {
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.projects .grid-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.projects .grid-item-text {
  padding: 4.6rem 4.8rem 2rem;
  flex-grow: 1;
}
.projects .grid-item-title {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-family: "Compressa MICRO", sans-serif;
  font-size: 2.4rem;
  font-variation-settings: "wght" 600, "wdth" 80, "ital" 10;
  line-height: 120%;
}
.projects .grid-item-img {
  width: 66.6%;
  overflow: hidden;
  margin: auto 0 0 auto;
}
.projects .grid-item-img img {
  width: 100%;
  height: 18rem;
  vertical-align: top;
  object-fit: contain;
  object-position: bottom right;
}
.projects .meta {
  position: relative;
  right: 0;
  padding: 0.8rem 2.8rem 1.6rem;
  text-align: right;
  font-size: 1.2rem;
  text-transform: uppercase;
}

blockquote {
  position: relative;
  background-color: rgba(0, 190, 109, 0.2);
  padding: 4rem 5rem 2rem;
  margin: 3rem 0;
}
@media screen and (max-width: 42.5em) {
  blockquote {
    padding: 2rem 2.4rem 2.4rem 3.6rem;
  }
}
blockquote::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
blockquote h4 {
  margin: 0 0 1.6rem;
  font-size: 5rem;
  font-weight: 100;
  line-height: 100%;
}
@media screen and (max-width: 65em) {
  blockquote h4 {
    font-size: 2.4rem;
  }
}
blockquote .auteur {
  margin-top: 1rem;
  text-align: right;
}
blockquote .toggle-quote {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: rotate(90deg);
}
blockquote .toggle-quote + div {
  overflow: hidden;
}
blockquote .toggle-quote + div > div {
  transition: margin-top 0.25s ease-out;
  margin-top: -1500px;
  padding: 12px 0;
}
blockquote input[type=checkbox] {
  display: none;
}
blockquote input[type=checkbox]:checked + .toggle-quote {
  transform: rotate(-90deg);
}
blockquote input[type=checkbox]:checked + .toggle-quote + div > div {
  margin-top: 0;
}

.pagenav {
  position: absolute;
  top: 8rem;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  opacity: 0.25;
  background-image: url("arrow-black.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 65em) {
  .pagenav {
    top: 5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 42.5em) {
  .pagenav {
    display: none;
    visibility: hidden;
  }
}
.pagenav:hover {
  opacity: 1;
}
.pagenav.next {
  left: 4vw;
  transform: rotate(180deg);
}
.pagenav.prev {
  right: 4vw;
}

.page-content {
  padding: 8rem 0;
  margin: 0 auto;
  width: 54vw;
  max-width: 768px;
  position: relative;
}
.page-content h1 {
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 75, "ital" 10;
  font-size: 5.7rem;
  line-height: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 65em) {
  .page-content h1 {
    font-size: 3rem;
  }
}
.page-content h2 {
  margin: 1.8rem 0 1.2rem 0;
  font-weight: bold;
}
.page-content h3 {
  margin: 1.8rem 0 1.2rem 0;
}
.page-content p {
  line-height: 150%;
  margin: 1.5rem 0;
}
.page-content p.hr-spam-warning {
  line-height: 100%;
  margin: 2em 0;
}
.page-content ul,
.page-content ol {
  line-height: 150%;
}
.page-content .svg-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  padding: 0;
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 75, "ital" 0;
  text-transform: uppercase;
  color: #262626;
}
.page-content .svg-container .svg-title {
  font-variation-settings: "wght" 600, "wdth" 100, "ital" 0;
  text-transform: none;
  font-size: 2.8rem;
  fill: #0064c8;
}
.page-content .svg-container .svg-legenda {
  font-variation-settings: "wght" 600, "wdth" 100, "ital" 0;
  font-size: 1.8rem;
}
.page-content .svg-container svg {
  width: 100%;
}
.page-content img {
  display: block;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  margin: 2.4rem 0 1.8rem;
}
.page-content img.half-width {
  max-width: 50%;
}
.page-content span.icon {
  display: inline-block;
}
.page-content figure {
  margin: 2.4rem 0;
}
.page-content figure img {
  margin-bottom: 0.5rem;
}
.page-content figure figcaption {
  font-size: 1.6rem;
  font-style: italic;
}
.page-content figure.marker-style {
  position: relative;
}
.page-content figure.marker-style figcaption {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 200, "wdth" 75, "ital" 0;
  position: absolute;
  bottom: 4rem;
  display: inline-block;
  padding: 2rem 3.2rem 2.3rem;
  background-color: #0064c8;
  color: white;
  border-left: 0.8rem solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 65em) {
  .page-content {
    width: 72vw;
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 42.5em) {
  .page-content {
    width: 84vw;
    padding: 4rem 0 8rem;
  }
}

.about {
  padding: 0.6rem 0;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 42.5em) {
  .about {
    padding-left: 68px;
  }
}
.about a {
  font-style: normal;
  padding: 0;
}
@media screen and (max-width: 42.5em) {
  .about a {
    display: block;
  }
}
.about svg {
  transform: translate(0, -2px);
}
.about .author::after {
  font-weight: 100;
  content: " - ";
}
.about img.avatar {
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  border: 4px solid #e5e5e5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 0.6rem;
  line-height: 0;
}
@media screen and (max-width: 42.5em) {
  .about img.avatar {
    left: 0;
    top: 4px;
    position: absolute;
  }
}

#sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin-top: -60px;
  text-align: center;
  transition: margin-top 0.25s ease-out;
  background: rgba(0, 100, 200, 0.77);
  color: white;
}
#sticky.show {
  margin-top: 0;
}
#sticky div {
  display: block;
  font-size: 1.9rem;
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 75, "ital" 0;
  line-height: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 42.5em) {
  #sticky {
    height: 40px;
    margin-top: -40px;
  }
  #sticky div {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 7vw;
  }
}

.slide {
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 75vw;
  overflow: hidden;
}
.slide .slide-content {
  position: relative;
  padding: 0;
  margin: 0 5vw 0 7vw;
  max-width: 67vw;
}
.slide.homepage-header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.slide.homepage-header .slide-content {
  margin-bottom: 0.5rem;
}
.slide.homepage-header .slide-content .marked {
  margin-bottom: 0;
}
.slide.nuts {
  background-color: rgba(0, 0, 0, 0.075);
}
.slide.nuts .slide-content {
  display: flex;
  flex-wrap: wrap;
  width: unset;
}
.slide.nuts .slide-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 30rem;
}
.slide h1 {
  line-height: 100%;
}
.slide.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide.image10 {
  background-image: url(5B2A1526-blackwhite.jpg);
}
.slide.image09 {
  background-image: url(5B2A2007-blackwhite.jpg);
}
.slide.image08 {
  background-image: url(5B2A1929-blackwhite.jpg);
}
.slide.image07 {
  background-image: url(5B2A2010-blackwhite.jpg);
}
.slide.image06 {
  background-image: url(5B2A1868-blackwhite.jpg);
}
.slide.image05 {
  background-image: url(5B2A1582-blackwhite.jpg);
}
.slide.image04 {
  background-image: url(5B2A1988-blackwhite.jpg);
}
.slide.image03 {
  background-image: url(backgroundimage01.jpg);
}
.slide.image02 {
  background-image: url(5B2A1574-blackwhite.jpg);
}
.slide.image01 {
  background-image: url(backgroundimage02.jpg);
}
.slide.image-vacature {
  background-image: url(5B2A1696-blackwhite.jpg);
}
.slide.image-vacature h2 {
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 75, "ital" 10;
}
.slide .playground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
}
.slide .playground svg {
  width: 100%;
  height: auto;
}
@media (max-aspect-ratio: 1/1) {
  .slide .playground svg {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 42.5em) {
  .slide.image04 {
    background-image: url(5B2A1988-blackwhite-mobile.jpg);
  }
  .slide.image03 {
    background-image: url(backgroundimage01-mobile.jpg);
  }
  .slide.image01 {
    background-image: url(backgroundimage02-mobile.jpg);
  }
  .slide .slide-content {
    left: 8vw;
    padding: 0;
    width: 84vw;
    transform: translate(0);
  }
}
@media screen and (max-width: 65em) {
  .slide {
    max-height: 100vh;
  }
}

.isometrics {
  transition: fill 9s ease-in;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 0.1;
  fill: rgba(255, 255, 255, 0);
  pointer-events: visible;
}
.isometrics:hover {
  fill: rgba(255, 255, 255, 0.7);
  transition: fill 0.3s ease-out;
}

@media screen and (max-width: 42.5em) {
  .footer-slide {
    display: block;
  }
  .footer-slide .slide-content {
    top: 16vw;
  }
  .footer-slide .slide-content svg.contact {
    display: none;
  }
}
.marked {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 2.8rem 3.2rem 3.2rem;
  background-color: #0064c8;
  color: white;
  border-left: 0.8rem solid rgba(0, 0, 0, 0.4);
  line-height: 110%;
}
@media screen and (max-width: 65em) {
  .marked {
    padding: 2rem 2.4rem 2.4rem;
  }
}
.marked svg.contact {
  fill: white;
}
.marked a {
  color: white;
}
.marked a:hover {
  text-decoration: underline;
}
.marked a.more {
  background-image: url("arrow-white.svg");
}
.marked a.more:hover {
  color: white;
}

p.marked {
  margin-bottom: 1rem;
  line-height: 120%;
  max-width: 768px;
}
@media screen and (min-width: 42.5625em) {
  p.marked {
    font-size: 2.2rem;
  }
}

div.slide-indent {
  font-size: 1.6rem;
  margin: 1rem 3.2rem;
}
@media screen and (min-width: 42.5625em) {
  div.slide-indent {
    font-size: 2rem;
    margin: 1.6rem 4.2rem;
  }
}

@media screen and (min-width: 42.5625em) {
  p.excerpt {
    font-size: 2.2rem;
  }
}

a.more {
  display: inline-block;
  height: 3.6vh;
  color: #262626;
  line-height: 3.6vh;
  padding-left: 4vh;
  background-image: url("arrow-black.svg");
  background-repeat: no-repeat;
}
a.more:hover {
  color: #0064c8;
}
a.more.arrow-white {
  padding-left: 2rem;
  background-image: url("arrow-white.svg");
  background-size: 1.6rem 1.6rem;
  background-position: 0 53%;
}
#subnavigation a.more {
  display: block;
  height: unset;
  line-height: normal;
}
.project-header a.more {
  transform: rotate(90deg);
}

ul.checklist {
  list-style-type: none;
  margin-left: 22px;
}
h5 + ul.checklist {
  margin-top: 0;
}
ul.checklist li {
  position: relative;
}
ul.checklist svg.checked {
  fill: #0064c8;
  position: absolute;
  left: -22px;
  top: 5px;
}

.svg-container-home {
  margin-left: 5vw;
}
@media screen and (max-width: 42.5em) {
  .svg-container-home {
    margin-left: 0;
  }
}
.svg-container-home svg {
  height: 36vw;
  width: 36vw;
}
@media screen and (max-width: 42.5em) {
  .svg-container-home svg {
    height: 50vw;
    width: 50vw;
  }
}

svg.contact {
  display: inline-block;
  vertical-align: middle;
  fill: #0064c8;
}

svg.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #0064c8;
}

.graph rect {
  transition: fill 0.25s ease-out;
}
.graph rect:hover {
  fill: #262626;
}

.logo {
  display: block;
  width: 19.2rem;
  height: 8rem;
  padding: 0;
  overflow: hidden;
}
.logo img {
  display: inline-block;
  width: 19.2rem;
  height: 6rem;
  transform: translate(0.5rem, 0.9rem);
}
@media screen and (max-width: 42.5em) {
  .logo {
    width: 4.8rem;
  }
  .logo svg {
    width: 22rem;
    height: 8rem;
    transform: translateX(-0.5rem);
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.9);
}
footer .contact-block,
footer .main-menu,
footer .logo-contact-wrapper {
  display: flex;
}
footer .logo-contact-wrapper {
  align-items: center;
  height: inherit;
  padding-right: 4.5rem;
  border-left: 1.2rem #0064c8 solid;
}
footer .main-menu {
  position: absolute;
}
footer input#toggle-menu {
  display: none;
}
footer label,
footer a {
  display: block;
  height: 4.8rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.8rem;
  color: white;
  background-color: transparent;
  cursor: pointer;
}
footer label:hover, footer label.active,
footer a:hover,
footer a.active {
  text-decoration: none;
  color: #0099ff;
}
@media screen and (max-width: 65em) {
  footer .contact-block svg + span {
    display: none;
  }
  footer .contact-block a {
    width: 2.8rem;
  }
}
@media screen and (max-width: 42.5em) {
  footer {
    height: 6.4rem;
  }
  footer .main-menu {
    bottom: -30rem;
    left: 0;
    right: 0;
    display: block;
    padding-bottom: 6.4rem;
    background-color: #000;
    transition: bottom 0.25s ease-out;
  }
  footer .main-menu a {
    display: block;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 10vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .logo-contact-wrapper {
    position: relative;
    padding-right: 2.5rem;
    background-color: rgba(0, 0, 0, 0.9);
  }
  footer input:checked + .main-menu {
    bottom: 6.4rem;
  }
}
@media screen and (min-width: 42.5625em) {
  footer .main-menu {
    top: 50%;
    left: 22rem;
    transform: translateY(-50%);
  }
}

.contact-block {
  margin: 0 0 0 auto;
  list-style-type: none;
}
.contact-block li.hide-desktop {
  display: none;
}
@media screen and (max-width: 42.5em) {
  .contact-block li.hide-desktop {
    display: block;
  }
}
.contact-block svg.contact {
  fill: #fff;
  transform: translate(0, -2px);
  transition: fill 0.25s ease;
}
.contact-block a:hover svg {
  fill: #0064c8;
}

#subnavigation {
  position: fixed;
  bottom: -28rem;
  left: 0;
  right: 0;
  height: 28rem;
  padding-top: 2.4rem;
  padding-left: 6vw;
  font-size: 1.6rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  transition: bottom 0.5s ease;
  border-left: 1.2rem #0064c8 solid;
}
#subnavigation.show {
  bottom: 0;
}
@media screen and (max-width: 42.5em) {
  #subnavigation {
    height: 360px;
    bottom: -360px;
  }
}
#subnavigation .column {
  display: inline-block;
  margin-right: 4vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 42.5em) {
  #subnavigation .column {
    width: 100%;
    margin-bottom: 2vw;
  }
}
#subnavigation .column h4 {
  margin: 2vw 0 0.4vw;
}
@media screen and (max-width: 42.5em) {
  #subnavigation .column h4 {
    margin: 0 0 0.8vw;
  }
}
#subnavigation a {
  color: white;
}
#subnavigation a svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  fill: white;
}

.expertises .column-grid-3 {
  flex-grow: 1;
  max-width: 78vw;
  margin-left: auto;
  margin-right: auto;
}
.expertises .grid-item > div {
  padding-bottom: 3rem;
}
@media screen and (min-width: 65.0625em) {
  .expertises .grid-item {
    display: flex;
    flex-direction: column;
  }
}
.expertises a {
  text-decoration: none;
  color: #262626;
}
.expertises a:hover {
  color: #0064c8;
}
.expertises h2 {
  font-family: "Compressa MICRO", sans-serif;
  font-variation-settings: "wght" 600, "wdth" 75, "ital" 10;
  margin: 1rem 0;
  line-height: 100%;
}
.expertises svg.icon {
  width: 10rem;
  height: 10rem;
  margin-left: -2.5rem;
  fill: #0064c8;
}
@media screen and (max-width: 65em) {
  .expertises svg.icon {
    float: left;
    width: 5rem;
    height: 5rem;
    margin: -1.6rem 0 0 -1.6rem;
  }
}

/* vim syntax output, inside a PRE, see apache page. */
.Constant,
.color-red {
  color: red;
}

.Identifier,
.color-green {
  color: green;
}

.Statement,
.PreProc,
.color-blue {
  color: blue;
}

.Comment {
  color: #808080;
}

/* from 2016-10-10-svg-quickstart.html */
svg#our-logo {
  transform: rotate(180deg);
}

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