body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-right: -63px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  display: block;
  margin: 20px auto;
  padding-right: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #ec6e00;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

a {
  color: #ffb107;
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 40px 15px 30px;
  border-radius: 50px;
  background-color: #ffb107;
  -webkit-transition: background-position 500ms ease, background-color 500ms ease;
  transition: background-position 500ms ease, background-color 500ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #ec6e00;
  background-position: 88% 56%;
}

.button.outline {
  border: 3px solid hsla(0, 0%, 100%, 0.09);
  background-color: transparent;
  -webkit-transition: color 500ms ease, background-color 500ms ease, background-position 500ms ease;
  transition: color 500ms ease, background-color 500ms ease, background-position 500ms ease;
  color: #000;
  font-size: 16px;
}

.button.outline:hover {
  background-color: #ffb107;
  color: #fff;
}

.button.outline._2 {
  border-color: hsla(0, 0%, 100%, 0.09);
  color: #fff;
}

.button.outline2 {
  color: #fff;
}

.page-content {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-content.tint {
  background-color: #f2f2f2;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  padding-left: 30px;
  background-color: #000;
  color: #ffb107;
}

.title-block {
  position: relative;
  top: -40px;
  z-index: 1;
  width: 550px;
}

.gray-title-block {
  text-align: right;
}

.gray-title {
  color: rgba(255, 177, 7, 0.34);
  font-size: 110px;
}

.gray-title.negative {
  color: hsla(0, 0%, 100%, 0.2);
}

.title-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.header {
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-right: 0px;
  background-color: #212121;
  background-image: radial-gradient(circle farthest-corner at 83% 41%, transparent 36%, #161617), url('../images/india_train_stop03.jpg');
  background-position: 0% 0%, 83% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: left;
}

.header-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #bababa;
  font-size: 20px;
  font-weight: 300;
}

.header-title._2 {
  margin-top: 14px;
  color: #f0f1f2;
  font-size: 23px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 2px;
}

.header-title._3 {
  opacity: 0.8;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
}

.header-text-block {
  width: 500px;
}

.header-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25%;
  margin-top: 2px;
}

.nav-link {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ffb107;
}

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

.intro-paragraph {
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  line-height: 25px;
}

.intro-paragraph.negative {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: left;
}

.intro-paragraph.center {
  text-align: center;
}

.footer {
  padding-bottom: 50px;
}

.footer-map {
  height: 500px;
  padding-bottom: 110px;
}

.map-gradient-overlay {
  position: relative;
  z-index: 10;
  height: 300px;
  margin-top: -300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 60%);
}

