@charset "UTF-8";
/* -------------------- Variable  -------------------- */
/* -------------------- Variable  -------------------- */
/* -------------------- Margins -------------------- */
/* -------------------- Padding -------------------- */
/* -------------------- Other -------------------- */
/* -------------------- Scrollbar Styles -------------------- */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 6px;
  border: 3px solid #fafafa;
}

::-webkit-scrollbar-track {
  background: #fafafa;
}

/* -------------------- Bootstrap Adjustments-------------------- */
.container-fluid {
  padding: 0;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.row > * {
  padding: 0;
}

.toast {
  background-color: #cfe2f3;
  color: #353738;
  font-family: "Source Sans Pro", serif;
  margin-top: 1em;
}

.toast a {
  color: #353738;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.toast a:hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: black;
  text-decoration: underline;
}

.toast .toast-body {
  max-width: 300px;
}

.toast .btn-close {
  background-position: calc(100% - 18px) center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-flex: 2.5;
      -ms-flex-positive: 2.5;
          flex-grow: 2.5;
  height: auto;
  margin: 0 !important;
}

.modal-dialog {
  max-width: 720px !important;
}

.modal-dialog .modal-body {
  padding: 0;
}

.modal-dialog iframe {
  height: 79vh;
  max-height: 704px;
}

/*.ratio>img {
    height: initial;
    object-fit: cover;
    aspect-ratio: 1 /1;
}*/
/* -------------------- Animation  -------------------- */
html {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: linear .2s;
  transition: linear .2s;
  -webkit-transition-property: color, background-color, border-color, fill;
  transition-property: color, background-color, border-color, fill;
}

.slowfade {
  -webkit-transition: opacity 5s linear;
  transition: opacity 5s linear;
}

.slowfade.opacity-off {
  opacity: 0;
}

.slowfade.opacity-on {
  opacity: 1;
}

/* -------------------- Text  -------------------- */
body {
  color: #586165;
  font-family: "Noto Serif", sans-serif;
  -webkit-font-feature-settings: "liga", "kern";
          font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  color: #282a2b;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h2, .h2, h3, .h3, h4, .h4 {
  color: #778390;
}

h2, .h2 {
  font-size: 28px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

/* -------------------- Images -------------------- */
.square-img {
  padding: 100% 15px 0;
  overflow: hidden;
  position: relative;
}

.square-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------- Links Buttons and Inputs -------------------- */
a {
  color: #00b8ff;
  text-decoration: none;
}

button {
  background-color: #00b8ff;
  border: none;
  border-radius: 2px;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  padding: 10px 32px;
  text-transform: uppercase;
}

button.submit {
  margin: 30px 0 20px;
}

input[type=text], textarea {
  border: 1px solid rgba(66, 66, 66, 0.2);
  border-radius: 1px;
  line-height: 24px;
  padding: 14px 16px;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style: italic;
}

input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
}

input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-style: italic;
}

input[type=text]::placeholder, textarea::placeholder {
  font-style: italic;
}

input[type=text]:focus, textarea:focus {
  border-radius: 0;
  border-color: #00b8ff;
}

input[type=text] {
  margin-bottom: 20px;
}

textarea {
  display: block;
  height: 260px;
  margin-bottom: 40px;
  resize: none;
}

#scroll_btn {
  background-color: rgba(40, 42, 43, 0.2);
  border-radius: 50%;
  float: right;
  height: 32px;
  margin-top: -100px;
  margin-right: 20px;
  opacity: .5;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 32px;
}

#scroll_btn:before {
  background: url(../img/icon-left.svg) 50% no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
}

#scroll_btn.active_scroll {
  bottom: -32px;
  position: fixed;
}

#scroll_btn.active_scroll.onscreen {
  bottom: 20px;
}

#scroll_btn.active_scroll.onscreen:hover {
  margin-bottom: 5px;
  opacity: 1;
}

/* -------------------- Containers -------------------- */
.b_mw_1440 {
  max-width: 1440px;
}

