/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

input:focus {
  outline: none;
}

table {
  border-spacing: 0;
}

th {
  text-align: left;
}

a, button {
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  cursor: pointer;
  color: #EF7F1A;
  display: inline-block;
}
a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
}
a:hover, a:focus, button:hover, button:focus {
  color: #b15b10;
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 1em 0;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
  color: inherit;
  font-weight: inherit;
  line-height: 1;
}

h1, h2, h3 {
  line-height: 1.15;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small {
  font-size: 65%;
}

h4, h5, h6 {
  line-height: 1.35;
}
h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
  font-size: 75%;
}

h1 {
  font-size: 3.6rem;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 2rem;
}
@media screen and (min-width: 480px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 3rem;
  }
}

h5 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.6rem;
  }
}

p {
  margin: 0.5em 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

small, .small {
  font-size: 85%;
}

.big {
  font-size: 125%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  position: relative;
  width: 90%;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 960px;
    width: 96%;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    max-width: 1280px;
    width: 98%;
  }
}

@media screen and (max-width: 479px) {
  .show--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .show--tablet {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .show--desktop {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hide--mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide--tablet {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .hide--desktop {
    display: none;
  }
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #444;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.btn {
  color: #444;
  display: inline-block;
  font-size: inherit;
  position: relative;
  padding: 0.5rem 1.5rem;
  z-index: 1;
}
.btn:hover, .btn:focus {
  color: #EF7F1A;
}
.btn .icon {
  display: inline-block;
  line-height: 3.2rem;
  height: 3.2rem;
  width: 3.2rem;
  vertical-align: text-bottom;
  margin-right: 0.75rem;
  text-align: center;
}
.btn .icon svg {
  fill: #444;
  height: 100%;
  width: auto;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn .icon-mail svg {
  width: 100%;
  height: auto;
}
.btn:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background: #EF7F1A;
  visibility: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
}
.btn:hover .icon svg, .btn:focus .icon svg, .btn:active .icon svg {
  fill: #fff;
}
.btn:hover:after, .btn:focus:after, .btn:active:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.btn.btn-gray {
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  background: #ddd;
}
.btn.btn-gray .icon {
  margin-right: 1.5rem;
  vertical-align: bottom;
}

.header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__menu {
  background: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .header__menu {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu.mobile_open {
    background: rgba(255, 255, 255, 0.85);
  }
}
.header__logo {
  margin-right: 4rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.header__logo__img {
  width: auto;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .header__logo__img {
    height: 52px;
  }
}
.header__nav {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header__nav a {
  color: #444;
  display: inline-block;
  padding: 1rem 0.75rem 0.5rem;
  text-transform: uppercase;
  margin: 0.5rem;
  position: relative;
  z-index: 1;
}
.header__nav a:hover, .header__nav a:focus {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__nav a {
    padding: 0.5rem 1.5rem;
    border-bottom: none;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .header__nav a {
    padding: 0.5rem 2.5rem;
  }
}
.header__nav a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background: #EF7F1A;
  visibility: none;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .header__nav a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mobile_open .header__nav {
    display: block;
    margin-top: 3rem;
  }
  .mobile_open .header__nav a {
    display: block;
    padding: 0.5rem;
    margin: 0;
  }
}
.header__nav-mobile {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.header__nav-mobile > div {
  width: 35px;
  height: 3px;
  background-color: #444;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile_open .header__nav-mobile .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  -ms-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.mobile_open .header__nav-mobile .bar2 {
  opacity: 0;
}
.mobile_open .header__nav-mobile .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  -ms-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
@media screen and (min-width: 768px) {
  .header__nav-mobile {
    display: none;
  }
}

.footer {
  background: #f6f6f6;
  font-size: 1.2rem;
  padding: 3rem 0;
  margin-top: auto;
}
.footer__copy {
  text-align: center;
}

.gotop-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 1rem;
  background: #EF7F1A;
  line-height: 3rem;
  height: 3rem;
  -webkit-transition: padding 0.3s, opacity 0.3s, visibility 0.3s;
  transition: padding 0.3s, opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .gotop-btn {
    bottom: 20px;
    right: 20px;
  }
}
.gotop-btn svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}
.gotop-btn.gotop-show {
  visibility: visible;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .gotop-btn:hover {
    opacity: 0.9;
    padding-bottom: 2.5rem;
  }
}

.page {
  margin-bottom: 3rem;
}
.page__top-img {
  height: 100px;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .page__top-img {
    height: 300px;
  }
}
.page__title {
  margin-top: 4rem !important;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.page__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background: #EF7F1A;
  margin-top: 1rem;
}
.page__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page__container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.page__content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page__content {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.page__side-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .page__side-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-left: 3rem;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.page-404 {
  padding: 6rem;
  text-align: center;
  font-weight: 700;
  font-size: 10rem;
}

.projects_list {
  padding: 0;
}
.projects_list .linkage:nth-child(n+2) {
  margin-top: 2rem;
}
.projects_list .website {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.projects_list .website > h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #EF7F1A;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.projects_list .website > p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.projects_list .website > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home section {
  padding: 8rem 0;
}
.home .section--dark {
  color: #fff;
  background: #4c4c4c;
}
.home .section--light {
  color: #777;
  background: #F7F4F1;
}
.home__title {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  color: #222;
}
.home__title:after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background: #EF7F1A;
  margin-top: 1rem;
}
.home__title--center {
  text-align: center;
}
.home__title--center:after {
  margin-left: auto;
  margin-right: auto;
}
.home__intro {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.home__intro img {
  margin-bottom: 3rem;
}
.home__services {
  text-align: center;
}
.home__services__cols {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .home__services__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.home__services__cols > div {
  margin-top: 3rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .home__services__cols > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}
.home__services__cols > div h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #EF7F1A;
  margin-bottom: 2rem;
}
.home__services__cols > div > div {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 3px;
  border: solid 1px #f6f6f6;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .home__contact__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home__contact__cols > div {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home__contact__cols > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.home__contact__cols > div:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .home__contact__cols > div:nth-child(n+2) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */
