body {
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 1vw;
  line-height: 1.3;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 6.25em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 5.5em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 3.33em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  font-size: 2.08em;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.67em;
  line-height: 1.33;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-size: 1.25em;
  line-height: 1.5;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #1f07b2;
  text-decoration: underline;
}

a:hover {
  color: #1e949e;
}

.container {
  display: block;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 8.33em 7.5em;
}

.container.is--hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.92em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--cta {
  position: relative;
  z-index: 5;
  margin-bottom: 0em;
  padding-top: 8.33em;
  padding-bottom: 0em;
}

.container.is--testimonials {
  padding-top: 0em;
  padding-right: 7.5em;
  padding-bottom: 8.33em;
}

.container.is--portfolio-snippets {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16.66em;
  padding-bottom: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.is--about-me {
  padding-top: 8.33em;
  padding-bottom: 8.33em;
}

.container.is--contact-container.is--contact {
  height: 100%;
  padding-top: 5em;
  padding-bottom: 13.33em;
}

.container.is--header {
  padding: 3.13em 7.5em 0em;
}

.container.is--casestudy {
  padding-top: 4.17em;
  padding-bottom: 0em;
}

.container.is--aboutme-work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15.63em;
  padding-bottom: 15.63em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.is--projects {
  padding-top: 8.33em;
}

.container.is--aboutme-personal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15.63em;
  padding-bottom: 15.63em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.is--first {
  padding-bottom: 0em;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.small-p {
  margin-bottom: 0px;
  color: #9b9b9b;
  font-size: 0.94em;
  line-height: 1.5;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
  background-color: #ffe119;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
  color: #fff;
}

.colorbox.brandprimary {
  background-color: #1f07b2;
}

.colorbox.brandprimarybg {
  background-color: #200f8c;
}

.colorbox.lightgreycolor {
  background-color: #e0e0e0;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button-l {
  margin-right: 2.08em;
  padding: 1.25em 2.08em;
  border-radius: 2em;
  background-color: #ffe119;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: futura-pt-bold, sans-serif;
  color: #1f07b2;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button-l:hover {
  background-color: #000;
  color: #fff;
}

.cta-button-l.blue {
  background-color: #1f07b2;
  color: #fff;
  font-size: 1em;
}

.cta-button-l.blue:hover {
  background-color: #000;
}

.cta-button-l.is--outlined {
  border-style: solid;
  border-width: 2px;
  border-color: #ffe119;
  background-color: transparent;
}

.cta-button-l.is--outlined:hover {
  background-color: #000;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.display {
  margin-bottom: 0rem;
  color: #fff;
  font-size: 7em;
  line-height: 1;
  text-transform: uppercase;
}

.cta-button-s {
  margin-top: 0em;
  padding: 0.63em 1.25em;
  border-radius: 2em;
  background-color: #ffe119;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: futura-pt-bold, sans-serif;
  color: #1f07b2;
  font-size: 0.94em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button-s:hover {
  background-color: #000;
  color: #fff;
}

.cta-button-s.blue {
  background-color: #1f07b2;
  color: #fff;
}

.cta-button-s.ghostyellow {
  border-style: solid;
  border-width: 2px;
  border-color: #ffe119;
  background-color: transparent;
  color: #ffe119;
}

.cta-button-s.ghostblue {
  border-style: solid;
  border-width: 2px;
  border-color: #1f07b2;
  background-color: transparent;
  color: #1f07b2;
}

.cta-button-s.is--outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #ffe119;
  background-color: transparent;
  color: #ffe119;
}

.cta-button-s.is--outlined:hover {
  background-color: #000;
}

.section {
  position: relative;
  padding-top: 0em;
  padding-bottom: 0em;
}

.section.is--hero {
  position: relative;
  min-height: 100vh;
  background-color: #200f8c;
  color: #fff;
}

.section.is--blue-bg {
  position: static;
  display: block;
  overflow: hidden;
  background-color: #200f8c;
}

.section.is--blue-bg.is--contact {
  height: 100vh;
}

.section.is--cta {
  position: relative;
  padding-bottom: 0em;
  background-color: #200f8c;
}

.section.is--testimonials {
  margin-top: 10em;
  padding-top: 0em;
}

.section.is-footer {
  background-color: #200f8c;
}

.section.is--hero-case-study {
  position: relative;
  z-index: 1;
  height: 57.29em;
  min-height: auto;
  background-color: #200f8c;
  color: #fff;
}

.section.is--hero-case-study.is--drama {
  height: 64em;
}

.section.padding {
  height: 33.33em;
}

.section.padding.is--drama {
  height: 24.6em;
}

.section.is--gray {
  background-color: #f5f5f5;
}

.section.is--aboutme {
  margin-top: 8.33px;
}

.section.is--personal {
  margin-bottom: 8.33em;
}

.hero-bg-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 2.08em;
  padding-right: 2.08em;
  padding-bottom: 2.08em;
  background-image: url('../images/bg-img-hero.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.hero-bg-img-overlay {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 15, 140, 0.8)), to(rgba(32, 15, 140, 0.4)));
  background-image: linear-gradient(90deg, rgba(32, 15, 140, 0.8), rgba(32, 15, 140, 0.4));
}

.header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.logo-sm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sm__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4em;
  padding-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.sm__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.sm__item:hover {
  color: #ffe119;
}

.sm__item.is--footer {
  width: 80px;
  height: 64px;
}

.sm__item.is--footer.is--first {
  width: 80px;
  margin-left: -24px;
  padding-left: 0px;
}

.nav__bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.nav__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.04em;
  margin-left: 1.04em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav__menu-item.is--first {
  position: static;
  z-index: 5;
  margin-right: 1.04em;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__menu-item.is--last {
  margin-right: 0em;
  padding-right: 0em;
}

.nav__menu-item.is--sm-item {
  margin-right: 0em;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
}

.nav__menu-item.is--active {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.menu-item__txt {
  padding-bottom: 8px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.04em;
  line-height: 1.3;
  font-weight: 700;
}

.menu-item__underline {
  width: 0%;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffe119;
}

.menu-item__underline.is--selected {
  width: 100%;
}

.menu-item__underline.is--active {
  width: 100%;
}

.nav__menu-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.08em;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.grid.is--testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.is--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid.is--footer.is--contact {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid.is--about-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.17em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid.is--case-study-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.is--50percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.is--aboutme-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0em;
  padding-left: 8.33em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.is--awards {
  margin-top: 5em;
}

.grid.is--aboutme-personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0em;
  padding-right: 8.33em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-item {
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
}

.grid-item.is--subheading {
  width: 32%;
  margin-bottom: 2.08em;
  padding-bottom: 0em;
}

.grid-item.is--overtext-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.04em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-item.is--about__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-item.is--cta-content__container {
  width: 40%;
  padding: 4.17em;
  background-color: #ffe119;
}

.grid-item.is--title-container {
  padding-top: 0em;
  padding-bottom: 2.08em;
}

.grid-item.is--50percent {
  width: 50%;
  padding: 8.33em 6.25em;
}

.grid-item.is-footer {
  width: 100%;
  padding-bottom: 0em;
  text-align: center;
}

.grid-item.is-footer.is--20percent {
  width: 20%;
  padding-top: 0em;
  padding-bottom: 0em;
  text-align: right;
}

.grid-item.is-footer.legal {
  width: 100%;
  text-align: center;
}

.grid-item.is--btn-wrapper {
  padding-top: 2.08em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.grid-item.is--btn-wrapper.is--60percent {
  width: 60%;
}

.grid-item.is--50percent-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-right: 4.17em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-item.is--70percent {
  overflow: visible;
  width: 70%;
  padding-right: 4.17em;
}

.grid-item.is--30percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30%;
  padding-right: 4.17em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid-item.is--50percent-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-right: 4.17em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-item.is--50percent-3._3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-item.is--aboutme-hero {
  width: 60%;
}

.grid-item.is--quptecaption {
  margin-top: 1.25em;
}

.grid-item.is--aboutme-work-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-item.is--awarditem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #999;
}

.grid-item.is--awarditem.is--last {
  border-bottom: 1px solid #999;
}

.link {
  font-size: 1em;
  text-decoration: none;
}

.link.is-yellow {
  color: #ffe119;
}

.over-text {
  font-family: futura-pt-bold, sans-serif;
  color: #1f07b2;
  font-size: 0.83em;
  text-transform: uppercase;
}

.over-text.is--white {
  color: #fff;
}

.over-text__horiz-line {
  width: 7.29em;
  height: 12px;
  margin-left: 16px;
  background-color: #ffe119;
}

.img-portrait {
  width: 100%;
}

.text-blue {
  color: #1f07b2;
}

.paragraph-xl {
  margin-bottom: 0em;
  font-size: 2.08em;
}

.paragraph-xl.is--bold {
  font-family: futura-pt-bold, sans-serif;
}

.is--bold {
  font-family: futura-pt-bold, sans-serif;
}

.container__moving-text {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 7.81em;
  padding-bottom: 0em;
  background-color: #200f8c;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-text {
  position: static;
  display: block;
  margin-right: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: futura-pt-bold, sans-serif;
  color: transparent;
  font-size: 6.25em;
  text-transform: uppercase;
}

.marquee-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 13.8em;
  padding-top: 0em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.is--white {
  color: #fff;
}

.is--white.is--smallcaps {
  font-family: futura-pt-bold, sans-serif;
  line-height: 1.2;
  text-transform: none;
}

.is--white.testimonial-caption {
  margin-top: 0.83em;
  font-family: futura-pt-bold, sans-serif;
}

.is--white.is--bottomaligned {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.projects-listing {
  margin-bottom: 0px;
  padding-left: 0px;
}

.project-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.17em;
  padding-bottom: 4.17em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.project-item.is--last {
  padding-bottom: 0em;
}

.project-item.is--first {
  padding-top: 0em;
  padding-bottom: 4.17em;
}

.project-item__container {
  position: static;
  z-index: 10;
  width: 40%;
  margin-right: -4.17em;
  padding: 4.17em;
  border-style: solid;
  border-width: 12px;
  border-color: #ffe119;
  background-color: transparent;
  color: #fff;
}

.project-item__container.is--right {
  margin-right: 0em;
  margin-left: -2.08em;
}

.project-item__img-container {
  position: relative;
  z-index: 1;
  width: 70%;
}

.img-project {
  width: 100%;
  max-width: 100%;
}

.h3--is-white {
  color: #fff;
}

.h3--is-white.allcaps {
  text-decoration: none;
  text-transform: lowercase;
}

.h3--is-white.allcaps:hover {
  text-decoration: none;
}

.h3--is-white.allcaps:active {
  text-decoration: none;
}

.caption {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: futura-pt-bold, sans-serif;
  color: #7d6de5;
  font-size: 0.83em;
}

.caption.is--award {
  color: #999;
  text-transform: uppercase;
}

.project-item__description {
  margin-bottom: 1.67em;
}

.cta-bg-img-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 70%;
  height: 47.129999999999995em;
  background-image: url('../images/img-cta.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.h3--is-blue {
  color: #1f07b2;
}

.is--blue {
  margin-bottom: 0em;
  color: #1f07b2;
}

.grid-item.is--30-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 8.7em 0px 9.58em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-item.is--70-percent {
  width: 77%;
  padding: 4.17em 7.81em 4.17em 4.17em;
  background-color: #200f8c;
}

.testimonials-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 70%;
  height: 38em;
  background-color: #200f8c;
}

.h2--gray--vertical {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #e0e0e0;
  -o-object-fit: fill;
  object-fit: fill;
}

.testimonials-slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25em;
  background-color: transparent;
}

.slider-mask {
  overflow: hidden;
  width: 70%;
}

.slider-arrowleft {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70px;
  height: 70px;
}

.slider-arrowright {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
}

.slide-nav {
  display: none;
}

.slide-container {
  position: relative;
}

.section-2.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 2.5em;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 55em;
  margin-top: -7.6em;
  padding-top: 16em;
  padding-bottom: 8.33em;
  background-color: #ffe119;
}

.marquee-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.marquee-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid hsla(0, 0%, 87.3%, 0.23);
}

.portfolio-shot-img {
  height: 30em;
  border-radius: 0px;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.25);
}

.footer-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding: 2.08em 0em 2.08em 2.08em;
  background-image: url('../images/bg-img-hero.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.footer-bg-img.is--contct {
  height: 100vh;
  min-height: 100vh;
}

.footer-bg-img-overlay {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 15, 140, 0.8)), to(rgba(32, 15, 140, 0.4)));
  background-image: linear-gradient(90deg, rgba(32, 15, 140, 0.8), rgba(32, 15, 140, 0.4));
}

