
header.mainhead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header-build.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.mainhead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.mainhead h1 {
    font-size: 2rem; }
  header.mainhead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.mainhead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.mainhead {
      height: 100vh;
      /*min-height: 650px;*/
      padding-top: 0;
      padding-bottom: 0; }
      header.mainhead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.mainhead h1 {
      font-size: 4rem; } }

footer {
    background: #222;
    text-align: center;
    padding: 40px 0;
    color: #FFF;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.social-links li {
    display: inline-block;
    margin: 5px;
}

.social-links a {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
    border: 1px solid #fff9;
    color: #f05f40b3;
}




.intro {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0 15px;
}

.hello {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  margin: 15px 0;
}

hr.chr {
  max-width: 50px;
  border-width: 2px;
  border-color: #f05f40;
}


.cflex-row > [class*='col-'] {
	 margin-bottom: 20px;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0006;
}

.side-image {
  position: absolute;
  background: url("../img/me.jpg") scroll center no-repeat;
      background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.side-image-text {
  background: #fff;
  padding: 100px 60px 50px;
}

/* ---------------------------------------------- /*
 * Service box
/* ---------------------------------------------- */
.bck-dust {
  background-image: url("../img/dust_scratches.png");
  background-repeat: repeat;
}

.bck-hypnotize {
  background-image: url("../img/hypnotize.png");
  background-repeat: repeat;
}

/* ---------------------------------------------- /*
 * Section
/* ---------------------------------------------- */

section {
  padding: 120px 0 100px;
}

.section-title-container {
  margin-bottom: 35px;
}

.section-subtitle, .section-side-subtitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  color: #686868;
}

/* ---------------------------------------------- /*
 * Section Side
/* ---------------------------------------------- */

#about .section-side-img {
  background: url("../img/me2.jpg") scroll top no-repeat;
  background-size: auto auto;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:325px;
  height: 100%;
  width: 100%;
}

.section-side-title {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section-side-subtitle {
 margin-bottom: 25px;
}

.section-side-line {
  background: #f05f40;
  width: inherit;
  margin: 30px 0px;
  height: 1px;
}

.section-text-side {
  padding-left: 75px;
  padding-right:75px;
  text-align: center;
}

  @media (min-width: 992px) {
    .section-text-side {
      padding-left: 30px;
      padding-right:30px;
      text-align: left;
    }

    .section-side-title {
      margin-top: 50px;
      margin-bottom: 40px;
    }
  }


/* ---------------------------------------------- /*
 * Service box
/* ---------------------------------------------- */
.service-box {
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
  padding: 40px 20px;
  margin: 0 0 20px;
  height: 100%;
}

.service-box-icon {
  margin: 0 0 15px;
  font-size: 32px;
  color: #222;
}

.service-box-title {
  margin: 0 0 15px;
  padding: 0;
}

.service-box-desc {
  color:#5c636b;
}

/* ---------------------------------------------- /*
 * Icon box
/* ---------------------------------------------- */
.icon-box-left {
  position: relative;
  margin: 0 0 50px;
}

.icon-box-left-icon {
    position: absolute;
    width: 55px;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 1;
}

.icon-box-left-text {
    padding-left: 55px;
    text-align: left;

}

.icon-box-left-title {
  font-size: 14px;
  margin: 0 0 15px;
  padding: 0;

}

.icon-box-left-desc {
  font-size: 12px;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 2px solid white;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: inline-block;
  z-index: 10;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 40px;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: white;
  width: 5px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
