/*---------------------------------------------------------------------*/
/*--- CSS Reset ---*/
/*---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

/*---------------------------------------------------------------------*/
/*--- Fonts ---*/
/*---------------------------------------------------------------------*/
@font-face {
  font-family: "Barlow Bold";
  src: url("assets/fonts/barlow/barlow-bold-webfont.woff2") format("woff2"), url("assets/fonts/barlow/barlow-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semibold";
  src: url("assets/fonts/barlow/barlow-semibold-webfont.woff2") format("woff2"), url("assets/fonts/barlow/barlow-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Medium";
  src: url("assets/fonts/barlow/barlow-medium-webfont.woff2") format("woff2"), url("assets/fonts/barlow/barlow-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Regular";
  src: url("assets/fonts/barlow/barlow-regular-webfont.woff2") format("woff2"), url("assets/fonts/barlow/barlow-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------------------------*/
/*--- Colors ---*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--- Mixins ---*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--- General ---*/
/*---------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

body {
  background-color: #FAFAFA;
  font-family: "Barlow Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  color: #1A1B1C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "Barlow Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
p {
  margin: 0 0 24px 0;
}
p.textLarge {
  font-size: 18px;
  line-height: 1.6em;
}
p strong {
  font-family: "Barlow Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
p a {
  border-bottom: 1px solid #C4CED8;
}
p a:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #1A1B1C;
}

a, a:focus {
  color: #1A1B1C;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  outline: none !important;
}
a:hover, a:focus:hover {
  color: #1A1B1C;
  text-decoration: none;
}
a:active, a:focus:active {
  color: #1A1B1C;
}

h1, h2, h3, h1 a, h2 a, h3 a, h1 a:focus, h2 a:focus, h3 a:focus {
  margin-top: 0;
  color: #1A1B1C;
  font-family: "Barlow Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6em;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  color: rgb(75.1111111111, 78, 80.8888888889);
  text-decoration: none;
}

h1 {
  font-size: 28px;
  margin-bottom: 24px;
}
h1 span {
  color: #84878E;
  font-size: 18px;
  font-family: "Barlow Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-left: 8px;
}

h2 {
  font-size: 22px;
  margin-bottom: 24px;
}

h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Barlow Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.container {
  margin: 0 24px;
  padding: 84px 0 0 0;
}
.container.main {
  padding-top: 0;
}
.container.footer {
  padding: 0 0 84px 0;
}

.button {
  position: relative;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  text-decoration: none;
  width: auto;
  height: 36px;
  margin: 0;
  padding: 6px 16px;
  line-height: 24px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  border: none;
  background: #1A1B1C;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0 6px 6px -4px rgba(0, 0, 0, 0.06), 0 12px 12px -6px rgba(0, 0, 0, 0.06);
  cursor: pointer !important;
  overflow: hidden;
  top: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.button span {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.button span.mail {
  background: url("assets/images/iconMail.svg") center center no-repeat;
}
.button span.view {
  background: url("assets/images/iconOpenWhite.svg") center center no-repeat;
}
.button:hover, .button:focus, .button:active, .button:visited {
  color: #fff;
  font-weight: normal;
}
.button:hover {
  top: -1px;
}
.button:active {
  top: 0;
}

.pageHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

#logo {
  position: relative;
  display: block;
  width: 66px;
  height: 40px;
  margin: 0;
  text-indent: -10000px;
  background-image: url("assets/images/logo.svg");
  background-size: 66px 40px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.appHustla {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0 6px 6px -4px rgba(0, 0, 0, 0.06), 0 12px 12px -6px rgba(0, 0, 0, 0.06);
}
.appHustla .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.appHustla .top .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.appHustla .top .left img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0 6px 6px -4px rgba(0, 0, 0, 0.06), 0 12px 12px -6px rgba(0, 0, 0, 0.06);
}
.appHustla p {
  margin-bottom: 0;
}

.introText,
.textBlock,
.appHustla {
  margin-bottom: 64px;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.projects a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-wrap: wrap;
}
.projects a .left {
  font-family: "Barlow Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.projects a .left .iconOpen {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("assets/images/iconOpen.svg") no-repeat;
  margin-left: 8px;
  opacity: 0.25;
  transition: 0.3s;
}
.projects a:hover .left .iconOpen {
  opacity: 1;
}
.projects a .line {
  flex-grow: 1;
  height: 0.5px;
  background: #C4CED8;
  position: relative;
  min-width: 24px;
}
.projects a .line span {
  position: absolute;
  display: block;
  width: 0;
  height: 0.5px;
  position: 0 0;
  background: #1A1B1C;
  transition: 0.3s;
}
.projects a:hover .line span {
  width: 100%;
  transition: 0.3s;
}
.projects a .right {
  color: #84878E;
  text-align: right;
}

.textBlock img {
  width: 100%;
}

.projectMeta {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 16px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0 6px 6px -4px rgba(0, 0, 0, 0.06), 0 12px 12px -6px rgba(0, 0, 0, 0.06);
}
.projectMeta .row {
  border-bottom: 0.5px solid #C4CED8;
  padding: 8px 0;
}
.projectMeta .row:last-child {
  border: none;
}
.projectMeta .row .left {
  color: #84878E;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 1px -0.5px rgba(0, 0, 0, 0.06), 0 3px 3px -1.5px rgba(0, 0, 0, 0.06), 0 6px 6px -4px rgba(0, 0, 0, 0.06), 0 12px 12px -6px rgba(0, 0, 0, 0.06);
}
.contact p {
  margin-bottom: 0;
}

.cright {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 0 0;
  font-size: 14px;
  color: #84878E;
}
.cright p {
  margin: 0;
}

.addMarginB0 {
  margin-bottom: 0px;
}

.addMarginB24 {
  margin-bottom: 24px;
}

/*---------------------------------------------------------------------*/
/*--- Responsive ---*/
/*---------------------------------------------------------------------*/
@media only screen and (min-width: 640px) {
  .container {
    width: 600px;
    margin: 0 auto;
  }
  .button {
    width: auto;
  }
  .appHustla .top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .projectMeta .row {
    display: flex;
  }
  .projectMeta .row .left {
    min-width: 30%;
  }
  .contact {
    flex-direction: row;
    align-items: center;
  }
}
/*---------------------------------------------------------------------*/
/*--- Retina ---*/
/*---------------------------------------------------------------------*/
