/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 */
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.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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`.
 */
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.
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row {
  margin: 0 -1.5em; }

.col {
  padding: 0  1.5em; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

@media only screen {
  .col {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/* End */
.container {
  max-width: 90em;
  margin: auto; }

body {
  font-size: 10px; }

/* you only need width to set up columns; all columns are 100%-width by default, so we start
	from a one-column mobile layout and gradually improve it according to available screen space */
@media only screen and (min-width: 34em) {
  body {
    font-size: 12px; } }

@media only screen and (min-width: 54em) {
  body {
    font-size: 14px; }
  .content {
    width: 75%; }
  .sidebar {
    width: 25%; }
  .info {
    width: 100%; } }

@media only screen and (min-width: 76em) {
  body {
    font-size: 16px; }
  .content {
    width: 75%; }
  /* 7/12 */
  .sidebar {
    width: 25%; }
  /* 5/12 */
  .info {
    width: 50%; } }

/* ==========================================================================
   Application styles
   ========================================================================== */
html, body {
  font-family: Oswald, sans-serif;
  height: 100%; }

h1, h2, h3 {
  font-weight: 200;
  font-family: 'Raleway', cursive; }

a {
  font-size: 1.4em; }

#body {
  overflow-y: auto;
  overflow-x: auto; }

.header {
  position: relative;
  color: #EEE; }
  .header .header-row {
    text-shadow: 6px 8px 10px #000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
    .header .header-row h1, .header .header-row h3 {
      font-weight: 500; }
    .header .header-row a {
      font-size: 1em; }
  .header img {
    height: 5em;
    position: relative; }
  .header .hero-container {
    text-shadow: 3px 4px 5px #000000;
    height: 35em;
    z-index: -1;
    background-image: url("/images/bg-10px.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position-x: center;
    color: #202b32;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -moz-transition: background-position-y 0.5s ease;
    -o-transition: background-position-y 0.5s ease;
    -webkit-transition: background-position-y 0.5s ease;
    transition: background-position-y 0.5s ease; }

.header.scrolled .header-row {
  border-bottom: 1px solid #EEE; }

.header .background-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #544d3d;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease; }

.header.scrolled .header-row .background-container, .modal .header .header-row .background-container {
  opacity: 1; }

.header .container {
  padding: 1.8em;
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease; }

.header.scrolled .container, .modal .header .container {
  padding: 1em; }

.header.scrolled .company-name h1, .header.scrolled .company-name h3, .modal .header .company-name h1, .modal .header .company-name h3 {
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  color: #eeeeee; }

.header .company-name {
  width: auto; }

.header h1 {
  margin: 0; }

.header .company-name h1, .header .company-name h3 {
  -moz-transform: rotate(-5deg) translateX(-0.5em);
  -ms-transform: rotate(-5deg) translateX(-0.5em);
  -o-transform: rotate(-5deg) translateX(-0.5em);
  -webkit-transform: rotate(-5deg) translateX(-0.5em);
  transform: rotate(-5deg) translateX(-0.5em);
  -moz-transition: transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  -webkit-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  color: #333333; }

.header h3 {
  margin: 0; }

.header .icon-container {
  float: right;
  width: auto;
  font-size: 1em;
  padding: 0; }

.header .text-container {
  float: right;
  width: auto;
  margin: 0 1em 0 0;
  padding: 0 0.5em; }

.header a:link, a:visited, a:active, a:hover {
  color: #EEE;
  outline-color: #202b32; }

.header .contact-details {
  position: absolute;
  float: right;
  width: auto;
  right: 1em;
  bottom: 1em; }
  .header .contact-details a {
    font-size: 1em; }
  .header .contact-details > .row {
    margin-bottom: 0; }

.header .header-right-cont {
  position: absolute;
  right: 1em;
  top: 2em;
  width: 20em;
  height: 5em;
  background-image: url("images/header-right-small.png");
  background-size: 100%;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  opacity: 0; }

.header.scrolled .header-row .header-right-cont, .modal .header .header-row .header-right-cont {
  opacity: 1; }

.header .contact-details .row {
  margin-top: 1.2em; }

@media only screen and (min-width: 20em) {
  .header .hero-container {
    background-image: url("/images/bg-12px.jpg"); } }

@media only screen and (min-width: 30em) {
  .header .hero-container {
    background-image: url("/images/bg-14px.jpg"); } }

@media only screen and (min-width: 50em) {
  .header .hero-container {
    background-image: url("/images/bg-16px.jpg"); } }

.header .hero-text-container {
  color: #EEE;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.header .hero-text {
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease; }

.header .hero-text {
  font-size: 1.2em;
  font-weight: 500;
  font-family: 'Raleway', cursive; }

@media only screen and (min-width: 34em) {
  .header .hero-text {
    font-size: 2em; } }

@media only screen and (min-width: 54em) {
  .header .hero-text {
    font-size: 3em; } }

.hero-question {
  color: #EEE;
  background-color: rgba(22, 45, 60, 0.75);
  text-align: center;
  padding: 4em; }

.arguments {
  color: #202b32;
  padding: 3em 0 4em 0; }

.arguments .info {
  padding-top: 1em; }

@media only screen and (min-width: 34em) {
  .arguments .info {
    padding-top: 1em; } }

.arguments .icon {
  font-size: 4em; }

@-moz-keyframes back-ease {}@-webkit-keyframes back-ease {}@keyframes back-ease {
  0% {
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2); }
  75% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.arguments .icon-container {
  width: 35%;
  text-align: center;
  -moz-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  opacity: 0.2;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.arguments .icon-container.is-in-view {
  opacity: 1;
  -moz-animation-name: back-ease;
  -o-animation-name: back-ease;
  -webkit-animation-name: back-ease;
  animation-name: back-ease;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.arguments .text-container {
  width: 65%;
  font-size: 1.4em; }
  .arguments .text-container p {
    margin: 0; }

.arguments .icon-container i:before {
  vertical-align: text-top; }

.footer {
  padding-top: 3em;
  padding-bottom: 0;
  background-color: #202b32;
  color: #EEE; }

.footer .col {
  text-align: center; }

.footer h5 {
  float: right;
  margin: 1em; }

.references-section {
  background-image: url("images/header-10px.jpg");
  color: #FFF;
  margin-top: 35em;
  padding-bottom: 5em;
  text-align: center;
  border-top: 1px solid #EEE; }
  .references-section .references-header {
    padding: 2em 0 3em 0; }
  .references-section .paint-gallery {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .references-section .paint-gallery .image-container {
      padding: 0;
      margin: 0;
      flex-basis: 0;
      display: inline-block; }
      .references-section .paint-gallery .image-container a .image-container {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        font-size: 0;
        background-color: #dddddd;
        padding: 4px 0px; }
        .references-section .paint-gallery .image-container a .image-container img {
          width: 100%;
          max-width: 100%; }
        .references-section .paint-gallery .image-container a .image-container .image {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          -moz-background-clip: border-box;
          -webkit-background-clip: border-box;
          background-clip: border-box;
          background-repeat: no-repeat;
          background-size: contain;
          background-position-x: center;
          background-position-y: center; }
        .references-section .paint-gallery .image-container a .image-container .image-frame {
          display: none;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
    .references-section .paint-gallery figcaption {
      display: none; }

@media only screen and (min-width: 30em) {
  .references-section .paint-gallery {
    flex-direction: row;
    margin: 0 4px 0 -4px; }
    .references-section .paint-gallery .image-container {
      margin: 0 4px;
      width: 100%;
      height: 100%; }
      .references-section .paint-gallery .image-container a {
        display: block;
        box-sizing: border-box;
        font-size: 0; }
        .references-section .paint-gallery .image-container a .image-container {
          padding: 0; }
          .references-section .paint-gallery .image-container a .image-container .image-frame {
            display: block;
            border: 2px solid #dddddd;
            box-sizing: border-box; } }

.page-bottom {
  background-image: url("images/concrete-10px.jpg"); }

/*# sourceMappingURL=app.css.map */