body {
  background-image: url('../images/bricks-bg.jpg');
  background-position: 50% 0px;
  background-repeat: repeat;
  font-family: Calibri, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-family:'Marker Felt', sans-serif;
  color: #342d28;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 2px;
  margin-bottom: 8px;
  color: #5c5c5c;
}
.button {
  display: inline-block;
  width: 100%;
  padding: 4px 20px;
  border: 4px solid #b0b0b0;
  background-color: #757575;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Calibri, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  border-color: #fefdf2;
  background-color: #6e47c3;
}
.header {
  margin-top: 35px;
  margin-bottom: 38px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}
.nav-btn {
  width: 95px;
  height: 35px;
  margin-right: -4px;
}
.nav-btn.services-btn {
  background-image: url('../images/services-btn.jpg'), url('../images/services-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.services-btn:hover {
  background-image: url('../images/services-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.services-btn.w--current {
  background-image: url('../images/services-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.home-btn {
  background-image: url('../images/home-btn.jpg'), url('../images/home-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.home-btn:hover {
  background-image: url('../images/home-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.blog-btn {
  background-image: url('../images/blog-btn.jpg'), url('../images/blog-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.blog-btn:hover {
  background-image: url('../images/blog-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.blog-btn.w--current {
  background-image: url('../images/blog-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.about-btn {
  background-image: url('../images/about-btn.jpg'), url('../images/about-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.about-btn:hover {
  background-image: url('../images/about-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.about-btn.w--current {
  background-image: url('../images/about-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.portfolio-btn {
  background-image: url('../images/projects-btn.jpg'), url('../images/projects-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.portfolio-btn:hover {
  background-image: url('../images/projects-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.portfolio-btn.w--current {
  background-image: url('../images/projects-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.contact-btn {
  background-image: url('../images/contact-btn.jpg'), url('../images/contact-hover.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 95px, 95px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-btn.contact-btn:hover {
  background-image: url('../images/contact-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-btn.contact-btn.w--current {
  background-image: url('../images/contact-hover.jpg');
  background-position: 50% 50%;
  background-size: 95px;
  background-repeat: no-repeat;
}
.nav-1 {
  height: 35px;
  padding-right: 117px;
  float: right;
  clear: both;
}
.nav-2 {
  position: relative;
  height: 35px;
  padding-right: 79px;
  float: right;
  clear: both;
}
.animation-block {
  display: inline-block;
  margin-bottom: 18px;
  float: left;
}
.blocks {
  display: inline-block;
  margin-bottom: 18px;
  float: right;
}
.block-col2 {
  padding-right: 0px;
}
.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  margin-top: 14px;
  background-color: #fefdf2;
}
.footer.blog-footer {
  position: static;
  margin-top: 40px;
}
.social-media {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  float: right;
}
.social-media.contact-media {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  float: none;
}
.copyright {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 20px;
}
.social-icons {
  margin-right: 10px;
}
.services-wrapper {
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding: 20px 25px;
  background-image: url('../images/services-bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.indent {
  padding-left: 10px;
}
.request-consult {
  margin-top: 14px;
}
.home-wrapper {
  margin-bottom: 70px;
  padding-right: 20px;
  padding-left: 20px;
}
.title {
  padding-right: 20px;
  padding-left: 20px;
}
.about-img {
  margin-top: 0px;
  margin-bottom: 12px;
  float: right;
}
.about-wrapper {
  margin-right: 30px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-image: url('../images/about-bg.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bold {
  font-family:'Calibri Bold', sans-serif;
  color: black;
}
.input {
  width: 96%;
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-wrapper {
  height: 442px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/services-bg_1.png');
  background-position: 50% -70px;
  background-repeat: no-repeat;
}
.form {
  margin-top: 17px;
}
.text-area {
  width: 98%;
  min-height: 120px;
}
.portfolio {
  display: block;
  width: 100%;
  margin-right: 19px;
  margin-left: 19px;
  margin-bottom: 70px;
}
.blog {
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
}
.title-img {
  height: 73px;
  border: 8px solid #fdfdf5;
}
.title-img.about-title {
  background-image: url('../images/about-title.jpg');
  background-size: 881px;
  background-repeat: no-repeat;
}
.title-img.services-title {
  background-image: url('../images/services-title.jpg');
  background-size: 881px;
  background-repeat: no-repeat;
}
.title-img.portfolio-title {
  background-image: url('../images/projects-title.jpg');
  background-size: 881px;
  background-repeat: no-repeat;
}
.title-img.blog-title {
  background-image: url('../images/blog-title.jpg');
  background-size: 881px;
  background-repeat: no-repeat;
}
.title-img.contact-title {
  background-image: url('../images/contact-title.jpg');
  background-size: 881px;
  background-repeat: no-repeat;
}
.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #9e7557;
  text-decoration: none;
}
.link:hover {
  color: #6e47c3;
}
.blog-bg {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}
.body {
  background-image: url('../images/blog-bg.jpg'), url('../images/blog-wall.png');
  background-position: 50% 0px, 50% 100%;
  background-repeat: no-repeat, repeat;
}
.about-h2 {
  margin-top: 0px;
}
.spacer {
  height: 40px;
}
.img-col {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  body {
    background-position: 52% 0px;
  }
  .button {
    width: 98%;
  }
  .header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-1 {
    padding-right: 51px;
  }
  .nav-2 {
    padding-right: 14px;
  }
  .logo {
    padding-left: 0px;
  }
  .animation-block {
    width: 350px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .blocks {
    width: 350px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .block-col1 {
    padding-right: 15px;
    padding-left: 10px;
  }
  .block-col2 {
    padding-right: 10px;
    padding-left: 15px;
  }
  .services-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
  }
  .contact-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .portfolio {
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog {
    padding-left: 15px;
  }
  .about-h2 {
    margin-top: 8px;
  }
  .img-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
  .nav-1 {
    padding-right: 0px;
    padding-left: 20px;
    float: left;
  }
  .nav-2 {
    padding-right: 0px;
    padding-left: 20px;
    float: left;
  }
  .animation-block {
    width: 100%;
    text-align: center;
  }
  .blocks {
    width: 100%;
    text-align: center;
  }
  .block-col1 {
    margin-bottom: 15px;
    padding-right: 10px;
    text-align: center;
  }
  .block-col2 {
    padding-left: 10px;
    text-align: center;
  }
  .footer {
    position: static;
  }
  .social-media {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .copyright {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-img {
    margin-top: 15px;
    float: none;
    text-align: center;
  }
  .about-wrapper {
    margin-right: 20px;
    padding-left: 0px;
  }
  .input {
    width: 100%;
  }
  .contact-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    height:100%;
  }
  .text-area {
    width: 100%;
  }
  .about-footer {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .header {
    margin-bottom: 20px;
  }
  .nav-1 {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .nav-2 {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
    clear: both;
    text-align: center;
  }
  .animation-block {
    padding-right: 18px;
    padding-left: 18px;
  }
  .blocks {
    padding-right: 18px;
    padding-left: 18px;
  }
  .block-col1 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .block-col2 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .social-media {
    margin-top: 0px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .copyright {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .services-wrapper {
    padding-top: 0px;
    padding-left: 0px;
  }
  .about-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
  }
  .contact-wrapper {
    padding-top: 0px;
  }
  .blog {
    padding-top: 0px;
  }
  .title-img.about-title {
  margin-bottom: 8px;
  }
  .title-img.blog-title {
    height: 50px;
    background-size: 520px;
  }
}

@font-face {
  font-family: 'Marker Felt';
  src: url('../fonts/Marker Felt.eot') format('embedded-opentype'), url('../fonts/Marker Felt.woff') format('woff'), url('../fonts/Marker Felt.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri Bold';
  src: url('../fonts/calibri-bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}