.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  padding-top: 66px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 14px;
  padding: 16px 26px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s, color .25s, border-color .25s;
  display: inline-block;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.hollow {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.hollow:hover {
  color: #000;
  border-color: #000;
}

.button.hollow.black {
  color: #000;
  border-color: #000;
  margin-right: 0;
}

.button.hollow.black:hover {
  color: #ff177f;
  border-color: #ff177f;
}

.button.hollow.grey {
  color: #d1d1d1;
  border-color: #d1d1d1;
  margin-right: 0;
}

.button.hollow.grey:hover {
  color: #000;
  border-color: #000;
}

.button.form {
  background-color: #d1d1d1;
  border-width: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 300;
}

.button.form:hover {
  background-color: #249cff;
}

.navbar {
  background-color: #3d071f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  color: #ff177f;
  background-image: url('../images/Mutsis.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .3s;
}

.logo:hover {
  color: #249cff;
}

.hamburger-icon {
  color: #ededed;
  font-size: 31px;
}

.section {
  color: #5c5c5c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.header {
  color: rgba(255, 255, 255, .72);
  background-color: #90e3fd;
  background-image: linear-gradient(135deg, rgba(217, 0, 79, .88), rgba(227, 72, 0, .82)), url('../images/nature.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 10px;
}

.section.header._2 {
  background-image: linear-gradient(135deg, rgba(145, 0, 217, .88), rgba(0, 182, 227, .82)), url('../images/mountain.jpg');
}

.section.header._3 {
  background-image: linear-gradient(315deg, rgba(0, 222, 96, .8), rgba(0, 136, 227, .82)), url('../images/hills.jpg');
}

.section.grey {
  color: #696969;
  background-color: #ededed;
}

.section.footer {
  padding: 35px 20px;
}

.section.projects {
  color: #4d4d4d;
  border-top: 1px solid #ededed;
  padding-bottom: 0;
}

.section.white {
  border-top: 1px solid #ededed;
}

.menu-button {
  color: #272832;
  background-color: #3d071f;
  transition: color .2s, background-color .2s;
}

.menu-button:hover {
  color: #272832;
  background-color: #ff177f;
}

.menu-button.w--open {
  color: #fff;
  background-color: #272832;
}

.menu-button.w--open:hover {
  color: rgba(255, 255, 255, .83);
  background-color: #1e1f26;
}

.nav-menu {
  background-color: #272832;
  padding-top: 18px;
  padding-bottom: 24px;
}

.nav-link {
  color: #fff;
  padding: 20px 20px 20px 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
  transition: color .5s;
}

.nav-link:hover {
  color: #249cff;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #ff177f;
}

.social-wrapper {
  width: 940px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 0;
  display: block;
}

.social-icon {
  width: 23px;
  margin-right: 15px;
}

.social-link {
  margin-right: 16px;
}

.social-link:hover {
  transform: translate(0, 5px);
}

.project-row {
  background-color: #272832;
  background-image: linear-gradient(to right, #ff0048, #f53d00);
}

.project-row.blue {
  background-image: linear-gradient(to right, #a0f, #0072f5);
}

.project-row.teal {
  background-image: linear-gradient(to right, #00b7ff, #00f59b);
}

.project-link {
  width: 25%;
  height: 350px;
  float: left;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.project-link:hover {
  opacity: .5;
}

.project-link.project-1 {
  background-image: url('../images/bob-van-aubel-ray-bans.jpg');
}

.project-link.project-2 {
  background-image: url('../images/sand.jpg');
}

.project-link.project-3 {
  background-image: url('../images/sunrise2.jpg');
}

.project-link.project-4 {
  background-image: url('../images/birds.jpg');
  background-position: 100%;
}

.project-link.project-5 {
  background-image: url('../images/johnny-lam-connect.jpg');
}

.project-link.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-link.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-link.project-8 {
  background-image: url('../images/lake.jpg');
}

.project-link.project-9 {
  background-image: url('../images/beach-1600px.jpg');
}

.project-link.project-10 {
  background-image: url('../images/beach2jpg');
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.third-width {
  width: 33.333%;
}

.main-heading {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
}

.button-group {
  margin-top: 36px;
}

.project-wrapper {
  background-color: rgba(0, 0, 0, .09);
  padding: 11px 19px 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tag {
  color: rgba(255, 255, 255, .49);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.footer-logo {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-social-link {
  opacity: .2;
  margin-left: 24px;
  transition: opacity .25s;
}

.footer-social-link:hover {
  opacity: .77;
}

.social-footer-wrap {
  text-align: right;
}

.field {
  height: 58px;
  color: #249cff;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 17px;
  font-weight: 300;
  transition: box-shadow .3s;
  box-shadow: inset 2px 0 rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 2px 0 #249cff;
}

.field.textarea {
  height: 128px;
}

.field.grey {
  background-color: #f7f7f7;
}

.contact-text {
  color: #a3a3a3;
  padding-right: 59px;
}

.slider {
  height: auto;
  background-color: #fff;
}

.slide {
  background-image: linear-gradient(135deg, #173a1c, rgba(235, 74, 0, .8)), url('../images/Shrek.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 170px;
  padding-bottom: 170px;
}

.slide._2 {
  background-image: linear-gradient(135deg, rgba(98, 59, 117, .8), rgba(0, 176, 235, .8)), url('../images/lataus.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._3 {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, .8), rgba(0, 188, 235, .8));
  padding-top: 35px;
  padding-bottom: 0;
}

.slider-nav {
  opacity: 1;
  padding-top: 5px;
  font-size: 7px;
}

.replace-text {
  background-color: rgba(255, 255, 255, .09);
}

.skill {
  color: #666;
  text-transform: uppercase;
  background-color: #d9d9d9;
  border-left: 2px solid rgba(0, 0, 0, .09);
  padding: 12px 16px;
}

.skill:hover {
  background-color: #cfcfcf;
}

.skill._70 {
  width: 70%;
}

.skill._40 {
  width: 40%;
}

.skill._90 {
  width: 90%;
}

.skill-background {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 18px;
}

.light-text {
  color: #f5f5f5;
}

.success-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #ccc;
  padding: 83px 32px;
}

.thank-you-title {
  margin-bottom: 14px;
  margin-left: 14px;
  margin-right: 14px;
}

.no-padd-section.grey {
  color: #696969;
  background-color: #ededed;
}

.no-padd-section.border {
  border-top: 1px solid #ededed;
}

.padded-column {
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile-photo {
  height: 390px;
  background-image: url('../images/camera-man.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-type {
  color: #249cff;
  font-weight: 400;
}

.process-row {
  margin-bottom: 17px;
}

.center-content {
  text-align: center;
}

.more-icon {
  float: left;
  margin-top: 2px;
  margin-right: 9px;
}

.back-link {
  opacity: .44;
  color: #fff;
  text-transform: capitalize;
  margin-left: 2px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.back-link:hover {
  opacity: 1;
}

.caption-title {
  margin-bottom: 5px;
}

.caption {
  color: #a6a6a6;
}

.caption-wrapper {
  margin-top: 10px;
  margin-bottom: 43px;
}

.right-align-col {
  text-align: right;
}

.previous-column {
  text-align: right;
  border-right: 1px solid #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
}

.next-column {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
}

.next-prev-link {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

.next-prev-link:hover {
  color: #404040;
}

.all-camps-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq1_answer {
  border-bottom: 1px #000;
  text-decoration: none;
  overflow: hidden;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq1_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.faq1_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.background-video {
  background-image: linear-gradient(135deg, rgba(0, 222, 96, .8), rgba(0, 188, 235, .8));
}

.container {
  margin: 0 auto;
}

.paragraph {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.layout141_image {
  width: 100%;
  height: 100%;
}

.layout141_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_content {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial17_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .social-wrapper {
    width: 725px;
  }

  .main-heading {
    font-size: 43px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial17_component {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }

  h2 {
    margin-bottom: 12px;
  }

  .button.hollow {
    padding: 11px 18px;
  }

  .navbar {
    padding-left: 10px;
  }

  .logo {
    margin-top: 9px;
    font-size: 22px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    padding: 13px 10px;
    font-size: 22px;
  }

  .social-wrapper {
    width: 100%;
    margin-bottom: 9px;
    padding: 12px;
  }

  .project-link {
    width: 50%;
    height: 280px;
  }

  .half-width, .quarter-width, .third-width {
    width: 100%;
  }

  .main-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .button-group {
    margin-top: 26px;
  }

  .slider {
    height: 315px;
  }

  .slide {
    padding: 50px 10px 64px;
  }

  .brand-link {
    text-align: left;
    padding-left: 0;
  }

  .form-wrapper {
    margin-top: 11px;
  }

  .padded-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-row {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .previous-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .next-column {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial17_component {
    grid-template-columns: 1fr;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-social-link {
    margin-left: 7px;
    margin-right: 7px;
  }

  .social-footer-wrap {
    text-align: center;
  }

  .previous-column {
    text-align: left;
    border-bottom: 1px solid #ededed;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