.footer-container {
  position: relative;
  z-index: 16;
  margin-top: -180px;
  padding-top: 0px;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.field {
  height: 60px;
  padding-left: 20px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
}

.field:hover {
  opacity: 0.5;
}

.field:focus {
  border-color: #000;
  color: #000;
}

.field.area {
  height: 150px;
  padding-top: 15px;
}

.field.newsletter {
  width: 300px;
  margin-right: 20px;
  float: left;
  border-color: transparent;
}

.field.newsletter:hover {
  opacity: 0.7;
}

.field.newsletter:focus {
  border-color: #000;
  background-color: #fff;
  opacity: 1;
}

.contact-form {
  margin-top: 40px;
}

.newsletter-stripe {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #272729;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(28, 29, 31, 0.65) 24%, rgba(0, 0, 0, 0.95)), url('../images/india_train_stop01_high.jpg');
  background-position: 0% 0%, 46% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-align: center;
}

.medium-icon {
  display: block;
  width: 75px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  float: none;
  text-align: center;
}

.newsletter-form {
  margin-top: 50px;
  padding-right: 200px;
  padding-left: 200px;
}

.submit-button {
  display: block;
  width: 220px;
  height: 60px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  background-image: url('../images/Icon-mail-white.png');
  background-position: 50% -1000%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: border 500ms ease, border-radius 500ms ease, background-color 500ms ease, background-position 500ms ease;
  transition: border 500ms ease, border-radius 500ms ease, background-color 500ms ease, background-position 500ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #ec6e00;
  border-radius: 30px;
  background-color: #ffb107;
  background-position: 50% 50%;
  color: #ec6e00;
}

.submit-button.newsletter {
  margin-top: 0px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/Icons-pijlrechts-white.png');
  background-position: 50% -154%;
  background-size: 30px;
  color: #fff;
}

.submit-button.newsletter:hover {
  border-color: #ec6e00;
  background-color: #ffb107;
  background-position: 50% 50%;
  color: hsla(0, 0%, 100%, 0);
}

.footer-bottom {
  padding: 35px 30px;
  background-color: #e1e5e8;
  text-align: center;
}

.link {
  font-family: 'Titillium Web', sans-serif;
  color: #ec6e00;
  font-size: 15px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.footer-link {
  margin-right: 12px;
  margin-left: 12px;
  color: #566c78;
  font-weight: 700;
  text-transform: uppercase;
}

.link.footer-link:hover {
  opacity: 0.4;
}

.link.intro {
  color: #ec6e00;
  font-size: 18px;
}

.link.intro:hover {
  color: #000;
}

.footer-column {
  padding-top: 0px;
}

.image-stripe {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f0f1f2;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(84%, transparent)), url('../images/makingoff_train_stop.jpg');
  background-image: linear-gradient(90deg, #000, transparent 84%), url('../images/makingoff_train_stop.jpg');
  background-position: 0% 0%, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dark-image-stripe {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #242424;
  background-image: linear-gradient(96deg, #000, transparent 78%), url('../images/India_street_crowd_high.jpg');
  background-position: 0% 0%, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.profile-image {
  position: relative;
  width: 305px;
  height: 274px;
  margin-top: -101px;
  float: right;
  border-radius: 0px;
}

.work-slider {
  overflow: hidden;
  height: 500px;
}

.work-slide {
  background-image: url('../images/Anthony_Brittni.jpg');
  background-position: 50% 4%;
  background-size: cover;
}

.work-slide._2 {
  background-image: url('../images/weidner.jpg');
}

.work-slide._3 {
  background-image: url('../images/02_Bstreet.jpg');
}

.slider-nav {
  padding-bottom: 45px;
  padding-left: 30px;
  text-align: left;
}

.slider-text-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 500px;
  padding: 50px 15px 30px 50px;
  background-color: rgba(240, 241, 242, 0.93);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.slider-text-block:hover {
  background-color: rgba(240, 241, 242, 0.9);
}

.portfolio-background {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #2c2d2e;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(22, 22, 23, 0.4), #161617 75%), url('../images/india_train_stop03.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.work-link-block {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

.work-column {
  padding-bottom: 10px;
}

.work-row {
  margin-top: 45px;
}

.menu-link-block {
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #ffb107;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.menu-link-block:hover {
  background-color: #ec6e00;
}

.menu-link-block.portfolio-browse {
  margin-top: 1px;
}

.extra-nav-container {
  position: fixed;
  top: 80px;
  right: 0px;
  width: 80px;
}

.feature-icon {
  width: 45px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 105px;
  float: left;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-title._2 {
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 17px;
  line-height: 20px;
}

.feature-column {
  background-image: url('../images/Icons-pencil-ruler.png');
  background-position: 0px 50%;
  background-size: auto 100px;
  background-repeat: no-repeat;
}

.feature-column.digital {
  background-image: url('../images/Icons-monitor.png');
}

.feature-column.photography {
  background-image: url('../images/Icons-camera.png');
}

.feature-row {
  margin-bottom: 40px;
}

.header-title-highlight {
  color: #ffb107;
}

.logo-container {
  height: 80px;
  padding-top: 15px;
  text-decoration: none;
}

.logo-container:hover {
  opacity: 0.7;
}

.logo-container.w--current {
  padding-top: 0px;
  float: left;
  text-decoration: none;
}

.logo {
  margin-top: 0px;
  background-color: #000;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo.logo-horizontal {
  margin-top: -64px;
  padding-top: 0px;
}

.success-bg {
  margin-top: 20px;
  padding-top: 14px;
  border-radius: 2px;
  background-color: #7aad28;
}

.success-text {
  color: #fff;
}

.work-thumb-image {
  width: 100%;
  color: #000;
}

.work-description-block {
  padding: 20px;
}

.error-text {
  color: #f20707;
}

.error-bg {
  margin-top: 20px;
  padding-top: 14px;
  border-radius: 2px;
}

.half-column-left {
  padding-right: 30px;
}

.half-column-right {
  padding-left: 30px;
}

.percentage-bar-fill {
  overflow: hidden;
  width: 80%;
  height: 20px;
  background-color: #7aad28;
}

.slider-category-title {
  color: #ec6e00;
}

.slider-paragraph {
  font-weight: 400;
}

.border {
  border: 7px solid #d1cecb;
  border-radius: 200px;
}

.video {
  margin-bottom: 28px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.portfolio-link {
  display: block;
  width: 1000px;
  height: 500px;
  padding-right: 0px;
}

.nk-logo-top {
  display: block;
  padding-top: 0px;
  float: none;
}

.logo-home-top {
  padding-top: 33px;
}

.contact-us {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.52) 14%, rgba(0, 0, 0, 0.97)), url('../images/india_train_stop01_high.jpg');
  background-size: auto, cover;
}

.center {
  text-align: center;
}

.apollo {
  background-image: url('../images/InventionsModern.jpg');
  background-position: 0px 0px;
  background-size: 939px;
  background-repeat: repeat;
  background-attachment: scroll;
}

.work-slide-6 {
  background-image: url('../images/BoyscoutsSlide.jpg');
  background-position: 0px 0px;
  background-size: 697px;
}

.text-span {
  color: #ffaf19;
}

.paragraph {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.link-2 {
  color: #ffb107;
}

.link-3 {
  color: #ffb107;
  font-style: normal;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="gray-title-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="black-title-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="paragraph-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="header-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="header-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="header-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="header-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="work-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="work-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="work-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="show-navbar"] {
  opacity: 0;
  -webkit-transform: translate(0px, -85px);
  -ms-transform: translate(0px, -85px);
  transform: translate(0px, -85px);
}

html.w-mod-js *[data-ix="percentage-80"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-95"] {
  width: 0%;
}

html.w-mod-js *[data-ix="percentage-18"] {
  width: 0%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
    line-height: 32px;
  }
  p {
    font-size: 13px;
    line-height: 21px;
  }
  .button.outline {
    background-position: 89% 50%;
  }
  .page-content {
    padding: 40px;
  }
  .gray-title {
    font-size: 80px;
  }
  .header-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  .footer-container {
    padding-right: 120px;
    padding-left: 120px;
  }
  .newsletter-form {
    padding-right: 75px;
    padding-left: 75px;
  }
  .link.footer-link {
    font-size: 13px;
  }
  .image-stripe {
    padding: 75px 40px;
  }
  .dark-image-stripe {
    padding: 75px 40px;
  }
  .slider-nav {
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .slider-text-block {
    width: 300px;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 30px;
  }
  .portfolio-background {
    padding: 80px 40px;
    background-attachment: scroll, scroll;
  }
  .work-link-block {
    padding-bottom: 0px;
  }
  .work-row {
    margin-top: 0px;
  }
  .menu-link-block.portfolio-browse {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 1px;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .extra-nav-container {
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    width: auto;
    height: auto;
  }
  .logo-container.w--current {
    padding-top: 0px;
  }
  .logo {
    font-size: 26px;
  }
  .work-description-block {
    padding-top: 10px;
  }
  .portfolio-arrow-icon {
    height: 18px;
  }
  .nk-logo-top {
    margin: 4px -82px 2px -3px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-home-top {
    margin-right: -38px;
    padding-top: 37px;
  }
  .apollo {
    background-size: 638px;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 28px;
  }
  h3 {
    font-size: 35px;
    line-height: 28px;
  }
  .button.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .button.outline {
    margin-top: 15px;
    padding-left: 20px;
  }
  .button.slider {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .page-content {
    padding: 30px;
  }
  .navbar {
    height: 60px;
  }
  .title-block {
    width: auto;
  }
  .gray-title {
    margin-top: 0px;
    font-size: 60px;
    line-height: 40px;
  }
  .title-container {
    margin-top: 0px;
    margin-bottom: 11px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header {
    height: 400px;
  }
  .header-title {
    font-size: 20px;
    line-height: 26px;
  }
  .header-title._2 {
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 25px;
  }
  .header-title._3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .header-text-block {
    width: 100%;
  }
  .header-container {
    position: static;
    left: 30px;
    top: 180px;
    bottom: 0%;
    padding-top: 125px;
    padding-left: 40px;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-bottom: 1px solid #1f1f1f;
    background-color: #292929;
  }
  .nav-link:hover {
    background-color: #333;
  }
  .nav-link.back-to-page {
    height: 60px;
    border-bottom-style: none;
    background-color: #000;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .footer-container {
    padding-right: 75px;
    padding-left: 75px;
  }
  .field {
    margin-bottom: 7px;
  }
  .field.newsletter {
    width: 100%;
  }
  .newsletter-stripe {
    padding: 50px 30px;
  }
  .medium-icon {
    width: 55px;
    margin-bottom: 5px;
  }
  .newsletter-form {
    margin-top: 25px;
  }
  .submit-button.newsletter {
    width: 100%;
  }
  .link.intro {
    font-size: 15px;
  }
  .image-stripe {
    padding: 40px 30px;
    background-image: linear-gradient(98deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.43)), url('../images/makingoff_train_stop.jpg'), linear-gradient(90deg, #000, transparent 84%);
    background-position: 0% 0%, 0% 0%, -99% 50%;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .dark-image-stripe {
    padding: 40px 30px;
    background-image: linear-gradient(90deg, #000, transparent 80%), url('../images/India_street_crowd_high.jpg'), linear-gradient(96deg, #000, hsla(0, 0%, 100%, 0) 58%);
    background-position: 0% 0%, 0% 0%, -471% 50%;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }
  .profile-image {
    position: relative;
    z-index: 500;
    width: 130px;
    height: 120px;
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .work-slider {
    height: 250px;
  }
  .slider-text-block {
    width: 200px;
    height: 250px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .portfolio-background {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .work-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-link-block {
    width: 100%;
    height: auto;
    padding: 12px 7px 12px 25px;
    text-align: left;
  }
  .menu-link-block.portfolio-browse {
    width: 37px;
    height: 37px;
    padding: 9px 5px 7px;
  }
  .nav-menu {
    width: 100%;
    margin-top: 60px;
    background-color: #262626;
    color: #7aad28;
  }
  .nav-menu.back-to-home {
    width: auto;
    margin-top: 0px;
  }
  .feature-column {
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .feature-row {
    margin-bottom: 0px;
  }
  .logo-container {
    height: 60px;
    padding-top: 6px;
    padding-left: 0px;
  }
  .logo-container.w--current {
    height: 60px;
  }
  .half-column-left {
    padding-left: 0px;
  }
  .half-column-right {
    padding-top: 30px;
    padding-left: 0px;
  }
  .menu-button {
    background-color: #ffb107;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #ec6e00;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .navbar-menu-icon {
    height: 20px;
    margin-right: 15px;
  }
  .portfolio-heading {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
  }
  .slider-title {
    font-size: 17px;
    line-height: 21px;
  }
  .portfolio-arrow-icon {
    height: 18px;
  }
  .nk-logo-top {
    margin-top: 5px;
  }
  .logo-home-top {
    padding-top: 25px;
  }
  .contact-us {
    background-position: 0% 0%, 100% 50%;
  }
  .apollo {
    background-size: 506px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 18px;
  }
  h3 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 21px;
    text-align: left;
  }
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .button {
    margin-top: 13px;
  }
  .button.w--current {
    padding: 6px 30px 6px 20px;
    font-size: 14px;
  }
  .button.outline {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .button.slider {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar {
    padding-left: 20px;
  }
  .title-block {
    top: -30px;
  }
  .gray-title {
    font-size: 37px;
    line-height: 28px;
  }
  .gray-title.negative {
    font-size: 35px;
  }
  .title-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header {
    height: 350px;
    padding-right: 0px;
  }
  .header-title {
    font-size: 17px;
    line-height: 18px;
  }
  .header-title._2 {
    font-size: 16px;
    line-height: 19px;
  }
  .header-title._3 {
    font-size: 14px;
    line-height: 16px;
  }
  .header-container {
    padding-top: 100px;
    padding-left: 25px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.back-to-page {
    height: 60px;
    padding-top: 19px;
    font-size: 10px;
  }
  .intro-paragraph {
    font-size: 14px;
    line-height: 19px;
  }
  .intro-paragraph.negative {
    text-align: left;
  }
  .intro-paragraph.center {
    text-align: center;
  }
  .footer-map {
    height: 400px;
  }
  .footer-container {
    margin-top: -210px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .field {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .contact-form {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .newsletter-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .medium-icon {
    width: 30px;
    margin-bottom: 0px;
  }
  .newsletter-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .submit-button {
    width: 100%;
    margin-top: 20px;
  }
  .footer-bottom {
    padding: 20px 0px;
  }
  .link {
    font-size: 13px;
    line-height: 18px;
  }
  .link.footer-link {
    display: block;
    margin-bottom: 5px;
  }
  .link.intro {
    font-size: 14px;
    line-height: 20px;
  }
  .image-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 13% 50%;
  }
  .dark-image-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .profile-image {
    top: 2px;
    right: -8px;
    width: 100px;
    height: 90px;
    border-width: 3px;
  }
  .work-slider {
    height: 300px;
  }
  .slider-text-block {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: rgba(240, 241, 242, 0.9);
  }
  .portfolio-background {
    padding-right: 25px;
    padding-left: 25px;
  }
  .menu-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .feature-icon {
    margin-top: 0px;
  }
  .feature-title {
    font-size: 19px;
    line-height: 20px;
  }
  .feature-title._2 {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .feature-column {
    padding-right: 0px;
  }
  .logo-container {
    margin-right: -197px;
    padding-top: 6px;
  }
  .logo {
    font-size: 28px;
  }
  .menu-button {
    background-color: #ffb107;
  }
  .menu-button:hover {
    background-color: #ec6e00;
  }
  .slider-category-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slider-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .nk-logo-top {
    width: 162px;
    margin-top: 10px;
    margin-right: 1px;
  }
  .apollo {
    background-size: 457px;
    background-repeat: repeat-y;
  }
}