.footer-info-container {
  position: relative;
  z-index: 5;
  border-style: solid;
  border-width: 12px;
  border-color: #ffe119;
}

.footer-info-container.is--contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text-contaier {
  color: #fff;
}

.h5-bold {
  font-family: futura-pt-bold, sans-serif;
}

.footer-title {
  margin-bottom: 0.83em;
}

.footer-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact-link-container {
  margin-top: 2.08em;
  margin-bottom: 2.08em;
  padding-top: 0em;
  padding-bottom: 0em;
}

.footer-contact-link {
  font-family: futura-pt-bold, sans-serif;
  color: #ffe119;
  font-size: 1.67em;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #ffe119;
  text-decoration: underline;
}

.footer-container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 2.08em 7.5em;
}

.nav__menu-container--social {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.sm__item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.sm__item-footer:hover {
  color: #ffe119;
}

.sm__item-footer.is--footer {
  width: 80px;
  height: 64px;
  color: #ffe119;
}

.sm__item-footer.is--footer:hover {
  color: #fff;
}

.sm__item-footer.is--footer.is--first {
  width: 80px;
  margin-left: -24px;
  padding-left: 0px;
  color: #ffe119;
}

.sm__item-footer.is--footer.is--first:hover {
  color: #fff;
}

.hamburger-icn-container {
  display: none;
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icn-hamburger {
  width: 3em;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.overtext {
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
}

.overtext.is--subheading {
  width: 32%;
}

.overtext.is--overtext-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.04em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overtext.is--about__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overtext.is--cta-content__container {
  width: 40%;
  padding: 4.17em;
  background-color: #ffe119;
}

.overtext.is--title-container {
  padding-top: 0em;
  padding-bottom: 2.08em;
}

.overtext.is--50percent {
  width: 50%;
  padding: 8.33em 6.25em;
}

.overtext.is-footer {
  width: 80%;
  padding-bottom: 0em;
}

.overtext.is-footer.is--20percent {
  width: 20%;
  padding-top: 0em;
  padding-bottom: 0em;
  text-align: right;
}

.h2-wrapper {
  margin-bottom: 4.17em;
}

.h2-wrapper.is--about-title {
  width: 90%;
}

.h1-wrapper {
  margin-bottom: 2.08em;
}

.tags-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tags-container.is--award {
  margin-top: 1.5em;
}

.dev-container {
  margin-left: 2.08em;
}

.casestudy-heroimg-container {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 4.17em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.3);
}

.casestudy-wireframes-container {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 62.5em;
  margin-top: 4.17em;
}

.is--bottomaligned {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.casestudy-design-container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.17em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-uidesign-desktop {
  -o-object-fit: cover;
  object-fit: cover;
}

.desktopimg-container {
  overflow: hidden;
  width: 57.29em;
  background-color: #fff;
}

.mobileimg-container {
  overflow: hidden;
  width: 25.78em;
  height: 193em;
  padding-top: 4.17em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobileimg-container.is--kopalnice {
  height: 248em;
}

.mobileimg-container.is--demar {
  height: 493em;
}

.img-uimobile {
  width: 90%;
  text-align: right;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link:visited {
  text-decoration: none;
}

.nav-link.w--current {
  color: #ffe119;
}

.nextproject-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 4.17em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 12px;
  border-color: #1f07b2;
  text-decoration: none;
}

.nextproject-container:hover {
  border-color: #ffe119;
  text-decoration: none;
}

.project-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.visitwebsite-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 4.17em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 12px;
  border-color: #1f07b2;
  background-color: #1f07b2;
}

.visitwebsite-container:hover {
  color: #ffe119;
  text-decoration: none;
}

.icn-externallink {
  color: #1f07b2;
}

.icn-externallink.is--awards {
  margin-left: 1.5em;
}

.about-bg-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 2.08em;
  padding-right: 2.08em;
  padding-bottom: 2.08em;
  background-image: url('../images/portrait-lenart-lipovsek.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.smallcaps {
  line-height: 1.3;
  text-transform: none;
}

.about-bg-img-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 2.08em;
  padding-right: 2.08em;
  padding-bottom: 2.08em;
  background-image: url('../images/img-portrait-lenart-lipovsek.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.heading-4 {
  font-size: 2em;
}

.awardstitlecontainer {
  width: 60%;
}

.awardlinkcontainer {
  width: 35%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.awardlinkcontainer:hover {
  color: #200f8c;
  text-decoration: underline;
}

.visitaward-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding: 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 12px;
  border-color: #1f07b2;
  background-color: transparent;
  color: transparent;
}

.visitaward-container:hover {
  color: #ffe119;
  text-decoration: none;
}

.h4-is-bold {
  font-family: futura-pt-bold, sans-serif;
  color: #1f07b2;
}

.personal-bg-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 2.08em;
  padding-right: 2.08em;
  padding-bottom: 2.08em;
  background-image: url('../images/img-lifestyle.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.banner-move {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-mobile {
  position: relative;
  display: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__menu-container-mobile {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.08em;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.nav__menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.04em;
  margin-left: 1.04em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav__menu-mobile.is--first {
  position: static;
  z-index: 5;
  margin-right: 1.04em;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__menu-mobile.is--last {
  margin-right: 0em;
  padding-right: 0em;
}

.nav__menu-mobile.is--sm-item {
  margin-right: 0em;
  margin-left: 0em;
  padding-right: 0em;
  padding-left: 0em;
}

.nav__menu-mobile.is--active {
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.nav__menu-container-mobile--social {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style-type: none;
}

.lottie-animation {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #200f8c;
}

.loadingscreen {
  position: fixed;
  z-index: 100;
  width: 31.25em;
  height: 31.25em;
  background-color: #200f8c;
}

.loading-screen-container {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #200f8c;
}

.iframe {
  width: 100%;
  height: 600px;
}

.iframe-container {
  margin-top: 2.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
}

.logo_lenartlipovsek {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 4.17em 2.92em;
  }

  .container.is--hero {
    position: relative;
    z-index: 3;
    height: 50vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.is--testimonials {
    padding-right: 2.92em;
    padding-bottom: 4.17em;
  }

  .container.is--portfolio-snippets {
    padding-top: 8.33em;
  }

  .container.is--about-me {
    padding-bottom: 4.17em;
  }

  .container.is--contact-container {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
  }

  .container.is--header {
    position: relative;
    z-index: 11;
    padding-right: 2.92em;
    padding-left: 2.92em;
  }

  .container.is--casestudy {
    padding-bottom: 2.92em;
  }

  .container.is--aboutme-work-container {
    padding-top: 0em;
    padding-bottom: 4.17em;
  }

  .container.is--projects {
    padding-top: 4.17em;
  }

  .container.is--aboutme-personal-container {
    padding-top: 0em;
    padding-bottom: 4.17em;
  }

  .section.is--blue-bg {
    position: static;
  }

  .section.is--blue-bg.is--contact {
    display: block;
  }

  .section.is--blue-bg.is--contact-hero {
    position: relative;
    z-index: auto;
    overflow: visible;
    height: 100%;
  }

  .section.is--blue-bg.is--projects {
    overflow: visible;
  }

  .section.is--hero-case-study {
    height: 100%;
  }

  .section.is--hero-case-study.is--drama {
    height: 100%;
  }

  .section.padding {
    height: 14.1em;
  }

  .section.padding.is--kopalnice {
    height: 0em;
  }

  .section.padding.is--drama {
    height: 0em;
  }

  .header {
    z-index: 12;
  }

  .nav {
    display: none;
  }

  .sm__item.is--mobile {
    width: 80px;
    height: 80px;
  }

  .menu-item__txt.is--mobile {
    padding-bottom: 0.7em;
    font-size: 2em;
  }

  .grid.is--testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid.is--footer.is--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid.is--hero {
    height: auto;
  }

  .grid.is--about-me {
    padding-top: 2.08em;
  }

  .grid.is--case-study-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid.is--50percent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid.is--aboutme-work {
    width: 100%;
    padding-top: 2.08em;
    padding-left: 0em;
  }

  .grid.is--aboutme-personal {
    width: 100%;
    padding-top: 2.08em;
    padding-right: 0em;
  }

  .grid-item.is--subheading {
    width: 100%;
  }

  .grid-item.is--about__text-wrap {
    width: 100%;
  }

  .grid-item.is--cta-content__container {
    width: 100%;
    padding: 3.33em;
  }

  .grid-item.is--50percent {
    width: 100%;
    padding: 2.92em 2.92em 1em;
  }

  .grid-item.is--btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-item.is--btn-wrapper.is--60percent {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-item.is--50percent-2 {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 2.08em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .grid-item.is--70percent {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 2.08em;
  }

  .grid-item.is--30percent {
    width: 100%;
    padding-right: 0em;
  }

  .grid-item.is--50percent-3 {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 2.08em;
  }

  .grid-item.is--50percent-3.is--last {
    padding-bottom: 0em;
  }

  .grid-item.is--aboutme-hero {
    width: 100%;
  }

  .grid-item.is--aboutme-work-text {
    width: 100%;
  }

  .grid-item.is--awarditem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marquee-horizontal {
    height: 10.9em;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .project-item {
    padding-top: 4.17em;
    padding-bottom: 4.17em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-item.is--first {
    padding-bottom: 4.17em;
  }

  .project-item__container {
    width: 90%;
    margin-top: -2.68em;
    margin-right: auto;
    margin-left: auto;
    padding: 3.33em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project-item__container.is--right {
    margin-right: auto;
    margin-left: auto;
  }

  .project-item__img-container {
    width: 100%;
  }

  .cta-bg-img-container {
    width: 100%;
    height: 33.3em;
  }

  .grid-item.is--30-percent {
    width: 100%;
    padding-top: 0em;
    padding-bottom: 1.25em;
  }

  .grid-item.is--70-percent {
    width: 100%;
    padding: 2.92em;
  }

  .h2--gray--vertical {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonials-slider-container {
    height: 30em;
  }

  .slider-mask {
    width: 80%;
  }

  .container-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .marquee-wrapper {
    height: 48em;
    padding-top: 12em;
    padding-bottom: 2.08em;
  }

  .footer-bg-img {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
    min-height: 50%;
    padding-right: 2.08em;
    padding-bottom: 0em;
    padding-left: 2.08em;
  }

  .footer-info-container.is--contact {
    z-index: 1;
  }

  .footer-container {
    padding-right: 2.92em;
    padding-left: 2.92em;
  }

  .hamburger-icn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    margin-right: 1.25em;
    padding: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icn-hamburger {
    display: block;
    width: 100%;
  }

  .body {
    font-size: 2vw;
  }

  .overtext.is--subheading {
    width: 100%;
  }

  .overtext.is--about__text-wrap {
    width: 100%;
  }

  .overtext.is--cta-content__container {
    width: 100%;
  }

  .overtext.is--50percent {
    width: 100%;
    padding: 2.92em 2.92em 1em;
  }

  .overtext.is--projects-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2-wrapper {
    margin-bottom: 2.08em;
  }

  .casestudy-heroimg-container {
    margin-top: 2.08em;
  }

  .casestudy-wireframes-container {
    height: 35em;
  }

  .mobileimg-container {
    height: 103em;
  }

  .mobileimg-container.is--kopalnice {
    height: 133em;
  }

  .mobileimg-container.is--demar {
    height: 133em;
  }

  .nextproject-container {
    width: 100%;
    margin-top: 2.08em;
  }

  .project-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .visitwebsite-container {
    width: 100%;
    padding-right: 2.08em;
    padding-left: 2.08em;
  }

  .about-bg-img {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50vh;
    min-height: 50%;
  }

  .about-bg-img-2 {
    position: relative;
    width: 100%;
    height: 40vh;
    background-position: 50% 50%;
  }

  .awardstitlecontainer {
    width: 100%;
  }

  .awardlinkcontainer {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .visitaward-container {
    width: 100%;
    margin-bottom: 0em;
    padding-right: 2.08em;
    padding-left: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .personal-bg-img {
    position: relative;
    width: 100%;
    height: 40vh;
  }

  .nav-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 11;
    display: none;
    padding-top: 200px;
    background-color: #200f8c;
  }

  .nav__menu-container-mobile {
    margin-right: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__menu-mobile {
    margin-right: 0em;
    margin-bottom: 2.5em;
    margin-left: 0em;
  }

  .nav__menu-mobile.is--first {
    margin-right: 0em;
    margin-bottom: 2.5em;
  }

  .nav__menu-container-mobile--social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hamburger-icn {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  p {
    font-size: 20px;
  }

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

  .container.is--cta {
    padding-top: 2.08em;
    padding-bottom: 2.08em;
  }

  .container.is--testimonials {
    padding-top: 2.08em;
    padding-bottom: 4.17em;
  }

  .container.is--portfolio-snippets {
    padding-top: 4.17em;
    padding-bottom: 1.25em;
  }

  .container.is--about-me {
    padding-top: 4.17em;
    padding-bottom: 2.08em;
  }

  .container.is--aboutme-work-container {
    padding-top: 0em;
    padding-bottom: 2.08em;
  }

  .container.is--projects {
    padding-top: 40px;
  }

  .container.is--aboutme-personal-container {
    padding-top: 4.17em;
    padding-bottom: 2.08em;
  }

  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .display {
    font-size: 56px;
  }

  .section.is--hero-case-study {
    height: 100%;
  }

  .section.is--hero-case-study.is--drama {
    height: 100%;
  }

  .section.is--hero-case-study.is--demar {
    height: 100%;
  }

  .section.padding {
    height: 11em;
  }

  .section.padding.is--kopalnice {
    height: 0em;
  }

  .section.padding.is--drama {
    height: 0em;
  }

  .section.is--prototype {
    display: none;
  }

  .logo__img {
    width: 120px;
  }

  .grid.is--aboutme-personal {
    padding-right: 0em;
  }

  .grid-item.is--cta-content__container {
    padding: 1.637em;
  }

  .grid-item.is--title-container {
    padding-bottom: 1em;
  }

  .over-text.is--white {
    font-size: 16px;
  }

  .over-text__horiz-line {
    height: 8px;
  }

  .paragraph-xl {
    font-size: 24px;
  }

  .banner-text {
    font-size: 5em;
  }

  .marquee-horizontal {
    height: 9em;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .is--white {
    font-size: 40px;
  }

  .is--white.is--smallcaps {
    font-size: 28px;
  }

  .is--white.testimonial-caption {
    font-size: 16px;
  }

  .is--white.is--bottomaligned {
    font-size: 18px;
  }

  .project-item {
    padding-top: 2.08em;
    padding-bottom: 2.08em;
  }

  .project-item.is--first {
    padding-bottom: 2.08em;
  }

  .project-item__container {
    width: 95%;
    margin-top: -1em;
    padding: 1.67em;
    border-width: 8px;
  }

  .h3--is-white {
    font-size: 32px;
  }

  .cta-bg-img-container {
    height: 100%;
  }

  .h3--is-blue.nextproject {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-item.is--70-percent {
    padding-right: 1.67em;
    padding-left: 1.67em;
  }

  .h2--gray--vertical {
    font-size: 40px;
  }

  .testimonials-slider-container {
    height: 26.2em;
  }

  .slider-arrowright {
    margin-bottom: 48px;
  }

  .marquee-wrapper {
    margin-top: -8.6em;
    font-size: 0.7em;
  }

  .body {
    font-size: 2.5vw;
  }

  .heading {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .overtext.is--cta-content__container {
    padding: 1.637em;
  }

  .overtext.is--title-container {
    padding-bottom: 1em;
  }

  .heading-3 {
    font-size: 40px;
  }

  .casestudy-heroimg-container {
    position: static;
  }

  .casestudy-wireframes-container {
    height: 26em;
    margin-top: 2.08em;
  }

  .mobileimg-container {
    height: 80em;
    padding-top: 1.04em;
  }

  .mobileimg-container.is--kopalnice {
    height: 103em;
  }

  .mobileimg-container.is--demar {
    height: 103em;
  }

  .nextproject-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .visitwebsite-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .visitaward-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-legal {
    font-size: 18px;
  }

  .nav-mobile {
    display: none;
    padding-top: 160px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  a {
    font-size: 15px;
  }

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

  .container.is--cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.is--testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.is--portfolio-snippets {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .container.is--about-me {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .container.is--aboutme-work-container {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .container.is--aboutme-personal-container {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button-l {
    margin-bottom: 1.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 15px;
  }

  .cta-button-l.blue {
    margin-bottom: 0em;
    font-size: 15px;
  }

  .display {
    font-size: 56px;
  }

  .cta-button-s {
    font-size: 15px;
  }

  .section.is--hero-case-study {
    height: 100%;
  }

  .section.is--hero-case-study.is--drama {
    height: 100%;
  }

  .section.is--hero-case-study.is--demar {
    height: 100%;
  }

  .section.padding {
    height: 6em;
  }

  .section.padding.is--kopalnice {
    height: 0em;
  }

  .grid.is--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .grid.is--footer.legal {
    text-align: center;
  }

  .grid-item.is-footer {
    width: 100%;
  }

  .grid-item.is-footer.is--20percent {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-item.is-footer.legal {
    text-align: center;
  }

  .grid-item.is--btn-wrapper.is--60percent {
    padding-top: 0em;
  }

  .grid-item.is--50percent-2 {
    padding-bottom: 24px;
  }

  .grid-item.is--50percent-3.is--last {
    padding-bottom: 0em;
  }

  .link {
    font-size: 15px;
  }

  .over-text {
    font-size: 14px;
  }

  .over-text.is--white {
    font-size: 14px;
  }

  .paragraph-xl {
    font-size: 20px;
    line-height: 28px;
  }

  .marquee-horizontal {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .is--white.is--smallcaps {
    font-size: 20px;
    line-height: 28px;
  }

  .project-item {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .project-item.is--first {
    padding-bottom: 0px;
  }

  .project-item__container {
    width: 100%;
    margin-top: 0em;
  }

  .h3--is-white {
    font-size: 30px;
    line-height: 34px;
  }

  .h3--is-white.allcaps {
    font-size: 24px;
  }

  .caption {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .h3--is-blue.nextproject {
    font-size: 24px;
    line-height: 28px;
  }

  .testimonials-slider-container {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .slider-mask {
    width: 100%;
    height: 100%;
  }

  .slider-arrowleft {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .slider-arrowright {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: -50px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .marquee-wrapper {
    height: 55.2em;
    margin-top: 0em;
    padding-top: 40px;
  }

  .marquee-item {
    width: 40em;
  }

  .portfolio-shot-img {
    height: 41em;
  }

  .footer-bg-img {
    height: 100%;
    min-height: 100%;
  }

  .footer-info-container {
    border-width: 8px;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .hamburger-icn-container {
    width: auto;
  }

  .icn-hamburger {
    width: 80%;
  }

  .tags-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dev-container {
    margin-left: 0em;
  }

  .heading-3 {
    line-height: 42px;
  }

  .mobileimg-container.is--demar {
    height: 200em;
  }

  .nextproject-container {
    overflow: visible;
    padding: 1.25em;
    border-width: 8px;
    text-align: center;
    text-decoration: none;
  }

  .visitwebsite-container {
    overflow: visible;
    padding: 1.25em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 8px;
    text-align: center;
  }

  .icn-externallink {
    display: none;
  }

  .visitaward-container {
    overflow: visible;
    padding: 1em 0em 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-width: 8px;
    text-align: left;
  }

  .footer-legal {
    font-size: 16px;
  }

  .nav-mobile {
    display: none;
    padding-top: 140px;
  }

  .hamburger-icn {
    width: 64px;
    height: 64px;
  }

  .logo_lenartlipovsek {
    width: 70%;
  }
}