.b_mw_1240 {
  max-width: 1240px;
}

.b_mw_1110 {
  max-width: 1110px;
}

.b_mw_900 {
  max-width: 900px;
}

.b_mw_720 {
  max-width: 720px;
}

/* -------------------- Layout - Global -------------------- */
main > div {
  margin-bottom: 100px;
}

/* -------------------- Modules -------------------- */
.no-split, .split-3 {
  padding-bottom: 100px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.no-split > div:last-child > div, .no-split p:last-of-type, .split-3 > div:last-child > div, .split-3 p:last-of-type {
  margin-bottom: 0;
}

.split-3 > div > div, .split-4 > div > div {
  margin: 0 0 56px;
}

footer a {
  color: #373839;
}

/* -------------------- Page Template Styles -------------------- */
.profile-page {
  /* -------------------- Variable  -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Margins -------------------- */
  /* -------------------- Padding -------------------- */
  /* -------------------- Other -------------------- */
}

.profile-page h1, .profile-page .h1,
.profile-page h2, .profile-page .h2,
.profile-page h3, .profile-page .h3,
.profile-page h4, .profile-page .h4,
.profile-page nav, .profile-page .back a, .profile-page footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.profile-page h1, .profile-page .h1 {
  font-weight: 700;
}

.profile-page h3, .profile-page p {
  margin-top: 0;
  margin-bottom: 20px;
}

.profile-page .no-split p, .profile-page .split-3 p {
  font-style: italic;
}

.profile-page .header h1 {
  margin-bottom: 20px;
}

.profile-page .header .back {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.profile-page .content-container {
  padding-left: 24px;
  padding-right: 24px;
  min-height: calc(100vh - 200px);
}

.profile-page .page-head {
  overflow: hidden;
  padding-top: 52px;
}

.profile-page .page-head .col-12 {
  width: calc(100vw);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50% - 30px);
  margin-right: calc(-50% - 30px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 15px;
  padding: 0 15px;
}

.profile-page .page-head .col-12 > div {
  width: 1440px;
  max-width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/span 12;
  margin-left: auto;
  margin-right: auto;
}

.profile-page .page-head .header {
  padding-left: 24px;
  padding-right: 24px;
}

.profile-page .page-head .header .back {
  margin-bottom: 100px;
}

.profile-page .page-head .header .back a {
  color: #424242;
}

.profile-page .page-footer {
  height: 100px;
}

.project-page {
  background-color: white;
  /* -------------------- Variable  -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Margins -------------------- */
  /* -------------------- Padding -------------------- */
  /* -------------------- Other -------------------- */
  /* -------------------- Text  -------------------- */
  /* -------------------- Images -------------------- */
  /* -------------------- Links Buttons and Inputs -------------------- */
  /* -------------------- Generic Module Components -------------------- */
  /* -------------------- Specific Modules -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Margins -------------------- */
  /* -------------------- Padding -------------------- */
  /* -------------------- Other -------------------- */
}

.project-page > div {
  color: #353738;
  line-height: 1.5;
  overflow-x: clip;
}

.project-page > div h1, .project-page > div .h1,
.project-page > div .quote h2,
.project-page > div h3, .project-page > div .h3,
.project-page > div h4, .project-page > div .h4,
.project-page > div footer {
  font-family: "Source Sans Pro", serif;
  font-weight: 700;
}

.project-page > div h3, .project-page > div .h3 {
  color: #306932;
  font-size: 21px;
  line-height: 25px;
}

.project-page > div p {
  margin-bottom: 20px;
}

.project-page a {
  color: #353738;
}

.project-page section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.project-page .no-split {
  padding-bottom: 0;
}

.project-page .no-split .text-col {
  padding-top: 0;
  padding-bottom: 0;
}

.project-page .no-split, .project-page .split-3, .project-page .split-4 {
  padding-left: 24px;
  padding-right: 24px;
}

.project-page .split-4 .row > div p:last-of-type {
  margin-bottom: 0;
}

.project-page .text-col {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.project-page .media-col iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3 /2;
  min-height: 25vh;
}

.project-page .caption {
  padding-top: 20px;
}

.project-page .project_header {
  background-color: gray;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-position: 50%;
}

.project-page .project_header .row {
  padding-left: 24px;
  padding-right: 24px;
}

.project-page .project_header .row > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-page .project_header .homelink {
  color: white;
  font-family: "Source Sans Pro", serif;
  font-size: .75rem;
  padding-top: 15px;
}

.project-page .project_header .homelink div:nth-of-type(2) {
  font-size: .625rem;
  font-style: italic;
}

.project-page .project_header .title {
  margin: 60px 0 100px;
}

.project-page .project_header .title h1 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 30px;
}

.project-page .project_header .title h2 {
  font-size: inherit;
  line-height: 18px;
}

.project-page .project_header .title h1, .project-page .project_header .title h2 {
  color: white;
}

.project-page .header {
  background-color: #306932;
  padding-bottom: 100px;
  padding-top: 100px;
}

.project-page .header .h1 {
  color: #D5F1B9;
}

.project-page .quote {
  background-color: #edf1f1;
  font-family: "Source Sans Pro", serif;
  padding: 60px 24px;
}

.project-page .quote .text-container *:first-child {
  margin-bottom: 25px;
}

.project-page .quote .text-container *:nth-child(2) {
  margin-bottom: 0;
}

.project-page .quote .h2 {
  color: #353738;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
}

.project-page .quote .h2::before {
  content: open-quote;
}

.project-page .quote .h2::after {
  content: close-quote;
}

.project-page .quote h4 {
  color: #353738;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.project-page .quote .author {
  font-family: "Noto Serif", sans-serif;
}

.project-page .mockups {
  padding-top: 0;
  padding-bottom: 0;
}

.project-page .gallery {
  background-color: #E5EFF3;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.project-page .gallery .row {
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.project-page .gallery .col-6 {
  width: calc(50% - 15px);
}

.project-page .gallery .gallery-item .screen {
  border-radius: 11%;
  overflow: hidden;
  padding: 3.3%;
  width: 103%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.project-page .gallery .gallery-item .screen .scrolling-content {
  border-radius: 6%;
  overflow-y: scroll;
}

.project-page .gallery .gallery-item:before {
  content: "";
  width: 98%;
  height: 97%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08), 0 8px 20px 2px rgba(12, 44, 76, 0.08), inset 0 2px 10px 0 rgba(0, 0, 0, 0.08), inset 0 8px 20px 2px rgba(12, 44, 76, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08), 0 8px 20px 2px rgba(12, 44, 76, 0.08), inset 0 2px 10px 0 rgba(0, 0, 0, 0.08), inset 0 8px 20px 2px rgba(12, 44, 76, 0.08);
  border-radius: 31px;
}

.project-page .project-footer {
  background-color: #f3f7f8;
  color: #353738;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.project-page .project-footer .row {
  margin-bottom: 16px;
}

.project-page .project-footer a .owner-info {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.project-page .project-footer a .owner-info div:nth-of-type(1) {
  font-weight: 700;
  line-height: 1;
}

.project-page .project-footer a .owner-info div:nth-of-type(2) {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.project-page .project-footer a .owner-info:hover {
  color: black;
}

.project-page .project-footer .footer-links {
  margin-top: 24px;
  margin-bottom: 24px;
}

.project-page .project-footer .footer-links .footer-btn {
  background-color: white;
  border-radius: 18px;
  color: #778390;
  font-family: "Source Sans Pro", serif;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
}

.project-page .project-footer .project-footer-icons {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 36px;
  width: 1440px;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.project-page .project-footer .project-footer-icons a {
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: linear .1s;
  transition: linear .1s;
}

.project-page .project-footer .project-footer-icons a svg {
  fill: white;
}

.project-page .project-footer .project-footer-icons a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  margin-left: 24px;
}

.project-page .project-footer .project-footer-icons a.facebook:hover svg {
  fill: #3b5998;
}

.project-page .project-footer .project-footer-icons a.twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.project-page .project-footer .project-footer-icons a.twitter:hover svg {
  fill: #55acee;
}

.project-page .project-footer .project-footer-icons a.linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
}

.project-page .project-footer .project-footer-icons a.linkedin:hover svg {
  fill: #0976b4;
}

.project-page .project-footer .project-footer-icons a:hover {
  background-color: white;
  border-color: white;
}

.project-page .project-footer .project-footer-icons svg {
  width: 14px;
  height: 14px;
  display: block;
}

.imported-project-page {
  /* -------------------- Variable  -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Margins -------------------- */
  /* -------------------- Padding -------------------- */
  /* -------------------- Other -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Variable  -------------------- */
  /* -------------------- Margins -------------------- */
  /* -------------------- Padding -------------------- */
  /* -------------------- Other -------------------- */
}

.imported-project-page > div {
  margin-bottom: 0 !important;
  overflow-x: clip;
}

.imported-project-page > div .opacity-0 {
  opacity: 0;
}

.imported-project-page > div .spinner-border {
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
}

.imported-project-page .project_header {
  background-color: rgba(241, 243, 244, 0.949);
  border-bottom: 1pt solid white;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-position: 50%;
}

.imported-project-page .project_header a {
  color: #282a2b;
}

.imported-project-page .project_header a:hover {
  text-decoration: underline;
}

.imported-project-page .project_header .row {
  max-width: inherit;
  padding-left: 24px;
  padding-right: 24px;
}

.imported-project-page .project_header .row > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.imported-project-page .project_header .homelink {
  color: #373839;
  font-family: "Source Sans Pro", serif;
  font-size: .75rem;
  padding-top: 15px;
}

.imported-project-page .project_header .homelink div:nth-of-type(2) {
  font-size: .625rem;
  font-style: italic;
}

.imported-project-page .project_header .title {
  margin: 30px 0 40px;
}

.imported-project-page .project_header .title h1 {
  color: #353738;
  font-family: "Source Sans Pro", serif;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
}

.imported-project-page .project_header .title h2 {
  color: #81868A;
  font-size: inherit;
  line-height: 18px;
}

.imported-project-page .project_header .title p {
  line-height: 1.5;
  margin: 8px 0 0;
}

.imported-project-page .frame-holder {
  background-color: #373839;
}

.imported-project-page .frame-holder div {
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
}

.imported-project-page .frame-holder iframe {
  min-height: 50vh;
  margin-bottom: -7px;
}

.imported-project-page .frame-holder .badge-hide {
  background: #E5E6E6;
  height: 30px;
  margin-bottom: 3px;
  -webkit-transition: opacity linear .2s;
  transition: opacity linear .2s;
  width: 130px;
}

.imported-project-page .project-footer {
  background-color: #f3f7f8;
  color: #353738;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.imported-project-page .project-footer .row {
  margin-bottom: 16px;
}

.imported-project-page .project-footer a .owner-info {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.imported-project-page .project-footer a .owner-info div:nth-of-type(1) {
  font-weight: 700;
  line-height: 1;
}

.imported-project-page .project-footer a .owner-info div:nth-of-type(2) {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.imported-project-page .project-footer a .owner-info:hover {
  color: black;
}

.imported-project-page .project-footer .footer-links {
  margin-top: 24px;
  margin-bottom: 24px;
}

.imported-project-page .project-footer .footer-links .footer-btn {
  background-color: white;
  border-radius: 18px;
  color: #778390;
  font-family: "Source Sans Pro", serif;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
}

.imported-project-page .project-footer .project-footer-icons {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 36px;
  width: 1440px;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.imported-project-page .project-footer .project-footer-icons a {
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: linear .1s;
  transition: linear .1s;
}

.imported-project-page .project-footer .project-footer-icons a svg {
  fill: white;
}

.imported-project-page .project-footer .project-footer-icons a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  margin-left: 24px;
}

.imported-project-page .project-footer .project-footer-icons a.facebook:hover svg {
  fill: #3b5998;
}

.imported-project-page .project-footer .project-footer-icons a.twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.imported-project-page .project-footer .project-footer-icons a.twitter:hover svg {
  fill: #55acee;
}

.imported-project-page .project-footer .project-footer-icons a.linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
}

.imported-project-page .project-footer .project-footer-icons a.linkedin:hover svg {
  fill: #0976b4;
}

.imported-project-page .project-footer .project-footer-icons a:hover {
  background-color: white;
  border-color: white;
}

.imported-project-page .project-footer .project-footer-icons svg {
  width: 14px;
  height: 14px;
  display: block;
}

.imported-project-page .project-footer {
  background-color: #f3f7f8;
  color: #353738;
}

/* -------------------- Specific Page Styles  -------------------- */
/* -------------------- Variable  -------------------- */
/* -------------------- Variable  -------------------- */
/* -------------------- Margins -------------------- */
/* -------------------- Padding -------------------- */
/* -------------------- Other -------------------- */
#profile .bio {
  margin-bottom: 100px;
}

#profile .bio .image {
  /*aspect-ratio: 1 / 1;*/
  margin-bottom: 30px;
}

#profile .bio .mini-cv h1 {
  font-size: 56px;
  line-height: 58px;
}

#profile .bio .mini-cv h2 {
  font-size: 25px;
  line-height: 27px;
}

