@import url(fontawesome.min.css);
@import url(brands.min.css);
/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

progress {
  display: inline-block;
  vertical-align: baseline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * General
 */
html {
  font-family: "Karla", sans-serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  word-spacing: 1.5px; }

body {
  background: #fff;
  color: #272c30;
  line-height: 1.66667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

a {
  border-bottom: 1px solid currentColor;
  color: #d8195e;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover, a:focus {
    color: #272c30; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.1;
  margin: 2.5rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.44444em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.66667em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.11111em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff493;
  color: #272c30;
  padding: 0 3px;
  text-decoration: none; }

code,
pre {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; }

pre {
  background: #f7f8f8;
  font-size: 0.88889em;
  margin: 0 0 1.875em;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  white-space: pre; }

blockquote {
  font-size: 1.66667em;
  line-height: 1.3;
  margin: 1.5em 0;
  padding-left: 1.5em;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #d8195e;
    content: "\201C";
    font-size: 2.5em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0; }
  blockquote p {
    margin-bottom: 0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    display: block;
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1em; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #e9ebed;
  margin: 2.5em 0; }

table {
  line-height: 1.5;
  margin: 0 0 1.66667em;
  text-align: left;
  width: 100%; }

caption {
  color: #86939d;
  font-size: 0.88889em;
  font-style: normal;
  margin-bottom: 0.9375em;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #e9ebed;
  padding: 0.5em 5px; }

th {
  font-weight: bold; }

/* Form fields */
label {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: transparent;
  border-color: #e9ebed;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.75em 0;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

option {
  color: #272c30; }

.form-group {
  margin-bottom: 1.33333em;
  position: relative; }
  .form-group .animate-border {
    bottom: 0;
    background: #d8195e;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0; }
  .form-group input:focus + .animate-border,
  .form-group textarea:focus + .animate-border {
    width: 100%; }

.form-submit {
  margin-top: 1.66667em; }

.form-select-wrap {
  font-size: 16px;
  position: relative; }
  .form-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px; }
  .form-select-wrap:before, .form-select-wrap:after {
    border: solid transparent;
    border-width: 0.3125em;
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1; }
  .form-select-wrap:before {
    border-top-color: #86939d;
    margin-top: 0.125em; }
  .form-select-wrap:after {
    border-bottom-color: #86939d;
    margin-top: -0.75em; }

.form-checkbox {
  padding-left: 24px;
  position: relative; }
  .form-checkbox label {
    font-weight: normal; }
  .form-checkbox input[type="checkbox"] {
    height: 1.5em;
    left: 0;
    position: absolute;
    top: 0; }

/* Placeholder text color */
::-webkit-input-placeholder {
  color: #86939d; }

::-moz-placeholder {
  color: #86939d;
  opacity: 1; }

:-ms-input-placeholder {
  color: #86939d; }

::-ms-input-placeholder {
  color: #86939d; }

::placeholder {
  color: #86939d; }

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background: 0;
  border: 0.1875em solid #d8195e;
  border-radius: 0;
  box-sizing: border-box;
  color: #d8195e;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.7125em 1.875em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  button:hover, button:focus, button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  .button:hover,
  .button:focus,
  .button:active {
    color: #d8195e;
    outline: 0; }

a.button,
button.button {
  border: 0;
  padding: 0.9em 1.875em;
  position: relative; }
  a.button:before, a.button:after,
  button.button:before,
  button.button:after {
    border: 2px solid #d8195e;
    box-sizing: border-box;
    content: "";
    height: 32%;
    left: 0;
    position: absolute;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    width: 100%; }
  a.button:before,
  button.button:before {
    border-bottom: 0;
    top: 0; }
  a.button:after,
  button.button:after {
    border-top: 0;
    bottom: 0; }
  a.button:hover:before, a.button:hover:after, a.button:focus:before, a.button:focus:after, a.button:active:before, a.button:active:after,
  button.button:hover:before,
  button.button:hover:after,
  button.button:focus:before,
  button.button:focus:after,
  button.button:active:before,
  button.button:active:after {
    height: 50%; }

.button-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25em 0; }
  .button-icon .icon {
    height: 1em;
    min-width: 1em;
    text-align: center; }

#menu-open,
#menu-close {
  background: 0;
  border: 0;
  color: inherit;
  height: 30px;
  padding: 0;
  position: relative;
  width: 30px; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

/* Images */
img {
  height: auto;
  max-width: 100%; }

/* Heading decoration */
.line-top {
  position: relative; }
  .line-top:before {
    border-left: 45px solid #d8195e;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 0.83333rem; }

/* Grid */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.83333em;
  margin-right: -0.83333em; }

.grid-item {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 1.66667em;
  padding-left: 0.83333em;
  padding-right: 0.83333em; }

.grid-col-2 .grid-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.grid-col-3 .grid-item {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

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

@media only screen and (max-width: 760px) {
  .grid-col-3 .grid-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 100%; }
  h1 {
    font-size: 2.22222em; }
  h2 {
    font-size: 1.88889em; }
  blockquote {
    font-size: 1.33333em; } }

@media only screen and (max-width: 540px) {
  .grid-col-2 .grid-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

::selection {
  background-color: #86939d; }

@media screen and (min-width: 800px) {
  /* custom scrollbar */
  /* Set Scrollbar width */
  ::-webkit-scrollbar {
    width: 8px; }
  /* set Track */
  ::-webkit-scrollbar-track {
    background: #272c30; }
  /* set Thumb */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #606c76; } }

/* hero section subtitle */
.hero-subtitle {
  margin-bottom: 0.5em; }

/* contact select tag */
.form-select-wrap #subject option {
  background: #272c30;
  color: #86939d; }

/**
 * Custom Icons
 */
.icon-menu,
.icon-close {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-angle-right,
.icon-angle-left {
  background: 0;
  border-color: currentColor;
  border-style: solid;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  height: 10px;
  left: 50%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px; }

.icon-angle-right {
  margin-left: -7px;
  transform: rotate(45deg); }

.icon-angle-left {
  margin-left: -3px;
  transform: rotate(-135deg); }

/**
 * Animations
 */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.site-content {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
 * Structure
 */
.outer {
  padding-left: 3vw;
  padding-right: 3vw; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.inner-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.site {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

.site-content {
  padding-bottom: 5em;
  padding-top: 5em; }

@media only screen and (max-width: 600px) {
  .site-content {
    padding-bottom: 3.33333em;
    padding-top: 3.33333em; } }

/**
 * Site Header
 */
.site-header {
  border-bottom: 1px solid #e9ebed;
  padding-bottom: 1em;
  padding-top: 1em; }

.site-header-inside {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .site-branding a {
    border: 0;
    color: inherit !important; }

.site-logo {
  margin: 0; }
  .site-logo img {
    max-height: 2.5em; }

.site-title {
  color: #fff;
  font-size: 1.22222em;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase; }
  .site-title a {
    background: #d8195e;
    display: inline-block;
    padding: 0.2em 0.45em; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-item {
  font-size: 16px;
  line-height: 1.2; }
  .menu-item.current-menu-item {
    color: #d8195e; }
  .menu-item a:not(.button) {
    border: 0;
    color: inherit; }
    .menu-item a:not(.button):hover {
      color: #d8195e; }

/*get cv*/
.cv-link {
  margin-left: 1em; }

@media only screen and (min-width: 801px) {
  .menu-toggle {
    display: none; }
  .site-navigation {
    margin-left: auto; }
  .menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu-item {
    margin-left: 25px; }
    .menu-item .button {
      padding: 0.275em 0.5em; } }

@media only screen and (max-width: 800px) {
  .site-header:after {
    background: rgba(39, 44, 48, 0.6);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s, visibility 0s .25s;
    transition: opacity .25s, visibility 0s .25s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }
  #menu-open {
    display: block;
    margin-left: auto; }
  .site-navigation {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    bottom: 0;
    margin: 0;
    max-width: 360px;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    transition: right 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 999; }
  .site-nav-inside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  #menu-close {
    display: block;
    position: absolute;
    right: 3vw;
    top: 1rem; }
  .menu {
    padding: calc(2em + 30px) 3vw 3.33333em;
    text-align: center; }
  .menu-item {
    border-bottom: 1px solid #e9ebed;
    display: block;
    padding: 0.5em 0;
    font-size: 1.2em; }
    .menu-item:first-child {
      margin-top: 1em;
      border-top: 1px solid #e9ebed; }
    .menu-item:not(.menu-button):last-child {
      border-bottom: 1px solid #e9ebed; }
    .menu-item a {
      display: block; }
      .menu-item a:not(.button) {
        padding: 0.75em 0; }
  .menu-button {
    padding: 1em 0; }
    .menu-button + .menu-button {
      border-top: 0;
      padding-top: 0; }
    .menu-button .button {
      padding-left: 0.5em;
      padding-right: 0.5em; }
  .menu--opened {
    overflow: hidden; }
    .menu--opened .site-header:after {
      opacity: 1;
      -webkit-transition: opacity .25s;
      transition: opacity .25s;
      visibility: visible; }
    .menu--opened .site-navigation {
      right: 0;
      -webkit-transition: right .3s ease;
      transition: right .3s ease;
      visibility: visible; } }

/**
 * Posts and Pages
 */
.post {
  margin-bottom: 1.66667em; }

.page-header,
.post-header {
  margin-bottom: 2.5em; }

.page-title,
.post-title {
  margin-bottom: 0; }

.page-subtitle,
.post-subtitle {
  color: #86939d;
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.post-subtitle {
  font-size: 1.33333em;
  line-height: 1.5; }

.post-meta {
  color: #86939d;
  font-size: 0.88889em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.post-full .post-meta {
  padding-bottom: 1.875em;
  padding-top: 0.9375em; }

.post-image {
  border: 0;
  display: block;
  margin-bottom: 1.66667em;
  text-align: center; }
  .post-image img {
    width: 70%; }

@media screen and (max-width: 800px) {
  .post-image img {
    width: 100%; } }

/* Post feed */
.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 1.33333em;
  position: relative;
  width: 100%; }
  .post-thumbnail:before {
    content: "";
    display: block;
    padding-top: 60%; }
  .post-thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }

.post-feed .post-header {
  margin-bottom: 0.83333em; }

.post-feed .post-title {
  font-size: 1.33333em; }
  .post-feed .post-title a {
    border: 0;
    color: inherit; }
    .post-feed .post-title a:hover, .post-feed .post-title a:focus {
      color: #49535a; }

.post-feed .post-meta {
  margin-top: 0.5em; }

.post-content p img[alt="Tool-Logo"] {
  width: 48px; }

/*  resume  */
.resume .resume-type {
  margin-left: 1em; }
  .resume .resume-type li a {
    border: none !important; }

@media only screen and (min-width: 541px) {
  .post-feed.grid-col-2 .post-thumbnail {
    margin-bottom: 0.83333em; }
  .post-feed.grid-col-2 .post-meta {
    font-size: 14px; } }

@media only screen and (min-width: 761px) {
  .post-feed.grid-col-3 .post-thumbnail {
    margin-bottom: 0.83333em; }
  .post-feed.grid-col-3 .post-meta {
    font-size: 14px; } }

@media only screen and (max-width: 600px) {
  .page-header,
  .post-header {
    margin-bottom: 2em; }
  .post-subtitle {
    font-size: 1.22222em; } }

/**
 * Projects
 */
.project {
  margin-bottom: 1.66667em; }

.project-header {
  margin-top: 0.83333em; }

.project-title {
  font-size: 1.33333em;
  margin: 0; }

.project-thumbnail {
  border: 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .project-thumbnail:before {
    content: "";
    display: block;
    padding-top: 60%; }
  .project-thumbnail:after {
    background: rgba(39, 44, 48, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .project-thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 1s ease;
    transition: 1s ease;
    width: 100%; }

.project-link {
  border: 0;
  color: #272c30;
  display: block;
  position: relative; }
  .project-link:hover img, .project-link:focus img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }

@media only screen and (min-width: 761px) {
  .portfolio-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.83333em;
    margin-right: -0.83333em; }
    .portfolio-feed .project {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      padding-left: 0.83333em;
      padding-right: 0.83333em; }
    .portfolio-feed.layout-mosaic .project {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      max-width: 60%; }
      .portfolio-feed.layout-mosaic .project:nth-child(4n+2), .portfolio-feed.layout-mosaic .project:nth-child(4n+3) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%; }
        .portfolio-feed.layout-mosaic .project:nth-child(4n+2) .project-thumbnail:before, .portfolio-feed.layout-mosaic .project:nth-child(4n+3) .project-thumbnail:before {
          padding-top: calc(90% + 9px); }
    .portfolio-feed .project-header {
      box-sizing: border-box;
      left: 0;
      margin: 0;
      padding: 1.33333em;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      z-index: 2; }
    .portfolio-feed .project-title {
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .portfolio-feed .project-link {
      color: #fff; }
      .portfolio-feed .project-link:hover .project-title, .portfolio-feed .project-link:focus .project-title {
        opacity: 1; }
      .portfolio-feed .project-link:hover .project-thumbnail:after, .portfolio-feed .project-link:focus .project-thumbnail:after {
        opacity: 1;
        visibility: visible; } }

/**
 * Sections
 */
.block {
  padding-top: 5em; }

.block:first-child,
.page-header + .block {
  padding-top: 0; }

.block-image {
  margin-bottom: 1.66667em; }

.block-header {
  margin-bottom: 2.5em; }

.block-title {
  font-size: 1.66667em;
  margin: 0; }

.block-subtitle {
  color: #86939d;
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0.5em 0 0; }

.block-buttons,
.grid-item-buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.83333em; }
  .block-buttons a,
  .grid-item-buttons a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.9375em;
    margin-right: 20px; }
    .block-buttons a:not(.button),
    .grid-item-buttons a:not(.button) {
      border: 0; }

/* Grid section */
.grid-item-counter {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.33333em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 0.58333em 0;
  position: relative;
  text-align: center;
  width: 2.66667em; }
  .grid-item-counter:before, .grid-item-counter:after {
    border: 2px solid #e9ebed;
    box-sizing: border-box;
    content: "";
    height: 35%;
    left: 0;
    position: absolute;
    width: 100%; }
  .grid-item-counter:before {
    border-bottom: 0;
    top: 0; }
  .grid-item-counter:after {
    border-top: 0;
    bottom: 0; }

.grid-item-title {
  font-size: 1.33333em;
  margin: 0 0 0.75em; }

.grid-item-image {
  margin-bottom: 1.33333em; }

/* Hero section */
.block-hero .block-header {
  margin-bottom: 0.83333em; }

.block-hero .block-title {
  font-size: 2.44444em; }

/* Portfolio section */
.view-all-button {
  box-sizing: border-box;
  color: #d8195e;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.9em 1em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .view-all-button:before, .view-all-button:after {
    border: 2px solid #d8195e;
    box-sizing: border-box;
    content: "";
    height: 32%;
    left: 0;
    position: absolute;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    width: 100%; }
  .view-all-button:before {
    border-bottom: 0;
    top: 0; }
  .view-all-button:after {
    border-top: 0;
    bottom: 0; }

.view-all-link .project-thumbnail:after {
  opacity: 1;
  visibility: visible; }

.view-all-link:hover .view-all-button:before, .view-all-link:hover .view-all-button:after, .view-all-link:focus .view-all-button:before, .view-all-link:focus .view-all-button:after {
  height: 50%; }

/* Testimonials section */
.testimonial {
  font-size: 1em;
  line-height: 1.66667;
  margin: 0;
  padding-left: 1.66667em; }
  .testimonial:before {
    font-size: 3rem; }

.testimonial-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.33333em; }

.testimonial-avatar {
  border-radius: 50%;
  height: 60px;
  margin-right: 0.83333em;
  width: 60px; }

.testimonial-author {
  font-size: 0.88889em;
  font-weight: bold;
  margin: 0; }

@media only screen and (max-width: 600px) {
  .block {
    padding-top: 3.33333em; }
  .block-header {
    margin-bottom: 2em; }
  .block-hero .block-title {
    font-size: 2.22222em; } }

/**
 * Site Footer
 */
.site-footer {
  border-top: 1px solid #e9ebed;
  padding-bottom: 1.33333em;
  padding-top: 2.5em; }

#colophon a:not(.button) {
  color: inherit; }
  #colophon a:not(.button):hover, #colophon a:not(.button):focus {
    color: #d8195e; }

.site-info,
.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 1.25em; }
  .site-info .button,
  .social-links .button {
    font-size: inherit;
    padding: 0.275em 0.5em; }

.site-info .copyright,
.site-info a {
  margin: 0 10px 0.25em 0; }

.social-links a {
  margin: 0 20px 0.25em 0; }
  .social-links a:not(.button) {
    border: 0; }

.social-links .icon {
  font-size: 18px; }

@media only screen and (min-width: 601px) {
  .site-footer-inside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .social-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto; }
    .social-links a {
      margin-left: 30px;
      margin-right: 0; } }

/**
 * Palettes
 */
.palette-dark {
  background: #272c30;
  color: #bec5cb; }
  .palette-dark pre {
    background: #2e3438; }
  .palette-dark hr,
  .palette-dark th,
  .palette-dark td,
  .palette-dark input[type="text"],
  .palette-dark input[type="password"],
  .palette-dark input[type="email"],
  .palette-dark input[type="tel"],
  .palette-dark input[type="number"],
  .palette-dark input[type="search"],
  .palette-dark input[type="url"],
  .palette-dark select,
  .palette-dark textarea,
  .palette-dark .site-header,
  .palette-dark .site-footer,
  .palette-dark .grid-item-counter:before,
  .palette-dark .grid-item-counter:after {
    border-color: #373e44; }
  .palette-dark h1,
  .palette-dark h2,
  .palette-dark h3,
  .palette-dark h4,
  .palette-dark h5,
  .palette-dark h6,
  .palette-dark th,
  .palette-dark label {
    color: #fff; }
  .palette-dark a:not(.button):hover,
  .palette-dark a:not(.button):focus {
    color: #bec5cb; }
  .palette-dark caption,
  .palette-dark .page-subtitle,
  .palette-dark .post-subtitle,
  .palette-dark .post-meta,
  .palette-dark .pagination .page-number
.block-subtitle,
  .palette-dark .testimonial-author {
    color: #606c76; }
  .palette-dark ::-webkit-input-placeholder {
    color: #606c76; }
  .palette-dark ::-moz-placeholder {
    color: #606c76;
    opacity: 1; }
  .palette-dark :-ms-input-placeholder {
    color: #606c76; }
  .palette-dark ::-ms-input-placeholder {
    color: #606c76; }
  .palette-dark ::placeholder {
    color: #606c76; }
  @media only screen and (max-width: 800px) {
    .palette-dark .site-header:after {
      background: rgba(5, 5, 6, 0.6); }
    .palette-dark .site-navigation {
      background: #272c30; }
    .palette-dark .menu-item,
    .palette-dark .menu-item:not(.menu-button):last-child {
      border-color: #373e44; } }

.accent-green a,
.accent-green blockquote:before,
.accent-green .menu-item.current-menu-item,
.accent-green .menu-item a:not(.button):hover,
.accent-green .view-all-button,
.accent-green #colophon a:not(.button):hover {
  color: #0da5b1; }

.accent-green .form-group .animate-border,
.accent-green .site-title a {
  background: #0da5b1; }

.accent-green button,
.accent-green input[type="submit"],
.accent-green input[type="button"],
.accent-green input[type="reset"],
.accent-green .button {
  border-color: #0da5b1;
  color: #0da5b1; }
  .accent-green button:hover, .accent-green button:focus, .accent-green button:active,
  .accent-green input[type="submit"]:hover,
  .accent-green input[type="submit"]:focus,
  .accent-green input[type="submit"]:active,
  .accent-green input[type="button"]:hover,
  .accent-green input[type="button"]:focus,
  .accent-green input[type="button"]:active,
  .accent-green input[type="reset"]:hover,
  .accent-green input[type="reset"]:focus,
  .accent-green input[type="reset"]:active,
  .accent-green .button:hover,
  .accent-green .button:focus,
  .accent-green .button:active {
    color: #0da5b1; }

.accent-green a.button:before,
.accent-green a.button:after,
.accent-green button.button:before,
.accent-green button.button:after,
.accent-green .view-all-button:before,
.accent-green .view-all-button:after,
.accent-green .line-top:before {
  border-color: #0da5b1; }

.accent-blue a,
.accent-blue blockquote:before,
.accent-blue .menu-item.current-menu-item,
.accent-blue .menu-item a:not(.button):hover,
.accent-blue .view-all-button,
.accent-blue #colophon a:not(.button):hover {
  color: #0C8DEA; }

.accent-blue .form-group .animate-border,
.accent-blue .site-title a {
  background: #0C8DEA; }

.accent-blue button,
.accent-blue input[type="submit"],
.accent-blue input[type="button"],
.accent-blue input[type="reset"],
.accent-blue .button {
  border-color: #0C8DEA;
  color: #0C8DEA; }
  .accent-blue button:hover, .accent-blue button:focus, .accent-blue button:active,
  .accent-blue input[type="submit"]:hover,
  .accent-blue input[type="submit"]:focus,
  .accent-blue input[type="submit"]:active,
  .accent-blue input[type="button"]:hover,
  .accent-blue input[type="button"]:focus,
  .accent-blue input[type="button"]:active,
  .accent-blue input[type="reset"]:hover,
  .accent-blue input[type="reset"]:focus,
  .accent-blue input[type="reset"]:active,
  .accent-blue .button:hover,
  .accent-blue .button:focus,
  .accent-blue .button:active {
    color: #0C8DEA; }

.accent-blue a.button:before,
.accent-blue a.button:after,
.accent-blue button.button:before,
.accent-blue button.button:after,
.accent-blue .view-all-button:before,
.accent-blue .view-all-button:after,
.accent-blue .line-top:before {
  border-color: #0C8DEA; }

.accent-violet a,
.accent-violet blockquote:before,
.accent-violet .menu-item.current-menu-item,
.accent-violet .menu-item a:not(.button):hover,
.accent-violet .view-all-button,
.accent-violet #colophon a:not(.button):hover {
  color: #7c43a8; }

.accent-violet .form-group .animate-border,
.accent-violet .site-title a {
  background: #7c43a8; }

.accent-violet button,
.accent-violet input[type="submit"],
.accent-violet input[type="button"],
.accent-violet input[type="reset"],
.accent-violet .button {
  border-color: #7c43a8;
  color: #7c43a8; }
  .accent-violet button:hover, .accent-violet button:focus, .accent-violet button:active,
  .accent-violet input[type="submit"]:hover,
  .accent-violet input[type="submit"]:focus,
  .accent-violet input[type="submit"]:active,
  .accent-violet input[type="button"]:hover,
  .accent-violet input[type="button"]:focus,
  .accent-violet input[type="button"]:active,
  .accent-violet input[type="reset"]:hover,
  .accent-violet input[type="reset"]:focus,
  .accent-violet input[type="reset"]:active,
  .accent-violet .button:hover,
  .accent-violet .button:focus,
  .accent-violet .button:active {
    color: #7c43a8; }

.accent-violet a.button:before,
.accent-violet a.button:after,
.accent-violet button.button:before,
.accent-violet button.button:after,
.accent-violet .view-all-button:before,
.accent-violet .view-all-button:after,
.accent-violet .line-top:before {
  border-color: #7c43a8; }

.accent-yellow a,
.accent-yellow blockquote:before,
.accent-yellow .menu-item.current-menu-item,
.accent-yellow .menu-item a:not(.button):hover,
.accent-yellow .view-all-button,
.accent-yellow #colophon a:not(.button):hover {
  color: #f8f418; }

.accent-yellow .form-group .animate-border,
.accent-yellow .site-title a {
  background: #f8f418; }

.accent-yellow button,
.accent-yellow input[type="submit"],
.accent-yellow input[type="button"],
.accent-yellow input[type="reset"],
.accent-yellow .button {
  border-color: #f8f418;
  color: #f8f418; }
  .accent-yellow button:hover, .accent-yellow button:focus, .accent-yellow button:active,
  .accent-yellow input[type="submit"]:hover,
  .accent-yellow input[type="submit"]:focus,
  .accent-yellow input[type="submit"]:active,
  .accent-yellow input[type="button"]:hover,
  .accent-yellow input[type="button"]:focus,
  .accent-yellow input[type="button"]:active,
  .accent-yellow input[type="reset"]:hover,
  .accent-yellow input[type="reset"]:focus,
  .accent-yellow input[type="reset"]:active,
  .accent-yellow .button:hover,
  .accent-yellow .button:focus,
  .accent-yellow .button:active {
    color: #f8f418; }

.accent-yellow a.button:before,
.accent-yellow a.button:after,
.accent-yellow button.button:before,
.accent-yellow button.button:after,
.accent-yellow .view-all-button:before,
.accent-yellow .view-all-button:after,
.accent-yellow .line-top:before {
  border-color: #f8f418; }

body.has-theme-bar #page {
  top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #page {
      top: 60px; } }
