h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 54px;
  line-height: 59px;
  font-weight: 800;
  letter-spacing: -3px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 46px;
  line-height: 47px;
  font-weight: 800;
  letter-spacing: -3px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 27px;
  line-height: 31px;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 23px;
  line-height: 20px;
  font-weight: 800;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 20px;
  line-height: 18px;
  font-weight: 800;
}

p {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #484d52;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 25px;
  line-height: 40px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  font-family: Muli, sans-serif;
  color: #484d52;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.hero-section {
  position: relative;
  height: 100vh;
  padding-top: 20%;
  padding-bottom: 8%;
  background-image: url('../images/max-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
  text-transform: uppercase;
}

.hero-section.fixed {
  background-attachment: fixed;
}

.hero-section.bio {
  height: 400px;
  background-image: url('../images/secondary-header.jpg');
  background-position: 50% 50%;
}

.container {
  position: relative;
  z-index: 5;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.container.on-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.justify-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.top-boder {
  margin-top: 140px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 16px;
  background-color: transparent;
  text-align: center;
}

.brand {
  display: inline-block;
  float: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}

.brand:hover {
  opacity: 0.7;
}

.heading-1.big {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 106px;
  line-height: 139px;
  font-weight: 800;
  text-align: left;
  letter-spacing: -8px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-1.white {
  padding: 10px;
  background-color: #303030;
  color: #fff;
}

.title-link {
  display: inline-block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}

.title-link:hover {
  opacity: 0.8;
}

.title-link.yellow {
  margin-bottom: 10px;
  color: #ffe400;
}

.title-link.bottom-border {
  margin-bottom: 15px;
}

.title-link.small {
  font-size: 17px;
}

.hero-subtitle {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #242424;
  font-family: 'Open Sans', sans-serif;
  color: #85caff;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hero-subtitle.top-border {
  margin-top: 20px;
}

.hero-subtitle.centered {
  margin-top: 15px;
  text-align: center;
}

.signature {
  max-width: 250px;
  margin-top: 35px;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}

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

.content-section.on-columns {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.on-testimonials {
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.on-call-to-action {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.less-top-padding {
  padding-top: 80px;
  padding-bottom: 130px;
}

.content-section.no-bottom-padding {
  padding-bottom: 0px;
}

.content-section.on-contact-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.header-text.medium {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.subtitle-box {
  display: block;
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.subtitle-box._100-percent {
  width: 100%;
}

.subtitle-box.small {
  width: 60%;
}

.subtitle-box.full-width {
  width: 100%;
  margin-top: 15px;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/55818d3e1b8dc_image.jpg'), url('../images/55818cd6af73d_image.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: 380px, 380px;
}

.flex-parent.split {
  margin-top: 0px;
}

.flex-parent.on-column {
  margin-top: 30px;
}

.flex-parent.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-parent.more-posts {
  margin-top: 60px;
  border-top: 2px solid #edf0f4;
  border-bottom: 2px solid #edf0f4;
}

.flex-parent.top-border {
  margin-top: 90px;
  background-image: url('../images/55818d3e1b8dc_image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.item {
  width: 33.33%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: url('../images/13620084_1199599743407690_627254692185257328_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.circle {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #f2f5f7;
}

.circle._1 {
  background-image: url('../images/Camera-tree_1Camera-tree.png');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.circle._2 {
  background-image: url('../images/Images_1Images.png');
  background-position: 50% 50%;
  background-size: 41px;
  background-repeat: no-repeat;
}

.circle._3 {
  background-image: url('../images/Picture_1Picture.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
}

.paragraph-medium {
  color: #aab2bd;
  font-size: 19px;
  line-height: 36px;
  text-align: left;
  text-decoration: none;
}

.paragraph-medium.white {
  color: #fff;
}

.paragraph-medium.by {
  display: inline-block;
  margin-right: 5px;
}

.paragraph-medium.dot {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.paragraph-medium.centered {
  text-align: center;
}

.paragraph-medium.less-line-height {
  line-height: 26px;
}

.paragraph-medium.less-line-height-and-centered {
  line-height: 26px;
  text-align: center;
}

.paragraph-medium.inline-block {
  display: inline-block;
}

.features-text-box {
  margin-top: 20px;
}

._50-percent {
  width: 50%;
  padding-top: 150px;
}

._50-percent.left {
  padding-top: 145px;
  padding-right: 5%;
  padding-bottom: 145px;
  background-color: #1b1e32;
  text-align: right;
}

._50-percent.right {
  background-image: url('../images/photo-1469897573800-adef20babc12-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.title.yellow {
  color: #ffe400;
}

.title.white-and-small {
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
}

.heading-3.white {
  color: #fff;
}

.column-container {
  display: inline-block;
  width: 80%;
  text-align: left;
}

.column-icon-box {
  position: relative;
  top: 3px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-icon-box._1 {
  background-image: url('../images/Camera-1_1Camera (1).png');
  background-position: 50% 0px;
  background-size: 45px;
  background-repeat: no-repeat;
}

.column-icon-box._2 {
  background-image: url('../images/Dslr_1Dslr.png');
  background-position: 50% 0px;
  background-size: 49px;
  background-repeat: no-repeat;
}

.column-icon-box._3 {
  background-image: url('../images/Flower_1Flower.png');
  background-position: 50% 0px;
  background-size: 44px;
  background-repeat: no-repeat;
}

.column-text-box {
  width: 80%;
  text-align: left;
}

.mini-title {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.mini-title.gray {
  color: #aab2bd;
  text-decoration: none;
}

.mini-title.centered {
  text-align: center;
}

.paragraph-mini {
  display: inline-block;
  font-family: Muli, sans-serif;
  color: #aab2bd;
  font-size: 16px;
  line-height: 29px;
}

.paragraph-mini.white {
  color: #fff;
}

.column-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
}

.column-divider-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #21253c;
}

.column-divider-line._2 {
  background-color: #161827;
}

.column-divider-lines {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.collection-container {
  margin-top: 65px;
}

.vertical-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60% 30px 11%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.title-big {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.title-big.top-border {
  margin-top: 10px;
}

.hero-link-block {
  display: block;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #85caff;
  font-size: 160px;
  line-height: 175px;
  font-weight: 800;
}

.underline-block {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ffe400;
  font-size: 70px;
  line-height: 70px;
  text-decoration: underline;
}

.underline-block:hover {
  opacity: 0.8;
}

.rounded-button {
  display: inline-block;
  height: 51px;
  padding: 17px 30px 15px;
  border-radius: 35px;
  background-color: rgba(255, 228, 0, .9);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.rounded-button:hover {
  padding-top: 14px;
  padding-right: 27px;
  padding-left: 27px;
  border: 3px solid #ffe400;
  background-color: transparent;
  color: #ffe400;
}

.rounded-button.top-border {
  margin-top: 15px;
  background-color: #85caff;
}

.gradient-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-linear-gradient(270deg, transparent 33%, rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, .8));
}

.button-square-rounded {
  padding: 25px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 5px;
  background-color: #ffe400;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-square-rounded:hover {
  opacity: 0.9;
}

.button-square-rounded.top-border {
  margin-top: 40px;
}

.button-square-rounded.on-submit {
  padding-right: 60px;
  background-image: url('../images/Arow_1Arow.png');
  background-position: 78% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: left;
}

.button-square-rounded.on-submit:hover {
  background-color: rgba(255, 228, 0, .8);
}

.button-arrow {
  float: none;
}

.button-text {
  display: inline-block;
  margin-right: 3px;
}

.button-text.left-arrow {
  margin-right: 0px;
  margin-left: 3px;
}

.center-button {
  margin-top: 70px;
  text-align: center;
}

.heading-2.big-spacing {
  color: #fff;
  line-height: 80px;
  letter-spacing: -2px;
}

.heading-2.white {
  color: #fff;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141726;
}

.testimonial-arrow.right {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.testimonial-arrow.left {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.underline-box {
  display: block;
  color: #ffe400;
  font-size: 80px;
  line-height: 50px;
  text-decoration: underline;
}

.underline-box.medium {
  width: 70%;
}

.underline-box.bottom-border {
  margin-bottom: 25px;
}

.testimonial-details {
  margin-bottom: 30px;
}

.testimonial-details.top-border {
  margin-top: 30px;
}

.testimonial-pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 4px solid #ffe400;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-guy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-name {
  position: relative;
  top: -25px;
  display: inline-block;
}

.slide-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.slide-nav.on-testimonials {
  position: relative;
}

.testimonial-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 345px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 12px solid #fff;
}

.testimonial-picture._2 {
  height: 345px;
  border: 12px solid #fff;
  background-image: url('../images/photo-1465495976277-4387d4b0b4c6.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testimonial-picture._3 {
  background-image: url('../images/photo-1459501462159-97d5bded1416-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testimonial-picture._1 {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/photo-1469232136325-aa07d3461bc6.jpeg');
  background-position: 50% 50%;
  background-size: 950px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.testimonial-picture._4 {
  width: 100%;
  margin-bottom: 15px;
  background-image: url('../images/photo-1448387473223-5c37445527e7.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-picture._5 {
  background-image: url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-picture._6 {
  background-image: url('../images/photo-1434494878577-86c23bcb06b9.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-medium {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: -3px;
}

.title-medium.less-bottom-border {
  margin-bottom: 35px;
}

.go-up {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer {
  padding: 35px 20px;
  -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;
}

.text-field {
  width: 235px;
  height: 76px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-left: 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
  font-family: Muli, sans-serif;
  color: #aab2bd;
  font-size: 16px;
}

.text-field:hover {
  padding-left: 23px;
  border: 3px solid #198ef5;
}

.text-field:focus {
  padding-left: 23px;
  border: 3px solid #198ef5;
}

.text-field.contact-me {
  width: 100%;
  margin-bottom: 50px;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #aab2bd;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-field.contact-me:hover {
  padding-left: 25px;
  border-bottom-color: #198ef5;
}

.text-field.contact-me:focus {
  padding-left: 25px;
  border-bottom-color: #198ef5;
}

.text-field.no-rounded-borders {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form.on-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 18.5px;
  font-weight: 800;
  text-decoration: none;
}

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

.go-up-image {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.go-up-image:hover {
  opacity: 0.75;
}

.dynamic-item {
  padding-right: 0px;
  padding-left: 0px;
}

.dynamic-item.separation {
  margin-right: 10px;
  margin-bottom: 10px;
}

.empty-state {
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.preview-text-box {
  position: relative;
  z-index: 10;
}

.preview-text-box.flex {
  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;
}

.see-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.see-image:hover {
  background-color: rgba(0, 0, 0, .8);
}

.hide-image {
  display: none;
}

.testimonial-text-centered {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.success-message {
  padding-top: 27px;
  background-color: transparent;
}

.success-message.on-contact-me {
  background-color: #f7f7f7;
}

.success-message.on-pop-up {
  position: relative;
  top: -9px;
  height: 76px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.full-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .27), rgba(0, 0, 0, .27));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .27), rgba(0, 0, 0, .27));
}

.full-overlay.lighter {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
}

.button-round-hollow {
  display: inline-block;
  padding: 15px 37px 14px;
  border: 3px solid #ffe400;
  border-radius: 35px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #ffe400;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.button-round-hollow:hover {
  border-color: rgba(255, 228, 0, .85);
  background-color: #ffe400;
  color: #484d52;
}

.button-round-hollow.top-border {
  margin-top: 15px;
}

.burger-menu {
  position: absolute;
  left: 0px;
  top: 11px;
  bottom: 0px;
  z-index: 50;
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-left: 40px;
  -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;
  border-radius: 50%;
  background-color: #29334d;
  background-image: url('../images/Burger-lines_1Burger-lines.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.burger-menu:hover {
  background-color: #85caff;
}

.burger-menu.w--open {
  background-color: #85caff;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.burger-menu.w--open:hover {
  background-color: rgba(170, 178, 189, .7);
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: auto;
  padding-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.post-details {
  margin-top: 10px;
}

.post-details.less-top-border {
  margin-top: 18px;
}

.subtitle {
  font-size: 26.5px;
  text-align: center;
}

.subtitle.top-border {
  margin-top: 30px;
}

.subtitle.white-and-small {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
}

.subtitle.medium {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.final-dots {
  width: 100%;
  color: #aab2bd;
  text-align: center;
}

.tags-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tags-container.on-blog {
  margin-top: 20px;
  margin-bottom: 40px;
}

.tag-button {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 30px 13px;
  border: 1px solid #aab2bd;
  border-radius: 35px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Muli, sans-serif;
  text-align: center;
  text-decoration: none;
}

.tag-button:hover {
  background-color: #aab2bd;
  color: #fff;
}

.more-posts-box {
  width: 50%;
  padding: 60px 20px 40px;
}

.more-posts-box.right {
  padding-left: 25px;
  border-left: 2px solid #edf0f4;
}

.vertical-container {
  position: relative;
  overflow: hidden;
  width: 33.33333333%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-container.about-me {
  background-image: url('../images/player-bio.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.vertical-container.portfolio {
  background-image: url('../images/photos.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.vertical-container.services {
  background-image: url('../images/contact2.jpg');
  background-size: cover;
}

.big-square-container {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-square-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 450px;
  padding: 32% 70px 12% 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.testimonial-column {
  width: 50%;
}

.testimonial-column.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.testimonial-column.right {
  padding-left: 50px;
}

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

.square-container {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  height: auto;
  min-height: 320px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.square-box {
  padding: 45% 20px 12% 30px;
}

.square-box.on-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52%;
  padding-bottom: 10%;
}

.paragraph-big {
  color: #484d52;
  font-size: 26.5px;
  line-height: 34px;
  text-align: left;
}

.paragraph-big.centered {
  text-align: center;
}

.authors-name-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.authors-name-link:hover {
  opacity: 0.8;
}

.paragraph.white {
  color: #fff;
}

.blog-column {
  width: 67%;
}

.blog-column.right {
  width: 32%;
  padding-left: 30px;
}

.featured-post {
  padding-top: 25px;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid #e6e9ec;
}

.post-preview-text {
  margin-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.latest-posts-container {
  margin-top: 50px;
}

.latest-post-box {
  display: block;
  margin-top: 20px;
  padding-top: 25px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e6e9ec;
}

.blog-preview-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.blog-preview-image {
  position: relative;
  width: 40%;
  height: 195px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-preview-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 20px;
  -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;
}

.link-block {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.8;
}

.categories-container {
  margin-bottom: 40px;
  border-top: 1px solid #e6e9ec;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-bottom: 1px solid #e6e9ec;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 19px;
  line-height: 36px;
  text-decoration: none;
}

.category-item:hover {
  text-decoration: underline;
}

.category-name {
  display: inline-block;
  text-decoration: none;
}

.dot-box {
  width: 21px;
}

.tag-item {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.small-tag-button {
  padding: 13px 23px;
  border: 1px solid #aab2bd;
  border-radius: 35px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.small-tag-button:hover {
  background-color: #aab2bd;
  color: #fff;
}

.instagram-container {
  margin-top: 20px;
  margin-bottom: 60px;
}

.small-text {
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 10px;
  line-height: 15px;
}

.small-text.top-border {
  margin-top: 15px;
}

.featured-preview-image {
  position: relative;
}

.submit-button {
  width: 34%;
  height: 76px;
  max-width: 185px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffe400;
  background-image: url('../images/Arow_1Arow.png');
  background-position: 78% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.submit-button:hover {
  opacity: 0.9;
}

.cta-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 35px;
  line-height: 45px;
  font-weight: 800;
  letter-spacing: -1px;
}

.title-box {
  margin-bottom: 20px;
  padding-left: 5px;
}

.title-box.top-border {
  margin-top: 60px;
}

.tag-button-box {
  display: inline-block;
  margin-bottom: 5px;
}

.hero-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/photo-1464800959563-472c0567132f.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.hero-medium.journal {
  background-image: url('../images/photo-1457419655743-2e0acc6b5122.jpeg');
}

.hero-medium.tags {
  padding-top: 4%;
  background-image: url('../images/photo-1467094568967-95f87ee9c873-1.jpg');
  background-size: cover;
}

.hero-medium.author {
  background-image: url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-size: cover;
}

.hero-medium.portfolio-category {
  background-image: url('../images/photo-1454560291000-ccdbe42e5d49.jpeg');
  background-size: cover;
}

.hero-medium.portfolio {
  background-image: url('../images/photo-1464800959563-472c0567132f.jpeg');
  background-size: cover;
}

.hero-medium.contact-me {
  background-image: url('../images/I2FOQMJ1T0-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-medium.faq {
  background-image: url('../images/655852_429261-20150610_GorWbrook2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-medium.about-me {
  background-image: url('../images/photo-1459599417636-ea19d733bb16.jpeg');
  background-size: cover;
}

.hero-medium.services {
  background-image: url('../images/photo-1459501462159-97d5bded1416-2.jpeg');
}

.hero-medium._404 {
  height: 100vh;
  min-height: auto;
}

.service-column {
  width: 69%;
}

.service-column.right {
  width: 28%;
}

.specifications-container {
  margin-bottom: 60px;
  border-top: 1px solid #e6e9ec;
}

.specification-box {
  padding-top: 23px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #e6e9ec;
}

.service-container {
  margin-bottom: 30px;
}

.image-sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-left {
  position: relative;
  top: -1px;
}

.pop-up-image-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}

.pop-up-sample-1 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.close-pop-up-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1005;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-1:hover {
  background-color: #484d52;
}

.pop-up-sample-2 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.pop-up-sample-3 {
  position: relative;
  display: none;
  overflow: auto;
  width: 90vw;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-sample-4 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.pop-up-sample-5 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.pop-up-sample-6 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.close-pop-up-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-2:hover {
  background-color: #484d52;
}

.close-pop-up-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-3:hover {
  background-color: #484d52;
}

.close-pop-up-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-4:hover {
  background-color: #484d52;
}

.close-pop-up-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-5:hover {
  background-color: #484d52;
}

.close-pop-up-6 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-6:hover {
  background-color: #484d52;
}

.content-box {
  padding-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid #e6e9ec;
}

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

.content-box.less-top-padding {
  padding-top: 15px;
}

.content-box.no-top-padding {
  padding-top: 0px;
}

.big-tag-button {
  display: inline-block;
  padding: 18px 53px 16px;
  border: 3px solid #fff;
  border-radius: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}

.hero-heading-box {
  display: inline-block;
  width: 70%;
}

.mini-title-box {
  margin-bottom: 15px;
}

.column {
  overflow: hidden;
  width: 50%;
  padding-top: 140px;
  padding-bottom: 140px;
  -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.right {
  text-align: center;
}

.column.left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1e32;
  background-image: url('../images/Pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.form-wrapper {
  display: inline-block;
  width: 80%;
  max-width: 650px;
  margin-top: 40px;
  text-align: left;
}

.select-field {
  display: inline-block;
  height: 70px;
  margin-bottom: 50px;
  border-style: none;
  background-color: #f4f4f4;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #f4f4f4);
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.address-box {
  display: inline-block;
  width: 85%;
}

.textarea {
  position: relative;
  overflow: auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 37px;
  border-width: 4px;
  border-color: #aab2bd;
  border-bottom-style: solid;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.textarea:hover {
  border-color: #198ef5;
}

.email {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 800;
}

.email.small {
  color: #aab2bd;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
}

.error-message {
  padding-top: 19px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e9ec;
}

.expand-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 40px;
  text-decoration: none;
  cursor: pointer;
}

.faq-title-box {
  width: 100%;
  padding-right: 50px;
}

.hide-show-button {
  position: absolute;
  top: -24px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 13px;
  margin-bottom: 12px;
  -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;
}

.vertical-line {
  position: relative;
  display: block;
  width: 2px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #aab2bd;
}

.horizontal-line {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #aab2bd;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  padding-left: 6px;
  float: none;
  -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;
  text-align: left;
}

.hero-container.bio {
  margin-top: 0%;
}

.link-box {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.link-box:hover {
  opacity: 0.8;
}

.nav-menu {
  overflow: hidden;
  width: auto;
  min-width: 350px;
  padding-top: 120px;
  padding-left: 0px;
  background-color: #fff;
}

.nav-link {
  display: block;
  padding-top: 25px;
  padding-bottom: 22px;
  padding-left: 40px;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

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

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

.social-link {
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #aab2bd;
  font-size: 17px;
  font-weight: 800;
}

.newsletter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, .8);
  text-align: left;
}

.pop-up-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18% 20px;
  -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;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/photo-1469255955908-f5b28d9d3473.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 950px;
  background-repeat: repeat, no-repeat;
}

.text-field-pop-up {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 76px;
  padding-left: 25px;
  float: left;
  border: 3px solid transparent;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Muli, sans-serif;
  color: #484d52;
  font-size: 16px;
}

.pop-up-form {
  position: static;
  width: 100%;
}

.close-link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 15px;
  margin-right: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

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

.submit-on-pop-up {
  position: relative;
  width: 20%;
  height: 76px;
  border-bottom-right-radius: 5px;
  background-color: #ffe400;
  background-image: url('../images/Arow_1Arow.png');
  background-position: 79% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #484d52;
  font-weight: 800;
  text-transform: uppercase;
}

.title-small {
  margin-bottom: 0px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -1.5px;
}

.style-box {
  margin-bottom: 40px;
}

.unordered-list {
  font-family: Muli, sans-serif;
}

.list-item {
  margin-bottom: 10px;
  color: #484d52;
  font-size: 19px;
  line-height: 26px;
}

.row-licensing.top-border {
  margin-top: 40px;
}

.row-licensing.bottom-divider {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e9ec;
}

.instructions-image {
  margin-bottom: 20px;
}

.hero-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 680px;
  padding-top: 13%;
  padding-bottom: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-up-sample-7 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.close-pop-up-7 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-7:hover {
  background-color: #484d52;
}

.pop-up-sample-8 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.close-pop-up-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #484d52;
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.pop-up-sample-9 {
  position: relative;
  display: none;
  overflow: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.close-pop-up-9 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background-color: rgba(72, 77, 82, .8);
  background-image: url('../images/Close_1Close.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

.close-pop-up-9:hover {
  background-color: #484d52;
}

.newsletter-modal-container {
  width: 100%;
  max-width: 770px;
}

.faq-section {
  margin-top: 120px;
}

.back-box {
  margin-top: 30px;
  padding-left: 5px;
}

.image-sample {
  max-width: auto;
}

.picture-sample {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}

.lightbox-link {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-bio-img {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: right;
}


.footer-wrapper {
  background-color: #212129;
}

.footer-link {
  position: relative;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
  color: #e6e7e9;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.home-welcome {
  margin: 50px 0px;
}

.welcome-text {
  margin-right: 200px;
  margin-left: 200px;
}

.text-span {
  background-color: transparent;
  color: #1b1414;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  color: #fff;
  font-size: 85px;
  line-height: 88px;
  text-align: left;
}

.heading-4.bio {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 54px;
}

.text-span-2 {
  font-size: 17px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="50-opacity-on-load"] {
  opacity: 0.5;
}

html.w-mod-js *[data-ix="slide-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="decrease-opacity-of-full-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
}

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

html.w-mod-js *[data-ix="close-pop-up-1"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-2"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-3"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-4"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-5"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-6"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-7"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-8"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="close-pop-up-9"] {
  -webkit-transform: translate(0px, -45px);
  -ms-transform: translate(0px, -45px);
  transform: translate(0px, -45px);
}

html.w-mod-js *[data-ix="display-none-on-load-hidden-box"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="full-opacity-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-down-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="move-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="move-up-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="opacity-0-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="display-none-on-load-arrow"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 7.8vw;
    line-height: 1.1em;
  }
  h2 {
    font-size: 6vw;
    line-height: 1.1em;
  }
  h3 {
    font-size: 3.4vw;
    line-height: 1.2em;
  }
  h4 {
    font-size: 3.2vw;
    line-height: 1.2em;
  }
  h5 {
    font-size: 3.4vw;
    line-height: 1.1em;
  }
  h6 {
    font-size: 3vw;
    line-height: 1em;
  }
  .hero-section {
    height: auto;
    padding-top: 12%;
  }
  .container.on-testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.justify-space-between {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar {
    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;
  }
  .heading-1.big {
    font-size: 12.9vw;
    line-height: 1.1em;
    letter-spacing: -6px;
  }
  .subtitle-box.small {
    width: 80%;
  }
  ._50-percent.left {
    padding-right: 40px;
  }
  .heading-3.white {
    font-size: 3.2vw;
    line-height: 1.3em;
  }
  .column-container {
    width: 90%;
  }
  .column-text-box {
    width: 100%;
  }
  .title-big {
    line-height: 1.3em;
  }
  .title-big.top-border {
    font-size: 5.4vw;
  }
  .hero-link-block {
    font-size: 20vw;
    line-height: 1.1em;
  }
  .heading-2.big-spacing {
    font-size: 5.8vw;
    line-height: 1.6em;
  }
  .testimonial-arrow.right {
    display: none;
  }
  .testimonial-arrow.left {
    display: none;
  }
  .underline-box.medium {
    width: 80%;
  }
  .title-medium {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .vertical-container {
    width: 50%;
  }
  .vertical-container.services {
    width: 100%;
  }
  .big-square-box {
    padding-right: 30px;
  }
  .testimonial-column.flex {
    width: 100%;
  }
  .testimonial-column.right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
  .testimonial-column.left {
    width: 100%;
    margin-bottom: 40px;
  }
  .square-container {
    width: 50%;
  }
  .blog-column {
    width: 100%;
  }
  .blog-column.right {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
  }
  .service-column {
    width: 100%;
  }
  .service-column.right {
    width: 100%;
    margin-top: 50px;
  }
  .pop-up-sample-1 {
    background-image: none;
  }
  .pop-up-sample-2 {
    background-image: none;
  }
  .pop-up-sample-4 {
    background-image: none;
  }
  .pop-up-sample-5 {
    background-image: none;
  }
  .pop-up-sample-6 {
    background-image: none;
  }
  .column.right {
    width: 100%;
  }
  .column.left {
    width: 100%;
  }
  .email {
    font-size: 6vw;
  }
  .pop-up-sample-7 {
    background-image: none;
  }
  .pop-up-sample-8 {
    background-image: none;
  }
  .pop-up-sample-9 {
    background-image: none;
  }
  .newsletter-modal-container {
    width: 90%;
  }
  .welcome-text {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 9.5vw;
  }
  h2 {
    font-size: 8vw;
  }
  h3 {
    font-size: 4.7vw;
  }
  h4 {
    font-size: 4.45vw;
  }
  h5 {
    font-size: 4.7vw;
  }
  h6 {
    font-size: 3.5vw;
  }
  .hero-section {
    padding-top: 19%;
  }
  .container.on-testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.top-boder {
    margin-top: 60px;
  }
  .heading-1.big {
    font-size: 15vw;
  }
  .hero-subtitle.top-border {
    margin-top: 10px;
  }
  .subtitle-box {
    width: 80%;
  }
  .item {
    width: 50%;
    margin-bottom: 10%;
  }
  .paragraph-medium {
    line-height: 26px;
  }
  .paragraph-medium.inline-block {
    display: inline;
  }
  ._50-percent.left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  ._50-percent.right {
    width: 100%;
    min-height: 700px;
  }
  .heading-3.white {
    font-size: 4.7vw;
  }
  .column-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .collection-container {
    margin-top: 15%;
  }
  .vertical-box {
    padding-bottom: 15%;
  }
  .title-big {
    font-size: 7.8vw;
  }
  .title-big.top-border {
    font-size: 7.3vw;
  }
  .heading-2.big-spacing {
    font-size: 7.5vw;
  }
  .title-medium {
    font-size: 6vw;
  }
  .footer {
    padding-bottom: 30px;
  }
  .text-field {
    width: 30.5%;
  }
  .footer-link {
    display: inline-block;
    width: 30%;
  }
  .success-message.on-pop-up {
    height: auto;
    min-height: 76px;
  }
  .content-wrapper.flex {
    display: block;
  }
  .more-posts-box {
    width: 100%;
    padding-left: 25px;
  }
  .more-posts-box.right {
    border-top: 2px solid #edf0f4;
    border-left-style: none;
  }
  .vertical-container {
    width: 100%;
  }
  .big-square-container {
    width: 100%;
  }
  .big-square-box {
    padding-right: 30%;
  }
  .testimonial-column.flex {
    width: 100%;
    margin-bottom: 50px;
  }
  .testimonial-column.right {
    width: 100%;
    padding-left: 0px;
  }
  .testimonial-column.left {
    width: 100%;
    margin-bottom: 50px;
  }
  .square-container {
    width: 100%;
  }
  .square-box {
    padding-bottom: 9%;
  }
  .submit-button {
    background-position: 83% 50%;
  }
  .title-box.top-border {
    margin-top: 40px;
  }
  .hero-medium._404 {
    min-height: 450px;
  }
  .image-sample {
    width: 50%;
  }
  .hero-heading-box {
    width: 80%;
  }
  .address-box {
    width: 90%;
  }
  .email {
    font-size: 8vw;
  }
  .expand-box {
    margin-bottom: 20px;
  }
  .newsletter {
    padding-top: 3%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pop-up-header {
    padding-top: 7%;
    padding-bottom: 7%;
  }
  .text-field-pop-up {
    width: 70%;
  }
  .submit-on-pop-up {
    width: 30%;
  }
  .home-bio-img {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 15vw;
    line-height: 1.1em;
  }
  h2 {
    font-size: 10vw;
    line-height: 1.15em;
  }
  h3 {
    font-size: 8vw;
  }
  h4 {
    font-size: 7.8vw;
  }
  h5 {
    font-size: 7vw;
  }
  h6 {
    font-size: 6vw;
  }
  .hero-section {
    padding-top: 39%;
  }
  .heading-1.big {
    font-size: 20vw;
  }
  .signature {
    width: 100%;
  }
  .subtitle-box.small {
    width: 100%;
  }
  .item {
    width: 100%;
  }
  .paragraph-medium.inline-block {
    line-height: 16px;
  }
  ._50-percent.left {
    padding-right: 0%;
  }
  .heading-3.white {
    font-size: 8vw;
    line-height: 1.3em;
  }
  .paragraph-mini.white {
    display: inline;
  }
  .vertical-box {
    padding-left: 20px;
  }
  .title-big {
    font-size: 11.3vw;
    line-height: 1.3em;
  }
  .title-big.top-border {
    font-size: 10vw;
  }
  .rounded-button {
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading-2.big-spacing {
    font-size: 11vw;
    line-height: 1.5em;
  }
  .underline-box.medium {
    width: 100%;
  }
  .testimonial-details {
    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;
    text-align: left;
  }
  .testimonial-pic {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .testimonial-pic._1 {
    margin-left: 0px;
  }
  .testimonial-pic._3 {
    margin-left: 0px;
  }
  .testimonial-picture {
    width: 100%;
    margin-bottom: 20px;
  }
  .title-medium {
    font-size: 10vw;
  }
  .text-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .text-field.contact-me {
    border-radius: 0px;
  }
  .text-field.no-rounded-borders {
    border-radius: 5px;
  }
  .footer-link {
    width: 48%;
    margin-right: 5px;
  }
  .button-round-hollow {
    padding-right: 29px;
    padding-left: 29px;
  }
  .burger-menu {
    margin-left: 30px;
  }
  .big-square-box {
    padding-left: 20px;
  }
  .testimonial-column.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .square-box {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph.white {
    display: inline;
  }
  .blog-preview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-preview-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-preview-text {
    width: 100%;
    padding-left: 10px;
  }
  .submit-button {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    background-position: 72% 50%;
  }
  .cta-subtitle {
    font-size: 10vw;
  }
  .image-sample {
    width: 100%;
  }
  .hero-heading-box {
    width: 100%;
  }
  .address-box {
    width: 90%;
  }
  .email {
    font-size: 10vw;
  }
  .email.small {
    font-size: 8.5vw;
  }
  .hero-container {
    padding-left: 10px;
  }
  .nav-menu {
    overflow: auto;
    padding-left: 10px;
  }
  .pop-up-header {
    padding-top: 18%;
    padding-bottom: 18%;
  }
  .text-field-pop-up {
    width: 100%;
    border-bottom-left-radius: 0px;
  }
  .submit-on-pop-up {
    top: -11px;
    width: 100%;
    border-bottom-left-radius: 5px;
    background-position: 69% 50%;
  }
  .post-details-box {
    margin-bottom: 15px;
  }
  .welcome-text {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-4 {
    font-size: 47px;
    line-height: 58px;
  }
}

