a {
  text-decoration: none;
  white-space: normal;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #1b1b1b;
  font-size: 18px;
}

.brand {
  padding-top: 8px;
  padding-bottom: 5px;
}

.herosection {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/seaturtle.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  position: absolute;
  width: 100%;
}

.navbar {
  padding-top: 20px;
}

.nav-link {
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  padding-top: 128px;
  background-color: rgba(0, 0, 0, 0.4);
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: transparent;
}

.home-page-heading {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 145px;
  background-image: url('../images/design-desk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.home-page-hero {
  background-image: url('../images/seaturtle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/me.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/camera-front.jpg');
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/insta.png');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

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

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

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-container {
  position: relative;
  top: -70px;
  padding: 5px;
  background-color: #fff;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.herotile2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tileimage2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/shinjuku.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tileimage2:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tileimage2.hire {
  background-image: url('../images/camera-front.jpg');
}

.herotile3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tileimage3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/turtle1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tileimage3:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tileimage3.hire {
  background-image: url('../images/camera-front.jpg');
}

.navbar-2 {
  background-color: #313131;
}

.brand-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.abouthero {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/me1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.heading {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.aboutsection {
  padding-top: 46px;
}

.aboutme {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.projecthero {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/shinjuku.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.projects {
  margin-top: 25px;
  margin-bottom: 25px;
}

.whitebox {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #9b95e0;
  border-radius: 10px;
  text-align: center;
}

.fullimagewidth {
  width: 95%;
}

.heading-3 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-2 {
  margin-top: 20px;
}

.contacthero {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/me1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

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

.paragraph {
  text-align: center;
}

.container-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pcastle {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/castlev.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pkonami {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/me1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pkonamis {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/konai.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pys {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/view_01a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

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

.pddr {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/view_01.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pmyfrogger {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/view_01-1.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pfrogger {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/view_01b.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.hero-overlay2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  padding-top: 128px;
  background-color: rgba(0, 0, 0, 0.6);
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="tile-1"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

html.w-mod-js *[data-ix="tile-4"] {
  opacity: 0;
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

@media (max-width: 991px) {
  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-menu {
    background-color: #242424;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #55acee;
  }
  .nav {
    padding-top: 10px;
  }
  .hero-section {
    padding-top: 88px;
  }
  .hero-section.home-page-hero {
    padding-top: 110px;
    padding-right: 114px;
    padding-left: 114px;
  }
  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }
  .section.top-section {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .hero-section {
    padding-bottom: 25px;
  }
  .hero-section.home-page-hero {
    padding-right: 46px;
    padding-bottom: 60px;
    padding-left: 46px;
  }
  .logo-text {
    margin-bottom: 19px;
  }
  .social-block {
    background-size: 40px;
  }
  .social-block.dribbble {
    background-size: 40px;
  }
  .social-block.facebook {
    background-size: 40px;
  }
  .social-block.pinterest {
    background-size: 40px;
  }
  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-container {
    top: auto;
    padding: 5px 0px;
  }
  .heading {
    font-size: 30px;
  }
  .aboutme {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-text {
    font-size: 26px;
  }
  ._33block {
    width: 100%;
  }
  ._40block {
    width: 100%;
  }
  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._60block {
    width: 100%;
  }
  .heading {
    font-size: 24px;
  }
  .column {
    padding-bottom: 10px;
  }
}