.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  height: 100%;
  font-family: Average;
  color: #1f1f26;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  position: fixed;
  right: 13.5%;
  bottom: 28.5%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 150px;
  line-height: 140px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 52px;
  line-height: 52px;
}

p {
  max-width: 620px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #1f1f26;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
}

.button {
  display: inline-block;
  padding: 4px 15px 4px 12px;
  background-color: #1f1f26;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.package-button {
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.button.submit-button {
  position: relative;
  z-index: 1;
  margin-left: -1px;
  padding: 27px 23px 23px 24px;
}

.button.button-color-1 {
  background-color: #a4a681;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button.button-color-1.button-footer {
  max-width: 200px;
  padding: 10px 40px;
  font-size: 18px;
}

.button.button-color-2 {
  background-color: #718ba3;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button.button-color-3 {
  background-color: #bd765e;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.button.button-color-4 {
  background-color: #9c5965;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.full-section {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.full-section.home-section {
  overflow: hidden;
  height: 63%;
  background-color: #f1f1f1;
  background-image: url('../images/tmcovertwist.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.full-section.loading-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
}

.full-section.portfolio-bg-6 {
  height: 45%;
  background-image: url('../images/cameras-web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1000;
  display: inline-block;
  background-color: #000;
}

.nav-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px 18px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Teko, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.feature-link {
  background-color: #32323d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
}

.nav-link.feature-link:hover {
  background-color: #1f1f26;
  color: #fff;
}

.nav-link.homenavlink {
  display: none;
}

.wide-container {
  position: relative;
  display: block;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
}

.wide-container.portfolio-container {
  padding-top: 100px;
  padding-bottom: 228px;
  text-align: center;
}

.wide-container.portfolio-container.style-4 {
  text-align: left;
}

.half-p {
  position: absolute;
  top: 46%;
  width: 80%;
  max-width: 900px;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Teko, sans-serif;
  color: #1f1f26;
  font-size: 2vw;
  line-height: 2.2vw;
  font-style: normal;
  font-weight: 300;
  text-shadow: 1px 1px 0 #fff;
}

.black {
  color: #2c2c4d;
  font-style: normal;
}

.main-site-content {
  position: relative;
  z-index: 10;
  height: 100%;
}

.full-column {
  position: relative;
  z-index: 0;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.full-column.image-1 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  background-size: auto;
}

.full-column.image-2 {
  background-image: url('../images/drone_thetwist_Bjarkeingelsgroup.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.full-column.image-3 {
  background-image: url('../images/Interiørdesign_BOA.06.jpg');
  background-size: cover;
}

.full-column.image-4 {
  background-image: url('../images/_DSC9260.jpg');
  background-size: cover;
}

.full-column.grey {
  height: 100%;
  background-color: #000;
}

.column-content {
  position: absolute;
  left: 0px;
  top: 43%;
  right: 0px;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.left-diagonal {
  position: relative;
  left: 2px;
  top: -7px;
  z-index: 10;
  float: right;
}

.right-diagonal {
  position: relative;
  top: -7px;
  right: 2px;
  z-index: 10;
  float: left;
}

.circle-navbar {
  position: fixed;
  left: 0px;
  top: 42%;
  bottom: 0px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  opacity: 0.6;
}

.circle-link {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 20px auto;
  border: 2px solid #000;
  border-radius: 50%;
}

.circle-link.w--current {
  background-color: #000;
}

.circle-label {
  position: absolute;
  left: 15px;
  top: -9px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  text-transform: uppercase;
}

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

.section.style-section {
  display: none;
  overflow: visible;
  background-color: #fff;
}

.section.depth-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section.footer {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-bottom: -59px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

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

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

.style-image-left {
  margin-top: 102px;
  margin-left: 2px;
  padding-right: 10px;
}

.big-heading {
  position: relative;
  margin-top: 115px;
  font-size: 90px;
  line-height: 90px;
}

.faded {
  position: relative;
  left: 31px;
  top: -29px;
  display: inline-block;
  color: #ebebed;
  font-size: 130px;
}

.portfolio-h1 {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 37%;
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 rgba(31, 31, 38, 0.21);
}

.portfolio-h1.portfolio-h1-style-4 {
  position: relative;
  padding-top: 272px;
  color: #000;
  text-shadow: 0 2px 0 #575151;
}

.portfolio-image {
  margin-bottom: 25px;
}

.portfolio-section {
  height: 76%;
  background-image: url('../images/8S1A7154.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-1 {
  background-image: url('../images/arkitektur_tverfjellhytta_Snøhetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-1.narrow-container {
  width: 100%;
  height: 65%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Boa_portretter-1148_FHD.jpg');
}

.portfolio-section.portfolio-bg-2 {
  background-image: url('../images/belysning_thetwist_lightbureau.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.portfolio-section.portfolio-bg-3 {
  background-image: url('../images/Interiørdesign_BOA.06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-4 {
  height: 76%;
  background-image: url('../images/drone_under_snøhetta_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-section.portfolio-bg-7 {
  background-image: url('../images/arkitektur_tverfjellhytta_Snøhetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-section {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.d {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
}

.d.footer {
  position: absolute;
  left: 32%;
  top: 32%;
  background-image: none;
}

.style-p {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.white {
  font-family: Teko, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.light {
  font-family: Montserrat, sans-serif;
  color: #ebebf2;
}

.footer-diagonal {
  -webkit-transform: scale(2) translate(75px, -1px);
  -ms-transform: scale(2) translate(75px, -1px);
  transform: scale(2) translate(75px, -1px);
}

.footer-holder {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 140px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.triangle-large {
  position: absolute;
  left: 0px;
  top: 41%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 175px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/white_wave_2X_1white_wave_@2X.png');
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.triangle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-image: url('../images/footer_lodyas.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.triangle.bottom-right {
  left: 22%;
  top: 35%;
  background-color: #1f1f26;
  opacity: 0.66;
}

.triangle.bottom-left {
  left: -25%;
  top: 59%;
  background-color: #0f0f12;
  opacity: 0.9;
}

.triangle.top-left {
  left: -61%;
  top: 41%;
  background-color: #3b3b3b;
  opacity: 0.85;
}

.triangle.far-left {
  left: -97%;
  top: 59%;
  padding-top: 80px;
  padding-left: 3px;
  border-color: rgba(0, 0, 0, 0.43);
  background-color: #1b1b21;
  background-image: none;
  font-family: 'Fjalla One', sans-serif;
  color: #f5f5f5;
  font-size: 13px;
  letter-spacing: 1px;
}

.up-arrow {
  margin-top: 5px;
  margin-left: 5px;
  opacity: 0.92;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.up-arrow:hover {
  -webkit-transform: rotate(-45deg) translate(0px, -5px);
  -ms-transform: rotate(-45deg) translate(0px, -5px);
  transform: rotate(-45deg) translate(0px, -5px);
}

.prtfolio-p {
  display: block;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.prtfolio-p.no-right-margin {
  margin-right: 0px;
}

.collection-subtitle {
  font-family: 'Fjalla One', sans-serif;
  color: #4b4b57;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio-column {
  margin-bottom: 36px;
  padding-right: 18px;
  padding-left: 18px;
}

.portfolio-column.right-column {
  margin-top: 135px;
  text-align: right;
}

.portfolio-card {
  position: relative;
  height: 10px;
  background-color: #000;
}

.portfolio-card.contact-card {
  height: 132.297px;
}

.portfolio-h3 {
  position: relative;
  top: 46%;
  display: none;
  color: #fff;
}

.right {
  position: relative;
  bottom: 8px;
  display: block;
  margin: 20px auto 40px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.right.fat {
  font-size: 22px;
  font-weight: 700;
}

.slider {
  height: 540px;
  margin-top: 50px;
  margin-bottom: 36px;
  background-color: transparent;
}

.contrast-slides {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.contrast-slides.one {
  background-image: url('../images/drone_thetwist_Bjarkeingelsgroup.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.contrast-slides.two {
  background-image: url('../images/drone_madarkitektur.jpg');
  background-size: contain;
}

.contrast-slides.three {
  background-image: url('../images/drone_bjørvika_madarkitekter_osu_1.jpg');
  background-size: contain;
}

.contrast-slides.text {
  padding-top: 238px;
  background-color: #000;
  background-image: none;
  text-align: center;
}

.contrast-slides.four {
  background-image: url('../images/drone_under_snøhetta.jpg');
  background-size: contain;
}

.slide-feature {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.arrow {
  color: #000;
  font-size: 22px;
}

.arrow.left-arrow {
  margin-left: -80px;
}

.arrow.right-arrow {
  margin-right: -80px;
}

.slide-nav {
  display: none;
}

.lightbox {
  width: 100%;
  margin-bottom: 35px;
}

.card-p {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
}

.row-layout-4 {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

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

.full-page {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 100%;
}

.full-page.first {
  height: 60%;
  padding-left: 60px;
  background-color: #fff;
}

.social {
  margin-top: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.social:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.style-image-right {
  margin-bottom: 10px;
}

.services-h1 {
  position: absolute;
  left: 0%;
  top: 38%;
  right: 0px;
  bottom: auto;
  display: block;
  font-size: 35px;
  text-align: center;
}

.diamond {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.diamond.large-diamond {
  bottom: auto;
  width: 250px;
  height: 250px;
  margin-top: 60px;
  margin-bottom: 5px;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0.9);
}

.diamond.package-diamond {
  position: absolute;
  top: -45px;
  right: 48px;
  border-width: 0px;
  background-color: #000;
  color: #ccc;
}

.diamond.package-diamond.small {
  width: 65px;
  height: 65px;
}

.diamond.package-diamond.featured {
  background-color: #3f3f4d;
  color: #dbdbdb;
}

.diamond-image {
  position: absolute;
  left: 28px;
  top: 28px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.diamond-image.image-2 {
  left: 29px;
  top: 28px;
}

.diamond-image.image-3 {
  left: 36px;
  top: 28px;
}

.diamond-image.image-4 {
  left: 29px;
  top: 27px;
}

.diamond-heading {
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  color: #ccc;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-section {
  overflow: hidden;
  height: 500px;
  background-color: #8c4d4d;
  background-image: url('../images/cameras-web.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-diagonal {
  display: block;
}

.feature-diagonal.services {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  -webkit-transform: scale(2) translate(-75px, 1px);
  -ms-transform: scale(2) translate(-75px, 1px);
  transform: scale(2) translate(-75px, 1px);
}

.feature-diagonal.bottom {
  -webkit-transform: scale(2) translate(50px, -1px);
  -ms-transform: scale(2) translate(50px, -1px);
  transform: scale(2) translate(50px, -1px);
}

.feature-diagonal.services-bottom {
  -webkit-transform: scale(2) translate(-50px, 1px);
  -ms-transform: scale(2) translate(-50px, 1px);
  transform: scale(2) translate(-50px, 1px);
}

.diamond-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 70px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: Average;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.photography {
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-holder {
  position: relative;
  background-color: #eee;
  text-align: center;
}

.list-item {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #545469;
  font-size: 18px;
  font-weight: 300;
}

.list-item.list-name {
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.package-diagonal {
  position: absolute;
  display: block;
  -webkit-transform: scale(1.3) translate(15px, 0px);
  -ms-transform: scale(1.3) translate(15px, 0px);
  transform: scale(1.3) translate(15px, 0px);
}

.package-diagonal.bottom {
  bottom: 1px;
}

.list {
  padding-top: 90px;
  padding-bottom: 30px;
}

.list.small {
  padding-top: 40px;
  padding-bottom: 25px;
}

.package-price {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 21px;
  padding-right: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.package-price.small {
  padding-top: 9px;
  font-size: 13px;
  font-weight: 400;
}

.price {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 25px;
}

.price.small {
  font-size: 22px;
}

.services-h2 {
  margin-bottom: 74px;
  padding-top: 16px;
  font-family: Average;
  font-size: 50px;
  line-height: 30px;
  text-align: right;
  text-transform: none;
}

.smaller-h2 {
  color: #3d3636;
  font-size: 25px;
}

.text-field {
  z-index: 1;
  margin-bottom: 54px;
  padding-top: 36px;
  padding-bottom: 34px;
  padding-left: 100px;
  border: 1px solid #e8e8e8;
  background-color: transparent;
}

.text-field:focus {
  border-color: #e8e8e8;
}

.text-field.message {
  padding-top: 26px;
  padding-bottom: 4px;
  padding-left: 130px;
  border-right-width: 0px;
}

.label {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 27px 15px 23px 16px;
  background-color: #e8e8e8;
  font-family: 'Fjalla One', sans-serif;
  color: #30303b;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-bars {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 16px;
  float: right;
  background-color: #fff;
}

.menu {
  overflow: hidden;
  height: 60px;
  float: right;
  background-color: #fff;
}

.contact-h2 {
  margin-bottom: 0px;
  padding-top: 42px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
}

.success {
  padding-top: 15px;
  border: 1px solid #000;
  background-color: transparent;
  text-align: center;
}

.error {
  padding-top: 14px;
  background-color: #fcdcdc;
  text-align: center;
}

.brand-logo.w--current {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-logo.w--current:hover {
  opacity: 0.8;
}

.loading-image {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/lines.png');
  background-size: contain;
  opacity: 0.03;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.paragraph.paragraph-home1 {
  max-width: 40%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 3px solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.paragraph.paragraph-home1.home1right {
  margin-right: 100px;
  font-size: 35px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
}

.heading {
  font-family: Teko, sans-serif;
  font-weight: 300;
}

.heading-2 {
  font-family: Teko, sans-serif;
  font-size: 28px;
}

.heading-3 {
  font-family: Teko, sans-serif;
  font-weight: 300;
}

.heading-4 {
  font-family: Teko, sans-serif;
  font-weight: 300;
}

.heading-5 {
  font-family: Teko, sans-serif;
  font-size: 28px;
}

.heading-6 {
  font-family: Teko, sans-serif;
  font-weight: 300;
}

.heading-6.white {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 50px;
  text-transform: uppercase;
}

.heading-6.white.small {
  font-size: 26px;
  text-transform: lowercase;
}

.heading-6.white.midium {
  font-size: 26px;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.bold-text {
  font-weight: 400;
}

.lightbox-link {
  margin-bottom: 35px;
}

.columns {
  margin-bottom: 35px;
}

.columns-2 {
  margin-bottom: 36px;
}

.image-5 {
  margin-bottom: 25px;
}

.paragraph-7 {
  text-align: left;
}

.image-6 {
  margin-bottom: 25px;
}

.lightbox-link-2 {
  margin-bottom: 36px;
}

.mask {
  margin-bottom: 0px;
}

.columns-3 {
  margin-bottom: 60px;
}

.columns-4 {
  margin-bottom: 60px;
}

.columns-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.columns-6 {
  display: block;
}

.image-7 {
  display: inline-block;
  margin-top: 0px;
}

.column-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.portfolio-text {
  height: auto;
}

.paragraph-8 {
  text-align: left;
}

.footer-columns {
  height: 100%;
}

.section-2 {
  width: 100%;
  height: 250px;
}

.heading-7 {
  margin-bottom: 0px;
  font-family: Teko, sans-serif;
  color: #d1d1d1;
  font-size: 24px;
  font-weight: 300;
}

.heading-7.phone {
  margin-top: -25px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  display: block;
  height: 100%;
  margin-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  text-align: right;
}

.column-6 {
  text-align: right;
}

.image-8 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
}

.image-9 {
  position: absolute;
  top: 5%;
  right: 2%;
  bottom: auto;
  z-index: auto;
  width: auto;
  margin-top: 0px;
}

.image-9.mobilelogo {
  display: none;
  overflow: visible;
}

.image-9.pclogo {
  z-index: 10;
  max-width: 55vw;
}

.div-block {
  width: 400px;
  height: 100%;
  background-color: #000;
}

.heading-8 {
  margin-left: 10px;
  text-align: left;
}

.columns-8 {
  margin-bottom: 40px;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-footer {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Teko, sans-serif;
  color: #d1d1d1;
  font-weight: 300;
}

.div-block-2 {
  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: 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;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 10px;
  -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;
}

.youtube {
  margin-top: 10px;
}

.youtube-2 {
  display: none;
  height: auto;
}

.youtube-3 {
  margin-top: 10px;
}

.div-block-3 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-49 {
  max-width: 80%;
}

.section-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-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;
}

.heading-9 {
  font-family: Teko, sans-serif;
  color: #d1d1d1;
  font-weight: 300;
}

.footer-sitemap {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Teko, sans-serif;
  color: #5e5e66;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.image-50 {
  position: absolute;
  height: 100%;
  background-image: url('../images/arkitektur_tverfjellhytta_Snøhetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-51 {
  position: absolute;
  display: block;
  height: 100%;
  background-image: url('../images/_DSC9260.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
}

.div-block-5 {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  color: #1f1f26;
  font-weight: 600;
  text-decoration: none;
}

.link-white {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #d1d1d1;
  text-decoration: none;
}

.heading-10 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
}

.link-miron {
  color: #d1d1d1;
  font-size: 14px;
  text-decoration: none;
}

.link-mail {
  color: #d1d1d1;
  text-decoration: none;
}

.youtube-4 {
  margin-bottom: 40px;
}

.architecture-heading {
  margin-top: 100px;
  margin-left: 10px;
  text-align: left;
}

.text-span {
  color: #f12020;
}

.link-2 {
  color: #5e5e66;
  text-decoration: none;
}

.link-3 {
  color: #5e5e66;
  text-decoration: none;
}

.link-4 {
  color: #5e5e66;
  text-decoration: none;
}

.link-5 {
  color: #5e5e66;
  text-decoration: none;
}

.link-6 {
  color: #5e5e66;
  text-decoration: none;
}

.footer-link-menu {
  color: #5e5e66;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .button.submit-button {
    padding-right: 28px;
    padding-left: 29px;
  }
  .navbar {
    font-family: Average;
  }
  .nav-link {
    display: block;
    margin-right: 2px;
    margin-left: 3px;
    padding-right: 7px;
    padding-left: 7px;
    clear: none;
    font-size: 14px;
  }
  .half-p {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 24%;
    display: block;
    width: 100%;
    max-width: 9999px;
    margin: 168px auto 80px;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    text-align: center;
  }
  .column-content {
    left: 3%;
  }
  .column-content.right-content {
    left: 0%;
    right: 3%;
  }
  .section.depth-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.footer {
    margin-bottom: -58px;
  }
  .big-heading {
    padding-left: 29px;
  }
  .faded {
    left: 28px;
  }
  .portfolio-h1 {
    position: absolute;
  }
  .portfolio-h1.portfolio-h1-style-4 {
    bottom: 57%;
  }
  .portfolio-section.portfolio-bg-1.narrow-container {
    width: 90%;
  }
  .portfolio-section.portfolio-bg-3 {
    height: 100%;
  }
  .portfolio-section.portfolio-bg-4 {
    height: 45%;
  }
  .d {
    margin-right: 7px;
  }
  .style-p {
    padding-left: 35px;
  }
  .footer-holder {
    right: 7.5%;
  }
  .portfolio-card {
    height: 128.98px;
  }
  .portfolio-card.contact-card {
    height: 144.98px;
  }
  .portfolio-card.surf-card {
    height: auto;
    padding-bottom: 18px;
  }
  .right {
    padding-right: 7px;
  }
  .arrow.left-arrow {
    margin-left: 0px;
  }
  .arrow.right-arrow {
    margin-right: 0px;
  }
  .feature-diagonal {
    position: relative;
    z-index: 1;
    margin-top: -1px;
  }
  .services-h2 {
    margin-bottom: 55px;
  }
  .smaller-h2 {
    font-size: 16px;
  }
  .menu-bars {
    padding-top: 17px;
  }
  .menu {
    z-index: 1000;
    background-color: #fff;
    text-align: center;
  }
  .image-9.mobilelogo {
    top: 0%;
    right: 9%;
    display: block;
    max-width: 80%;
  }
  .image-9.pclogo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    position: absolute;
    left: 5px;
    right: 0%;
    bottom: 0.5%;
    font-size: 70px;
    line-height: 80px;
  }
  .button.submit-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .full-section.home-section {
    height: 100%;
  }
  .nav-link {
    display: block;
    font-size: 13px;
    text-align: center;
  }
  .nav-link.feature-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .half-p {
    margin-top: 0px;
    font-size: 24px;
    line-height: 40px;
  }
  .column-content {
    position: relative;
    left: 0%;
    top: 36%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-content.right-content {
    right: 0%;
  }
  .section.style-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.depth-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .style-image-left {
    margin-top: 55px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .big-heading {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .style-p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-holder {
    right: -9.5%;
  }
  .portfolio-column.right-column {
    margin-top: -15px;
  }
  .portfolio-card.contact-card {
    height: 102.98px;
  }
  .style-image-right {
    margin-bottom: 0px;
  }
  .diamond-heading {
    margin-bottom: 25px;
  }
  .diamond-heading.last-2 {
    margin-bottom: 0px;
  }
  .feature-diagonal {
    overflow: hidden;
  }
  .package-diagonal {
    overflow: hidden;
  }
  .package-diagonal.bottom {
    overflow: hidden;
  }
  .text-field.message {
    border-right-width: 1px;
  }
  .menu {
    overflow: visible;
  }
  .contact-h2 {
    padding-top: 31px;
    font-size: 12px;
    line-height: 21px;
  }
  .brand-logo.w--current {
    margin-left: -10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    bottom: 29.5%;
  }
  p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
  .button.submit-button {
    width: 100%;
  }
  .full-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .full-section.home-section {
    height: 70%;
  }
  .full-section.home-section.phone {
    background-image: url('../images/_DSC4347.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .navbar {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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-link {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    font-size: 16px;
  }
  .nav-link.homenavlink {
    display: block;
  }
  .half-p {
    position: static;
    top: auto;
    bottom: 25%;
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding: 0px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
  }
  .full-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }
  .full-column.grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 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;
  }
  .column-content {
    position: static;
    top: 43%;
  }
  .column-content.right-content {
    position: static;
  }
  .left-diagonal {
    display: block;
  }
  .section.depth-section {
    display: none;
  }
  .section.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column.services-column {
    margin-bottom: 40px;
  }
  .big-heading {
    left: -20px;
    margin-bottom: 0px;
    font-size: 75px;
  }
  .faded {
    left: 46px;
    top: -46px;
    font-size: 95px;
  }
  .portfolio-h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .portfolio-h1.portfolio-h1-style-4 {
    bottom: 56.5%;
  }
  .portfolio-section.portfolio-bg-1.narrow-container {
    width: 100%;
  }
  .light {
    display: block;
    font-size: 15px;
    line-height: 25px;
  }
  .footer-holder {
    position: static;
    right: auto;
    width: 90%;
    height: 600px;
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .triangle.bottom-right {
    left: -27%;
    top: 22%;
  }
  .triangle.far-left {
    left: -75%;
    top: 70%;
  }
  .prtfolio-p {
    margin-right: 10px;
    margin-bottom: 90px;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 16px;
  }
  .portfolio-column {
    margin-bottom: 10px;
  }
  .portfolio-column.right-column {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .portfolio-card {
    display: none;
    margin-bottom: 10px;
  }
  .portfolio-card.contact-card {
    height: 130.98px;
  }
  .right {
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 40px;
    padding-left: 7px;
    font-size: 16px;
  }
  .slider {
    margin-bottom: 7px;
  }
  .full-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .full-page.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .full-page.first {
    height: 60%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .full-page.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .services-h1 {
    top: 47%;
  }
  .diamond.large-diamond {
    overflow: hidden;
  }
  .diamond-heading.last-2 {
    margin-bottom: 25px;
  }
  .diamond-text {
    overflow: hidden;
  }
  .pricing-holder {
    margin-bottom: 100px;
  }
  .services-h2 {
    margin-bottom: 100px;
  }
  .menu-bars {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 10;
  }
  .menu {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 80px;
    -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;
  }
  .contact-h2 {
    padding-top: 45px;
  }
  .brand-logo {
    display: none;
    margin-left: -10px;
  }
  .brand-logo.w--current {
    display: none;
  }
  .paragraph-2 {
    margin-bottom: 10px;
  }
  .image-7 {
    margin-bottom: 10px;
  }
  .footer-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .section-2 {
    height: auto;
  }
  .heading-7 {
    margin-left: 10px;
    padding-left: 10px;
  }
  .heading-7.phone {
    margin-top: -12px;
    font-size: 32px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    margin-bottom: 40px;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-9 {
    position: static;
    top: 10%;
    right: auto;
    width: auto;
    max-width: 90%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    font-size: 16px;
  }
  .image-10 {
    margin-bottom: 10px;
  }
  .image-11 {
    margin-bottom: 10px;
  }
  .image-12 {
    margin-bottom: 10px;
  }
  .image-13 {
    margin-bottom: 10px;
  }
  .image-14 {
    margin-bottom: 10px;
  }
  .image-15 {
    margin-bottom: 10px;
  }
  .image-16 {
    margin-bottom: 10px;
  }
  .image-17 {
    margin-bottom: 10px;
  }
  .image-18 {
    margin-bottom: 10px;
  }
  .image-19 {
    margin-bottom: 10px;
  }
  .image-20 {
    margin-bottom: 10px;
  }
  .image-21 {
    margin-bottom: 10px;
  }
  .image-22 {
    margin-bottom: 10px;
  }
  .image-23 {
    margin-bottom: 10px;
  }
  .image-24 {
    margin-bottom: 10px;
  }
  .image-25 {
    margin-bottom: 10px;
  }
  .image-26 {
    margin-bottom: 10px;
  }
  .image-27 {
    margin-bottom: 10px;
  }
  .image-28 {
    margin-bottom: 10px;
  }
  .image-29 {
    margin-bottom: 10px;
  }
  .image-30 {
    margin-bottom: 10px;
  }
  .image-31 {
    margin-bottom: 10px;
  }
  .image-32 {
    margin-bottom: 10px;
  }
  .image-33 {
    margin-bottom: 10px;
  }
  .image-34 {
    margin-bottom: 10px;
  }
  .image-35 {
    margin-bottom: 10px;
  }
  .image-36 {
    margin-bottom: 10px;
  }
  .image-37 {
    margin-bottom: 10px;
  }
  .image-38 {
    margin-bottom: 10px;
  }
  .image-39 {
    margin-bottom: 10px;
  }
  .image-40 {
    margin-bottom: 10px;
  }
  .image-41 {
    margin-bottom: 10px;
  }
  .image-42 {
    margin-bottom: 10px;
  }
  .image-43 {
    margin-bottom: 10px;
  }
  .image-44 {
    margin-bottom: 10px;
  }
  .image-45 {
    margin-bottom: 10px;
  }
  .image-46 {
    margin-bottom: 10px;
  }
  .image-47 {
    margin-bottom: 10px;
  }
  .image-48 {
    margin-bottom: 40px;
  }
  .section-3 {
    display: block;
    -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;
  }
  .social-footer {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .div-block-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-49 {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .section-4 {
    position: static;
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer-sitemap {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .div-block-4 {
    margin-bottom: 20px;
  }
  .div-block-5 {
    padding-left: 10px;
    -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;
  }
  .link-white {
    font-size: 32px;
  }
  .link-mail {
    font-size: 32px;
  }
  .youtube-4 {
    width: 90%;
    margin-top: 10px;
    margin-right: 18px;
    margin-left: 18px;
    padding-right: 0px;
  }
}