#profile .bio .mini-cv p:empty:before {
  content: "\00A0";
}

#profile .bio .mini-cv p:first-of-type {
  margin-bottom: 0;
}

#profile .bio .mini-cv p {
  line-height: 21px;
}

#profile .bio .mini-cv .details {
  margin-bottom: 50px;
}

#profile nav.profile-links li {
  margin: 0 20px 20px 0;
}

#profile nav.profile-links li .nav-link {
  background-color: white;
  border: 1px solid rgba(66, 66, 66, 0.2);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #424242;
  -webkit-font-feature-settings: "liga","kern";
          font-feature-settings: "liga","kern";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 21px;
  padding: 6px 18px;
  text-transform: uppercase;
}

#profile nav.profile-links li .nav-link:hover {
  background-color: rgba(66, 66, 66, 0.2);
  border-color: white;
  color: white;
}

#profile nav.profile-links .social {
  margin-right: 20px;
}

#profile nav.profile-links .social a {
  padding: 0;
  height: 100%;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}

#profile nav.profile-links .social a svg {
  fill: #424242;
}

#profile nav.profile-links .social a:hover svg {
  fill: white;
}

#profile .projects .project {
  color: #586165;
  margin-bottom: 100px;
  position: relative;
}

#profile .projects .project .project-name {
  padding: 20px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  z-index: 2;
  position: absolute;
  color: white;
}

