@charset "UTF-8";
/* Normalize Code Start */
/*! 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 {
  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 */
  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 {
  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"] {
  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; }

/* Normalize Code End */
/* Sass Compiled Bootstrap Code Start */
/* Sass Compiled Bootstrap Code End */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix {
  clear: both;
  content: '';
  display: table; }

/* Sass Compiled Custom Grid Code Start */
.container {
  width: 100%;
  margin: 0px auto;
  padding: 0 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px;
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

/* Sass Compiled Custom Grid Code End */
/* Sass Compiled Theme Code Start */
/* Sass Compiled Theme Code End */
/* Sass Compiled Css Code Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

.header {
  font-family: "Source Sans Pro", sans-serif;
  color: #506a85; }
  .header__secondary {
    background-color: #f5f7f9;
    border-bottom: 1px solid #e5e9ed;
    font-size: 12px;
    text-align: center;
    padding: 4px 0; }
    @media (min-width: 1200px) {
      .header__secondary {
        height: 40px; } }
  .header__social-icons {
    float: right;
    width: 100%; }
    .header__social-icons a {
      display: inline-block;
      color: #808080;
      padding: 5px 6px;
      cursor: pointer; }
      @media (min-width: 576px) {
        .header__social-icons a {
          padding: 10px 8px; } }
    .header__social-icons .facebook-icon:hover {
      background-color: #4267B2; }
      .header__social-icons .facebook-icon:hover i {
        color: #fff; }
    .header__social-icons .twitter-icon:hover {
      background-color: #1da1f2; }
      .header__social-icons .twitter-icon:hover i {
        color: #fff; }
    .header__social-icons .pinterest-icon:hover {
      background-color: #bd081c; }
      .header__social-icons .pinterest-icon:hover i {
        color: #fff; }
    .header__social-icons .dribble-icon:hover {
      background-color: #ea4c89; }
      .header__social-icons .dribble-icon:hover i {
        color: #fff; }
    .header__social-icons .google-plus-icon:hover {
      background-color: #db4a39; }
      .header__social-icons .google-plus-icon:hover i {
        color: #fff; }
    .header__social-icons .behance-icon:hover {
      background-color: #053eff; }
      .header__social-icons .behance-icon:hover i {
        color: #fff; }
    @media (min-width: 576px) {
      .header__social-icons {
        width: auto; } }
  .header__main {
    padding: 15px 0;
    border-bottom: 1px solid #e5e9ed; }
    @media (min-width: 768px) {
      .header__main {
        padding: 20px 0; } }
    @media (min-width: 1200px) {
      .header__main {
        padding: 40px 0 28px 0; } }
  .header__logo {
    float: left;
    width: 40%; }
    @media (min-width: 768px) {
      .header__logo {
        width: 20%; } }
    @media (min-width: 1200px) {
      .header__logo {
        width: 250px; } }
  .header__logo-img {
    width: 100px; }
    @media (min-width: 768px) {
      .header__logo-img {
        width: 120px; } }
    @media (min-width: 992px) {
      .header__logo-img {
        width: 140px; } }
    @media (min-width: 1200px) {
      .header__logo-img {
        width: 160px; } }
  .header__nav {
    float: left;
    margin-top: 3px; }
    @media (min-width: 768px) {
      .header__nav {
        margin-top: 5px; } }
    @media (min-width: 992px) {
      .header__nav {
        margin-top: 7px; } }
  .header__search {
    float: right;
    margin-top: 9px;
    font-size: 12px; }
    .header__search i {
      color: #808080; }
    @media (min-width: 1200px) {
      .header__search {
        margin-top: 10px;
        margin-right: 24px; } }

.contact-info {
  padding: 5px 0;
  width: 100%;
  float: left; }
  .contact-info__item {
    display: inline-block;
    margin-right: 10px; }
  @media (min-width: 576px) {
    .contact-info {
      padding: 10px 0;
      width: auto; } }

.hamburger-menu {
  float: right;
  margin-right: 20px;
  font-size: 25px; }

.nav__item {
  list-style: none;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px; }
  @media (min-width: 992px) {
    .nav__item {
      margin-right: 20px;
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .nav__item {
      margin-right: 39px; } }

.nav__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #506a85; }
  .nav__link:hover {
    color: #171e25; }

.carousel {
  background-color: #506a85;
  height: 478px;
  text-align: center;
  position: relative; }
  .carousel__text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 576px) {
      .carousel__text {
        max-width: 536px; } }
    @media (min-width: 768px) {
      .carousel__text {
        max-width: 708px; } }
    @media (min-width: 992px) {
      .carousel__text {
        max-width: 872px; } }
    @media (min-width: 1200px) {
      .carousel__text {
        max-width: 970px;
        top: 45%;
        transform: translate(-50%, -45%); } }
  .carousel__heading {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .carousel__heading {
        font-size: 50px;
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .carousel__heading {
        font-size: 58px;
        margin-bottom: 11px; } }
    @media (min-width: 1200px) {
      .carousel__heading {
        font-size: 78px;
        font-weight: 700;
        letter-spacing: 5px;
        margin-bottom: 15px; } }
  .carousel__paragraph {
    font-family: "Source Sans Pro", sans-serif;
    color: #a3b1bf;
    font-size: 15px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .carousel__paragraph {
        font-size: 17px; } }
    @media (min-width: 992px) {
      .carousel__paragraph {
        font-size: 19px; } }
    @media (min-width: 1200px) {
      .carousel__paragraph {
        font-size: 24px; } }
  @media (min-width: 576px) {
    .carousel {
      background-color: none;
      background-image: url("../images/background.png");
      background-size: 200%; } }
  @media (min-width: 768px) {
    .carousel {
      height: 520px;
      background-size: 150%; } }
  @media (min-width: 992px) {
    .carousel {
      height: 600px;
      background-size: 100%; } }
  @media (min-width: 1200px) {
    .carousel {
      height: 880px; } }

.btn {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
  color: #fff;
  background-color: #00bb9b;
  border: none;
  border-radius: 2px;
  margin-top: 25px;
  cursor: pointer; }
  .btn:hover {
    background-color: #008871; }
  @media (min-width: 768px) {
    .btn {
      font-size: 14px;
      padding: 12px 30px;
      margin-top: 35px; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 15px;
      padding: 15px 40px;
      margin-top: 48px; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 18px;
      padding: 22px 75px;
      margin-top: 70px; } }
  .btn--small {
    font-size: 12px;
    padding: 9px 18px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .btn--small {
        font-size: 13px;
        padding: 11px 22px;
        margin-top: 22px; } }
    @media (min-width: 992px) {
      .btn--small {
        font-size: 14px;
        padding: 13px 24px;
        margin-top: 24px; } }
    @media (min-width: 1200px) {
      .btn--small {
        font-size: 15px;
        padding: 16px 29px;
        margin-top: 26px; } }

.info {
  background-color: #fff;
  padding: 70px 0px; }
  .info__list {
    width: 100%; }
  .info__list-item {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 10px 0; }
    .info__list-item h3 {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #506a85;
      font-size: 20px;
      margin-bottom: 15px; }
      @media (min-width: 1200px) {
        .info__list-item h3 {
          font-size: 26px; } }
    .info__list-item p {
      font-family: "Source Sans Pro", sans-serif;
      color: #73879c;
      font-size: 14px; }
      @media (min-width: 1200px) {
        .info__list-item p {
          font-size: 16px; } }
    @media (min-width: 992px) {
      .info__list-item {
        width: 32.9%; } }
    @media (min-width: 1200px) {
      .info__list-item {
        width: 33%; } }
  .info__image {
    color: #00bb9b;
    width: 22%;
    float: left;
    font-size: 45px;
    text-align: center;
    padding-right: 20px; }
    @media (min-width: 576px) {
      .info__image {
        width: 15%; } }
    @media (min-width: 768px) {
      .info__image {
        width: 20%;
        padding-left: 65px; } }
    @media (min-width: 992px) {
      .info__image {
        padding-left: 0px; } }
    @media (min-width: 1200px) {
      .info__image {
        font-size: 58px;
        width: 25%; } }
  .info__text {
    float: left;
    width: 78%; }
    @media (min-width: 768px) {
      .info__text {
        width: 70%; } }
    @media (min-width: 1200px) {
      .info__text {
        width: 75%;
        line-height: 26px; } }
  @media (min-width: 1200px) {
    .info {
      height: 550px;
      padding: 0px; } }

.statement {
  margin: 20px 0px 40px 0px;
  text-align: center; }
  .statement__heading {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 20px 0;
    color: #506a85; }
    @media (min-width: 1200px) {
      .statement__heading {
        font-size: 44px;
        margin: 30px 0; } }
  .statement__paragraph {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    margin: 10px 0;
    color: #73879c; }
    @media (min-width: 1200px) {
      .statement__paragraph {
        font-size: 22px;
        line-height: 32px; } }
  @media (min-width: 1200px) {
    .statement {
      margin: 122px 0 60px 0; } }

.portfolio {
  background-color: #f1f5f7;
  padding: 70px 0; }
  .portfolio__projects-group {
    width: 90%;
    margin: 0px auto; }
    @media (min-width: 1200px) {
      .portfolio__projects-group--small {
        margin-top: 75px; } }
    @media (min-width: 576px) {
      .portfolio__projects-group {
        width: 75%; } }
    @media (min-width: 768px) {
      .portfolio__projects-group {
        width: 90%; } }
    @media (min-width: 1200px) {
      .portfolio__projects-group {
        width: 1185px; } }
  .portfolio__button-group {
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 1200px) {
      .portfolio__button-group {
        margin: 40px 17px 0 0; } }
  .portfolio__button {
    border: none;
    background-color: none;
    font-size: 12px;
    cursor: pointer;
    color: #506a85; }
    .portfolio__button--active {
      color: #00bb9b; }
    .portfolio__button:hover {
      color: #005546; }
    @media (min-width: 1200px) {
      .portfolio__button {
        font-size: 15px;
        margin: 0 2px; } }
  @media (min-width: 1200px) {
    .portfolio {
      padding: 1px 0px;
      height: 1270px; } }

.project {
  position: relative; }
  .project:hover .project__overlay {
    opacity: 0.9; }
  .project--big {
    margin: 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .project--big {
        width: 49%;
        display: inline-block; } }
    @media (min-width: 1200px) {
      .project--big {
        width: 572px;
        margin: 10px 17px 0 0; } }
  .project--small {
    width: 49%;
    display: inline-block; }
    @media (min-width: 768px) {
      .project--small {
        width: 24%; } }
    @media (min-width: 1200px) {
      .project--small {
        width: 275px;
        margin: 10px 17px 0 0; } }
  .project__image {
    width: 100%; }
  .project__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00bb9b; }
    .project__overlay--big {
      height: 80%;
      font-size: 30px; }
      @media (min-width: 768px) {
        .project__overlay--big {
          font-size: 35px; } }
      @media (min-width: 1200px) {
        .project__overlay--big {
          font-size: 40px; } }
    .project__overlay--small {
      height: 98%;
      font-size: 13px; }
      @media (min-width: 768px) {
        .project__overlay--small {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .project__overlay--small {
          font-size: 20px; } }
  .project__overlay-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .project__text {
    background-color: #fff;
    text-align: center;
    padding: 5% 0;
    position: relative;
    bottom: 4px; }
  .project__heading {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #506a85; }
    @media (min-width: 768px) {
      .project__heading {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .project__heading {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .project__heading {
        font-size: 20px; } }
  .project__tag {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    color: #73879c; }
    @media (min-width: 576px) {
      .project__tag {
        font-size: 11px; } }
    @media (min-width: 768px) {
      .project__tag {
        font-size: 11px; } }
    @media (min-width: 992px) {
      .project__tag {
        font-size: 12px; } }
    @media (min-width: 1200px) {
      .project__tag {
        font-size: 14px; } }
  .project__link {
    text-decoration: none; }

.contact {
  padding: 70px 0; }
  @media (min-width: 1200px) {
    .contact {
      padding: 0px;
      height: 360px; } }

.footer__primary {
  padding: 30px 0 10px 0;
  background-color: #2f3f51; }
  @media (min-width: 1200px) {
    .footer__primary {
      padding: 70px 0 10px 0; } }

.footer__grid-item {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 576px) {
    .footer__grid-item {
      width: 80%;
      margin: 0px auto 40px auto; } }
  @media (min-width: 768px) {
    .footer__grid-item {
      float: left;
      width: 49%;
      margin: 0px;
      padding: 0px 8px 40px 8px; } }
  @media (min-width: 1200px) {
    .footer__grid-item {
      width: 25%; } }

.footer__heading {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .footer__heading {
      margin-bottom: 25px; } }

.footer__logo {
  margin-bottom: 20px; }

.footer__logo-img {
  width: 80px; }
  @media (min-width: 768px) {
    .footer__logo-img {
      width: 100px; } }
  @media (min-width: 992px) {
    .footer__logo-img {
      width: 120px; } }
  @media (min-width: 1200px) {
    .footer__logo-img {
      width: 140px; } }

.footer__paragraph {
  color: #a3b1bf;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .footer__paragraph {
      line-height: 20px; } }

.footer__link {
  text-decoration: none;
  font-weight: 700;
  display: inline-block; }
  .footer__link:hover .footer__paragraph {
    color: #677e95; }

.footer__arrow {
  position: relative;
  left: 5px;
  top: 1px; }

.footer__projects-group {
  margin-bottom: 30px;
  width: 90%; }
  @media (min-width: 1200px) {
    .footer__projects-group {
      width: 100%; } }

@media (min-width: 768px) {
  .footer__project {
    width: 34%; } }

@media (min-width: 1200px) {
  .footer__project {
    width: 45%;
    margin: 0; } }

.footer__icon {
  width: 20px;
  text-align: center;
  margin-right: 5px; }

.footer__input-container {
  width: 100%;
  background-color: #4e5c6b;
  border-radius: 5px;
  padding: 8px 5px; }
  @media (min-width: 576px) {
    .footer__input-container {
      padding: 10px 5px; } }
  @media (min-width: 768px) {
    .footer__input-container {
      padding: 4px 7px; } }

.footer__input {
  width: 60%;
  background-color: transparent;
  border: none;
  color: #a3b1bf;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px; }
  @media (min-width: 576px) {
    .footer__input {
      width: 68%; } }

.footer__button {
  margin-top: 0px;
  width: 35%; }
  @media (min-width: 576px) {
    .footer__button {
      width: 30%; } }
  @media (min-width: 768px) {
    .footer__button {
      padding: 9px; } }
  @media (min-width: 1200px) {
    .footer__button {
      font-size: 13px; } }

.footer__secondary {
  background-color: #273545;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #707e8c;
  padding: 20px 0;
  text-align: center; }

.footer__copyright {
  margin: 5px 0; }
  @media (min-width: 768px) {
    .footer__copyright {
      float: left; } }

.footer__nav {
  list-style: none;
  margin: 5px 0; }
  @media (min-width: 768px) {
    .footer__nav {
      float: right; } }

.footer__nav-item {
  display: inline-block;
  margin-right: 6px; }
  .footer__nav-item :before {
    content: "·";
    padding: 6px; }
  .footer__nav-item--first :before {
    content: ""; }

.footer__nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #707e8c;
  text-decoration: none; }

@media (min-width: 576px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0; } }

@media (min-width: 576px) {
  .is-displayed-mobile {
    display: block; }
    .is-hidden-mobile {
      display: none; } }

@media (min-width: 768px) {
  .is-displayed-mobile {
    display: none; } }

.is-collapsed-tablet {
  display: none; }
  @media (min-width: 768px) {
    .is-collapsed-tablet {
      display: block; } }

@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    font: 12pt "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.3; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  footer {
    display: none; }
  header {
    margin-bottom: 40px; }
    header h1, header nav {
      display: none; }
    header:after {
      content: "www.domain-name.com"; }
    header:before {
      display: block;
      content: "Thank you for printing our content at www.domain-name.com. Please check back soon for new contents.";
      margin-bottom: 10px;
      border: 1px solid #bbb;
      padding: 6px 8px;
      font-style: italic; }
  @page {
    margin: 0.5cm; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 14pt;
    margin-top: 25px; }
  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block; }
    aside h2 {
      font-size: 18pt; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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