<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif; }

p, li {
  font-family: 'Merriweather', serif; }

a {
  text-decoration: none; }
  a:visited {
    color: #000; }
  a:focus, a:hover {
    color: #ed333a; }

header.navigation {
  background-color: white;
  min-height: 60px;
  width: 100%;
  z-index: 999; }
  header.navigation .navigation-wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    background-color: rgba(51, 51, 51, 0); }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  header.navigation .logo {
    float: left;
    max-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    padding: 1em 0 1em 1em; }
    @media screen and (min-width: 53.75em) {
      header.navigation .logo {
        padding-left: 0; } }
  header.navigation .navigation-menu-button {
    color: #fff;
    display: block;
    float: right;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 53.75em) {
      header.navigation .navigation-menu-button {
        display: none; } }
  header.navigation nav {
    float: none;
    min-height: 60px;
    font-size: 1.25em;
    right: 0;
    left: 0;
    position: absolute;
    margin: 3em 2em;
    border-radius: 2%; }
    @media screen and (min-width: 53.75em) {
      header.navigation nav {
        float: right;
        position: inherit;
        margin: 0; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #ed333a;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 0.8em;
    border-bottom: 1px solid #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 53.75em) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        border-bottom: none;
        text-align: right;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: #fff;
      display: inline-block; }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: #fff; }
      @media screen and (min-width: 53.75em) {
        header.navigation ul li.nav-link a {
          padding-right: 1em; }
          header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
            color: #ed333a; } }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }

body {
  margin: 0; }

.hero {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/hero_desk.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/hero_desk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  margin-top: -3.75em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    text-align: center; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner::after {
      clear: both;
      content: "";
      display: table; }
    .hero .hero-inner .hero-copy {
      text-align: center;
      padding: 6em 1em; }
    .hero .hero-inner p {
      color: white;
      line-height: 1.4em;
      font-size: 1.2em; }
  @media screen and (min-width: 53.75em) {
    .hero {
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/hero_desk.jpg"), fixed no-repeat #7F99BE center center;
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/hero_desk.jpg"), fixed no-repeat #7F99BE center center;
      background-color: #324766;
      background-position: top;
      background-repeat: no-repeat;
      padding-bottom: 3em;
      background: contain;
      background-attachment: fixed;
      height: 100vh;
      z-index: -100; }
      .hero .hero-inner {
        max-width: 68em;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
        padding: 3.5em;
        text-align: center; }
        .hero .hero-inner::after {
          clear: both;
          content: "";
          display: table; }
        .hero .hero-inner::after {
          clear: both;
          content: "";
          display: table; }
        .hero .hero-inner .hero-copy {
          text-align: center;
          margin-top: 15em;
          padding: 0; }
          .hero .hero-inner .hero-copy p {
            font-size: 2.0em;
            max-width: 60%;
            margin: 0 auto 3em auto; } }

.main-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .main-container::after {
    clear: both;
    content: "";
    display: table; }
  .main-container hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgba(51, 51, 51, 0.3), transparent); }
  .main-container .project {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0; }
    .main-container .project::after {
      clear: both;
      content: "";
      display: table; }
    .main-container .project .fa {
      color: #ed333a; }
    .main-container .project .font-icon {
      margin: 0.25em 0.25em 0; }
    @media screen and (min-width: 53.75em) {
      .main-container .project {
        padding: 6em 0; }
        .main-container .project .font-icon {
          margin-top: 0.5em; }
        .main-container .project .icons {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 82.94039%;
          margin-left: 8.5298%;
          text-align: center; }
          .main-container .project .icons:last-child {
            margin-right: 0; } }
    .main-container .project .project-img {
      display: block;
      border-radius: 2%;
      border: 1px solid;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .main-container .project .project-img:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .main-container .project .project-img {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-left: 8.5298%; }
          .main-container .project .project-img:last-child {
            margin-right: 0; } }
    .main-container .project .project-content {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      text-align: center; }
      .main-container .project .project-content::after {
        clear: both;
        content: "";
        display: table; }
      .main-container .project .project-content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .main-container .project .project-content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-left: 8.5298%;
          text-align: inherit; }
          .main-container .project .project-content:last-child {
            margin-right: 0; } }
      .main-container .project .project-content h2 {
        margin: 1em 0;
        font-size: 2em;
        font-weight: 800; }
        @media screen and (min-width: 53.75em) {
          .main-container .project .project-content h2 {
            margin-top: 0; } }
      .main-container .project .project-content p {
        line-height: 1.5em;
        margin-bottom: 1em;
        color: rgba(51, 51, 51, 0.7); }
  .main-container .contact {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .main-container .contact::after {
      clear: both;
      content: "";
      display: table; }
    .main-container .contact .contact-content {
      text-align: center;
      margin: 1em 0; }
      .main-container .contact .contact-content h2 {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 0.5em; }
      .main-container .contact .contact-content p {
        line-height: 1.5em;
        margin-bottom: 1em;
        color: rgba(51, 51, 51, 0.7); }
      .main-container .contact .contact-content .icons {
        display: none;
        margin: 0.25em; }
        @media screen and (min-width: 53.75em) {
          .main-container .contact .contact-content .icons {
            display: inline-block; }
            .main-container .contact .contact-content .icons .fa {
              color: #ed333a; }
            .main-container .contact .contact-content .icons .font-icon {
              margin: 0em 0.25em; } }
    @media screen and (min-width: 53.75em) {
      .main-container .contact {
        padding: 1em 0; }
        .main-container .contact .contact-content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%;
          margin-left: 8.5298%; }
          .main-container .contact .contact-content:last-child {
            margin-right: 0; } }
    .main-container .contact .contact-form {
      margin: 2em 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .main-container .contact .contact-form:last-child {
        margin-right: 0; }
      @media screen and (min-width: 53.75em) {
        .main-container .contact .contact-form {
          margin: 1em 0;
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-left: 8.5298%; }
          .main-container .contact .contact-form:last-child {
            margin-right: 0; }
          .main-container .contact .contact-form .form-group-top {
            width: 100%;
            max-width: 68em;
            margin-left: auto;
            margin-right: auto; }
            .main-container .contact .contact-form .form-group-top::after {
              clear: both;
              content: "";
              display: table; }
            .main-container .contact .contact-form .form-group-top input[type=text] {
              display: inline-block;
              width: 50%;
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%; }
              .main-container .contact .contact-form .form-group-top input[type=text]:last-child {
                margin-right: 0; } }
      .main-container .contact .contact-form input[type=text] {
        width: 100%; }
      .main-container .contact .contact-form input[type=text], .main-container .contact .contact-form textarea {
        padding: 1em 2em;
        margin: 0 1.5em 1em 0;
        border: none;
        background: rgba(51, 51, 51, 0.1);
        font-weight: 600;
        border-radius: 2%; }
      .main-container .contact .contact-form input[type=text]:focus, .main-container .contact .contact-form textarea:focus {
        box-shadow: 0 0 5px #ed333a;
        outline-color: #ed333a; }
      .main-container .contact .contact-form textarea {
        resize: none;
        width: 100%; }
      .main-container .contact .contact-form .form-group-btn {
        width: 100%;
        max-width: 68em;
        margin-left: auto;
        margin-right: auto; }
        .main-container .contact .contact-form .form-group-btn::after {
          clear: both;
          content: "";
          display: table; }
        .main-container .contact .contact-form .form-group-btn .btn {
          color: #fff;
          background-color: #ed333a;
          border: 2px solid #ed333a;
          text-align: center;
          font-weight: bold;
          padding: 1em 2em;
          border-radius: 5%;
          cursor: pointer;
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-left: 34.11922%; }
          .main-container .contact .contact-form .form-group-btn .btn:last-child {
            margin-right: 0; }
          @media screen and (min-width: 53.75em) {
            .main-container .contact .contact-form .form-group-btn .btn {
              margin-left: 68.23843%; } }
      .main-container .contact .contact-form .alert {
        color: #a94442;
        background-color: #f2dede;
        margin-top: 1em;
        border-radius: 0.25em; }
        .main-container .contact .contact-form .alert ul {
          padding: 1em; }
        .main-container .contact .contact-form .alert li {
          padding: 0.25em 0; }
      .main-container .contact .contact-form .success {
        color: #3c763d;
        background-color: #dff0d8;
        margin-top: 1em;
        border-radius: 0.25em; }
        .main-container .contact .contact-form .success p {
          padding: 1em; }

.project:last-child {
  border-bottom: none; }

.tech li {
  background-color: #ed333a;
  color: #fff;
  border-radius: 0.5em;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 0.5em; }

@media screen and (min-width: 53.75em) {
  .tech {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    text-align: center; }
    .tech:last-child {
      margin-right: 0; } }
.footer {
  background: rgba(51, 51, 51, 0.7);
  padding: 1.5em;
  width: 100%;
  display: inline-block; }
  .footer ul {
    line-height: 1.5em;
    margin: 0 0 1em 0;
    padding: 0; }
  .footer ul li {
    list-style: none; }
  .footer .footer-social {
    display: block;
    text-align: center; }
    .footer .footer-social li {
      display: inline-block; }
    @media screen and (min-width: 53.75em) {
      .footer .footer-social {
        display: none; } }
  .footer img {
    height: 2.5em;
    margin: 0 0.5em; }
  .footer .fa {
    color: #fff;
    margin: 0 0.5em; }
  .footer .copyright {
    text-align: center;
    color: #fff; }

/*# sourceMappingURL=app.css.map */
</pre></body></html>