/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/assets/stylesheets/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/assets/stylesheets/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/assets/stylesheets/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/assets/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/stylesheets/normalize.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/assets/stylesheets/normalize.css */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/assets/stylesheets/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, vendor/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/assets/stylesheets/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, vendor/assets/stylesheets/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/assets/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/assets/stylesheets/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, vendor/assets/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, vendor/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, vendor/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, vendor/assets/stylesheets/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/assets/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, vendor/assets/stylesheets/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/assets/stylesheets/normalize.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/stylesheets/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/stylesheets/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/assets/stylesheets/normalize.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/assets/stylesheets/normalize.css */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/assets/stylesheets/normalize.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, vendor/assets/stylesheets/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/assets/stylesheets/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/stylesheets/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/assets/stylesheets/normalize.css */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/assets/stylesheets/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/assets/stylesheets/normalize.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, vendor/assets/stylesheets/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, vendor/assets/stylesheets/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/assets/stylesheets/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, vendor/assets/stylesheets/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/assets/stylesheets/normalize.css */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, vendor/assets/stylesheets/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/assets/stylesheets/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/assets/stylesheets/normalize.css */
td,
th {
  padding: 0;
}

/* line 3, app/assets/stylesheets/ing4/about.scss */
.about-page h2 {
  text-align: left;
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/ing4/about.scss */
.about-page h3 {
  margin-top: 30px;
}

/* line 5, app/assets/stylesheets/ing4/about.scss */
.about-page .about-section {
  margin-bottom: 40px;
}

/* line 7, app/assets/stylesheets/ing4/about.scss */
.about-page p {
  line-height: 25px;
}

/* line 8, app/assets/stylesheets/ing4/about.scss */
.about-page .list-item {
  margin-right: 10px;
}

/* line 9, app/assets/stylesheets/ing4/about.scss */
.about-page .divider {
  color: #808080;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/ing4/about.scss */
.about-page .divider:last-child {
  display: none;
}

/* line 12, app/assets/stylesheets/ing4/about.scss */
.about-page .footnote {
  margin-top: 100px;
  font-size: 14px;
}

/* line 13, app/assets/stylesheets/ing4/about.scss */
.about-page .footnote strong {
  margin-right: 5px;
}

/* line 3, app/assets/stylesheets/ing4/contact.scss */
.contact-page h2 {
  text-align: left;
}

/* line 7, app/assets/stylesheets/ing4/contact.scss */
.contact-page .contact-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/ing4/contact.scss */
.contact-page .contact-block {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 50px;
  line-height: 26px;
}

/* line 18, app/assets/stylesheets/ing4/contact.scss */
.contact-page .contact-block .title, .contact-page .contact-block .name {
  font-weight: 700;
}

/* line 19, app/assets/stylesheets/ing4/contact.scss */
.contact-page .contact-block .label {
  display: inline-block;
  width: 20px;
}

@media (max-width: 640px) {
  /* line 23, app/assets/stylesheets/ing4/contact.scss */
  .contact-page .contact-section {
    display: block;
  }
  /* line 24, app/assets/stylesheets/ing4/contact.scss */
  .contact-page .contact-block {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/ing4/header.scss */
header {
  padding: 25px 0;
}

/* line 4, app/assets/stylesheets/ing4/header.scss */
header .header-body {
  padding: 0 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/ing4/header.scss */
header .header-logo svg {
  width: 160px;
  height: 20px;
}

/* line 13, app/assets/stylesheets/ing4/header.scss */
header .header-logo .mobile-lang-link {
  display: none;
}

/* line 17, app/assets/stylesheets/ing4/header.scss */
header .header-items a {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  font-weight: bold;
  padding: 4px 12px;
}

/* line 23, app/assets/stylesheets/ing4/header.scss */
header .header-items a.active {
  border: 2px solid currentColor;
  border-radius: 2px;
}

/* line 28, app/assets/stylesheets/ing4/header.scss */
header .header-items .lang-link {
  color: #808080;
}

@media (max-width: 640px) {
  /* line 34, app/assets/stylesheets/ing4/header.scss */
  header .header-body {
    display: block;
  }
  /* line 35, app/assets/stylesheets/ing4/header.scss */
  header .header-logo {
    margin-bottom: 10px;
    padding-left: 12px;
  }
  /* line 36, app/assets/stylesheets/ing4/header.scss */
  header .header-logo .mobile-lang-link {
    display: block;
    float: right;
    font-weight: bold;
    color: #808080;
    padding-right: 12px;
  }
  /* line 43, app/assets/stylesheets/ing4/header.scss */
  header .header-items {
    display: flex;
    justify-content: space-between;
  }
  /* line 44, app/assets/stylesheets/ing4/header.scss */
  header .header-items a {
    margin: 0;
  }
  /* line 45, app/assets/stylesheets/ing4/header.scss */
  header .header-items .lang-link {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/ing4/home.scss */
.home-page .intro-section {
  max-width: 1040px;
  padding: 100px 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10, app/assets/stylesheets/ing4/home.scss */
.home-page .intro-section .intro-text {
  margin-right: 40px;
}

/* line 11, app/assets/stylesheets/ing4/home.scss */
.home-page .intro-section .intro-text svg {
  max-width: 360px;
  height: 35px;
}

/* line 12, app/assets/stylesheets/ing4/home.scss */
.home-page .intro-section .intro-image {
  text-align: center;
}

/* line 13, app/assets/stylesheets/ing4/home.scss */
.home-page .intro-section .intro-image img {
  max-width: 360px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section {
  padding: 40px 0;
  background-color: white;
  color: black;
}

/* line 20, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section a {
  color: black;
}

/* line 22, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-selector {
  display: flex;
  text-align: center;
  justify-content: space-around;
  max-width: 600px;
  margin: auto;
}

/* line 29, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-link {
  color: #ccc;
  max-width: 100px;
}

/* line 32, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-link svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  fill: #ccc;
}

/* line 38, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-link.active {
  color: black;
}

/* line 40, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-link.active svg {
  fill: black;
}

/* line 42, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .category-name {
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-list {
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* line 53, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
}

/* line 58, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item .project-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 59, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item .project-image.vertical {
  display: none;
}

/* line 60, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item.wide {
  width: 66.6%;
}

/* line 63, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item.narrow {
  width: 33.3%;
}

/* line 65, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item.narrow .project-image.horizontal {
  display: none;
}

/* line 66, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item.narrow .project-image.vertical {
  display: block;
}

/* line 70, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-title {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 74, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-location {
  margin-bottom: 10px;
}

/* line 77, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item .overlay svg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/* line 82, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 10px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

/* line 90, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .project-item:hover .overlay {
  display: block;
}

/* line 91, app/assets/stylesheets/ing4/home.scss */
.home-page .projects-section .mobile-info {
  display: none;
}

/* line 94, app/assets/stylesheets/ing4/home.scss */
.home-page .contact-section {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 30px 0 60px 0;
}

/* line 97, app/assets/stylesheets/ing4/home.scss */
.home-page .contact-section a {
  color: black;
}

/* line 103, app/assets/stylesheets/ing4/home.scss */
.home-page .contact-section .contact-block {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  /* line 109, app/assets/stylesheets/ing4/home.scss */
  .home-page .intro-section {
    display: block;
    padding: 40px;
    height: auto;
  }
  /* line 113, app/assets/stylesheets/ing4/home.scss */
  .home-page .intro-section .intro-text {
    display: none;
  }
  /* line 114, app/assets/stylesheets/ing4/home.scss */
  .home-page .intro-section .intro-image img {
    width: 100%;
  }
  /* line 118, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .category-selector {
    display: block;
    padding: 0 40px;
  }
  /* line 119, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .category-link {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* line 120, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .category-link svg {
    width: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  /* line 121, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .category-name {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 122, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .project-list {
    margin: 20px 0;
  }
  /* line 123, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .project-item.wide, .home-page .projects-section .project-item.narrow {
    width: 100%;
  }
  /* line 125, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .project-item.wide .project-image.horizontal, .home-page .projects-section .project-item.narrow .project-image.horizontal {
    display: block;
    height: auto;
  }
  /* line 126, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .project-item.wide .project-image.vertical, .home-page .projects-section .project-item.narrow .project-image.vertical {
    display: none;
  }
  /* line 128, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .project-item:hover .overlay {
    display: none;
  }
  /* line 129, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .mobile-info {
    display: block;
    padding-top: 10px;
  }
  /* line 130, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .mobile-info .project-categories {
    float: right;
  }
  /* line 131, app/assets/stylesheets/ing4/home.scss */
  .home-page .projects-section .mobile-info svg {
    display: inline-block;
    width: 25px;
    height: 25px;
    fill: black;
  }
  /* line 134, app/assets/stylesheets/ing4/home.scss */
  .home-page .contact-section {
    padding-bottom: 30px;
  }
}

/* line 2, app/assets/stylesheets/ing4/project.scss */
.project-page h1 {
  text-align: center;
}

/* line 3, app/assets/stylesheets/ing4/project.scss */
.project-page .project-categories {
  text-align: center;
}

/* line 4, app/assets/stylesheets/ing4/project.scss */
.project-page .project-categories svg {
  margin: 40px 5px 60px;
  width: 40px;
  height: 40px;
}

/* line 8, app/assets/stylesheets/ing4/project.scss */
.project-page .main-image {
  width: 100%;
  margin-bottom: 40px;
}

/* line 12, app/assets/stylesheets/ing4/project.scss */
.project-page .project-info {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
}

/* line 19, app/assets/stylesheets/ing4/project.scss */
.project-page .project-info-column .label {
  font-weight: 700;
}

/* line 20, app/assets/stylesheets/ing4/project.scss */
.project-page .project-info-column .value {
  margin-bottom: 15px;
}

/* line 21, app/assets/stylesheets/ing4/project.scss */
.project-page .project-info-column .value p {
  margin: 0;
  padding: 0;
}

/* line 22, app/assets/stylesheets/ing4/project.scss */
.project-page .project-info-column .note {
  color: #aaa;
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/ing4/project.scss */
.project-page .field-column, .project-page .description-column {
  width: 33%;
}

/* line 29, app/assets/stylesheets/ing4/project.scss */
.project-page .project-images {
  display: flex;
  flex-flow: wrap;
}

/* line 34, app/assets/stylesheets/ing4/project.scss */
.project-page .image-container {
  padding: 10px;
  width: 33.3%;
}

/* line 37, app/assets/stylesheets/ing4/project.scss */
.project-page .image-container.double {
  flex-grow: 2;
  width: 66.6%;
}

/* line 38, app/assets/stylesheets/ing4/project.scss */
.project-page .image-container img {
  width: 100%;
}

/* line 42, app/assets/stylesheets/ing4/project.scss */
.project-page .project-image {
  max-height: 400px;
  float: left;
}

/* line 47, app/assets/stylesheets/ing4/project.scss */
.project-page .mobile {
  display: none;
}

@media (max-width: 800px) {
  /* line 50, app/assets/stylesheets/ing4/project.scss */
  .project-page .field-column {
    width: 50%;
  }
  /* line 51, app/assets/stylesheets/ing4/project.scss */
  .project-page .description-column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  /* line 55, app/assets/stylesheets/ing4/project.scss */
  .project-page .field-column {
    width: 100%;
  }
  /* line 56, app/assets/stylesheets/ing4/project.scss */
  .project-page .mobile {
    display: block;
  }
  /* line 57, app/assets/stylesheets/ing4/project.scss */
  .project-page .desktop {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/ing4/typography.scss */
body {
  font-family: 'Cabin', sans-serif;
  color: black;
  font-size: 17px;
  line-height: 1.2;
}

/* line 8, app/assets/stylesheets/ing4/typography.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/ing4/typography.scss */
strong {
  font-weight: 700;
}

/* line 17, app/assets/stylesheets/ing4/typography.scss */
h2 {
  margin: 0 0 50px 0;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 640px) {
  /* line 25, app/assets/stylesheets/ing4/typography.scss */
  h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}

/* line 8, app/assets/stylesheets/ing4.scss */
* {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/ing4.scss */
html, body {
  height: 100%;
}

/* line 16, app/assets/stylesheets/ing4.scss */
body.dark {
  background-color: black;
  color: white;
  fill: white;
}

/* line 19, app/assets/stylesheets/ing4.scss */
body.dark a {
  color: white;
  fill: white;
}

/* line 22, app/assets/stylesheets/ing4.scss */
.basic-page {
  max-width: 1040px;
  padding: 50px 40px;
  margin: auto;
}

@media (max-width: 640px) {
  /* line 29, app/assets/stylesheets/ing4.scss */
  .basic-page {
    padding: 30px 20px;
  }
}

/*# sourceMappingURL=ing4.css-36a35a19ed081c8538d958ccc2225fc8475be1e77a45642a7e8dcdf613611fd7.map */