#profile .projects .project .project-name .project-title {
  color: #778390;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 7px;
  text-decoration: none;
  color: white;
}

#profile .projects .project .project-name .project-subtitle {
  font-size: 16px;
  line-height: 19px;
  opacity: .8;
  color: white;
  margin-bottom: 16px;
}

#profile .projects .project .image-container {
  content-visibility: auto;
}

#profile .projects .project .image-container img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1 / 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

#profile .projects .project:hover .image-container img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

#about .overview .details {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 24px;
  margin-right: 24px;
}

#about .overview h3 {
  margin-top: 20px;
}

#contact > div {
  padding-bottom: 29px;
}

#contact form {
  padding-top: 40px;
  padding-bottom: 40px;
}

#contact form > div:first-of-type {
  margin-bottom: 30px;
}

#contact .no-split {
  padding-top: 1px;
  padding-bottom: 0;
}

#project_footprint_collective .project_header {
  background-image: url(../img/uxf/home-fc-thumb.png);
}

#project_footprint_collective .background {
  padding-bottom: 40px;
}

#project_footprint_collective .footprint {
  padding-bottom: 30px;
}

#project_footprint_collective .breakdown {
  padding-top: 30px;
}

/* -------------------- Styles Defined Inline on UXFolio -------------------- */
.i_mb_40 {
  margin-bottom: 40px;
}

.i_py_40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.i_py_30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* -------------------- Media Queries  -------------------- */
@media (hover: none) {
  .for_mobile {
    display: initial;
  }
  .for_not_mobile {
    display: none;
  }
}

@media (hover: hover) {
  .for_mobile {
    display: none;
  }
  .for_not_mobile {
    display: initial;
  }
}

@media (min-width: 576px) {
  .split-3, .split-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .split-3 > div > div, .split-4 > div > div {
    padding-left: 24px;
    padding-right: 24px;
  }
  .project-page p, .project-page li, .project-page a {
    font-size: 18px;
  }
  .project-page > div h3, .project-page > div .h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .project-page .project_header .title h1 {
    font-size: 48px;
    line-height: 51px;
  }
  .project-page .project_header .title h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .project-page .gallery .col-6 {
    width: calc(31.8% - 10px);
  }
  #about .image img {
    max-height: 40vh;
  }
  #contact > div {
    padding-bottom: 23px;
  }
  #contact .no-split {
    padding-top: 11px;
  }
}

@media (min-width: 768px) {
  input {
    line-height: 27px;
  }
  #scroll_btn {
    height: 64px;
    margin-right: 30px;
    width: 64px;
  }
  #scroll_btn:before {
    background-size: 20px 20px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .no-split, .split-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .split-3 > div > div, .split-4 > div > div {
    margin-left: 28px;
    margin-right: 28px;
    padding-left: inherit;
    padding-right: inherit;
  }
  .split-3 > div:first-of-type > div, .split-3 > div:nth-of-type(odd) > div, .split-4 > div:first-of-type > div, .split-4 > div:nth-of-type(odd) > div {
    margin-left: 0px;
  }
  .split-3 > div:nth-of-type(even) > div, .split-4 > div:nth-of-type(even) > div {
    margin-right: 0px;
  }
  .split-3 > div:last-of-type > div, .split-4 > div:last-of-type > div {
    margin-right: 0px;
    margin-right: 28px;
  }
  .profile-page .content-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .profile-page .content-container h1, .profile-page .content-container .h1 {
    font-size: 80px;
    line-height: 91px;
  }
  .profile-page .content-container h2, .profile-page .content-container .h2 {
    font-size: 40px;
    line-height: 43px;
  }
  .profile-page .content-container h3, .profile-page .content-container .h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .profile-page .content-container h4, .profile-page .content-container .h4 {
    font-size: 20px;
    line-height: 27px;
  }
  .profile-page .content-container p {
    font-size: 16px;
  }
  .profile-page .content-container div, .profile-page .content-container p, .profile-page .content-container input {
    line-height: 27px;
  }
  .profile-page .page-head {
    padding-top: 72px;
  }
  .profile-page .page-head .header {
    padding-top: 78px;
  }
  .profile-page .page-head .header > div {
    margin-left: 12px;
  }
  .project-page p, .project-page li, .project-page a {
    line-height: 30px;
  }
  .project-page #scroll_btn.active_scroll {
    bottom: -64px;
  }
  .project-page #scroll_btn.active_scroll.onscreen {
    bottom: 40px;
  }
  .project-page #scroll_btn.active_scroll.onscreen:hover {
    margin-bottom: 5px;
    opacity: 1;
  }
  .project-page > div h3, .project-page > div .h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .project-page .text-col {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .project-page .split-4 .row {
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
  .project-page .split-4 .row > div {
    width: calc(50% - 40px);
  }
  .project-page .project_header .homelink {
    font-size: 1rem;
    padding-top: 24px;
  }
  .project-page .project_header .homelink div:first-of-type {
    line-height: 1;
  }
  .project-page .project_header .homelink div:nth-of-type(2) {
    font-size: .75rem;
    line-height: 1.5;
  }
  .project-page .project_header .title h1 {
    font-size: 60px;
    line-height: 63px;
  }
  .project-page .project_header .title h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .project-page .header h1, .project-page .header .h1 {
    font-size: 60px;
    line-height: 63px;
  }
  .project-page .quote h4 {
    font-size: 24px;
    line-height: 29px;
  }
  .project-page .quote .h2 {
    font-size: 40px;
    line-height: 43px;
  }
  .project-page .gallery .col-6 {
    width: calc(31.8% - 10px);
  }
  .imported-project-page .frame-holder iframe {
    min-height: 85vh;
  }
  #profile .content-container {
    padding-left: 0;
    padding-right: 0;
  }
  #profile .bio {
    padding-top: 78px;
    margin-bottom: 130px;
  }
  #profile .bio > div {
    padding-top: 72px;
  }
  #profile .bio .image {
    padding: 0;
    margin-bottom: 0;
  }
  #profile .bio .image .square-img {
    height: 460px;
    padding: 0 25px 0 15px;
  }
  #profile .bio .image .square-img img {
    position: relative;
    top: auto;
    left: auto;
  }
  #profile .bio .mini-cv {
    padding: 0 15px 0 25px;
  }
  #profile .bio .mini-cv h1 {
    font-size: 80px;
    line-height: 83px;
  }
  #profile .bio .mini-cv h2, #profile .bio .mini-cv .h2 {
    font-size: 36px;
    line-height: 39px;
  }
  #profile .bio .mini-cv p {
    font-size: 20px;
    line-height: 30px;
  }
  #profile .bio nav.profile-links li .nav-link {
    font-size: 14px;
    line-height: 18px;
  }
  #profile .projects {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #profile .projects .row {
    gap: 14px;
  }
  #profile .projects .row .project-container {
    width: calc(50% - 7px);
  }
  #about .details {
    padding-left: 6px;
    padding-right: 6px;
  }
  #contact > div {
    padding-bottom: 11px;
  }
  #contact .no-split {
    padding-top: 11px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .split-3, .split-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
  .split-3 > div > div, .split-3 > div:nth-of-type(odd) > div, .split-3 > div:nth-of-type(even) > div, .split-4 > div > div, .split-4 > div:nth-of-type(odd) > div, .split-4 > div:nth-of-type(even) > div {
    margin-left: 28px;
    margin-right: 28px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .split-3 > div:first-of-type > div, .split-4 > div:first-of-type > div {
    margin-left: 0px;
  }
  .split-3 > div:last-of-type > div, .split-4 > div:last-of-type > div {
    margin-right: 0px;
  }
  .project-page .text-col {
    padding: 75px;
  }
  .project-page .split-4 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
    max-width: 1240px;
  }
  .project-page .split-4 .row > div {
    width: calc(25% - 42px);
    margin-left: 28px;
    margin-right: 28px;
  }
  .project-page .split-4 .row > div:first-of-type {
    margin-left: 0;
  }
  .project-page .split-4 .row > div:last-of-type {
    margin-right: 0;
  }
  .project-page .project_header {
    height: 680px;
  }
  .project-page .project_header .homelink {
    height: 58px;
  }
  .project-page .project_header .title {
    height: calc(680px - 58px - 58px);
    margin: 0 0 58px;
  }
  .project-page .project_header .title h1 {
    font-size: 88px;
    line-height: 91px;
  }
  #profile .projects .row .project .project-name {
    color: #fff;
    position: absolute;
  }
  #profile .projects .row .project .project-name .project-title {
    color: white;
    margin-bottom: 16px;
  }
  #profile .projects .row .project .project-name .project-subtitle {
    color: white;
  }
  #about .overview .details {
    margin: 75px;
    padding-left: 0;
    padding-right: 0;
  }
  #about .no-split {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .no-split {
    padding-left: 0;
    padding-right: 0;
  }
  #about .image img {
    max-height: inherit;
  }
  #about .details {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #contact .contact-form > div.row {
    padding-top: 11px;
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=global.css.map */