/*

       /////////   ///
      ///         ///
     /////////   ///      PORTFOLIO V. 0.1
          ///   ///
   /////////    \\\///////

*/

body {
  font-family: 'Open Sans', arial, sans-serif;
  background: url('../assets/bg_02.png') repeat;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  color: #3c2f40;
}

.container {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Open Sans', arial, sans-serif;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

html {
  height: 100%;
  overflow: hidden;
}

h5, #slide4 h3 {
  font-family: 'Open Sans Condensed', arial, sans-serif;
  letter-spacing: 0.04rem;
}

.container h5 {
  padding-top: 3rem;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #3c2f40;
}

/*.full_width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}*/

a h2, .i_like_ike a {
  color: #3c2f40;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

a h2:hover, .i_like_ike a:hover, #slide4 p a:hover { color: #b7dfd6; letter-spacing: 0.02rem; }

.panel h2, .panel p { color: #3c2f40; }

.button, .button:visited {
  background-color: #3c2f40;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 1rem 1.2rem;
  cursor: pointer;
}
.button:hover, .button:focus { background: rgba(183, 223, 214, 1); }
.button:active { background: rgba(183, 223, 214, 0.75); }

/* SLIDER */
.slide {
  position: relative;
  padding: 25vh 0 25vh 0;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  transform-style: inherit;
}

.slide:nth-child(1) { padding: 25vh 0 25vh 0; }
.slide:nth-child(2) { padding: 1vh 0 0vh 0; }
.slide:nth-child(3) { padding: 1vh 0 1vh 0; min-height: 20vh; }
#slide4.slide { padding: 8vh 0 }

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#slide1:before {
  background-image: url('../assets/triangle.jpg');
  transform: translateZ(-1px) scale(2);
  z-index:-1;
  background-size: cover;
  background-position: 90% 25%;
}


#slide2:before {
  background: url('../assets/bg_02.png');
  background-attachment: fixed;
}

#slide3:before {
/*  background-image: url('../assets/bg_02.png');*/
  transform: translateZ(-1px) scale(2);
  z-index: -2;
  position: relative;
}

#slide4:before {
  background: url('../assets/bg_02.png');
  background-attachment: fixed;
}

@media screen and (max-width: 1024px){
  #slide3:before {
    display: none;
  }
}

#slide4 img {
  border: 1px solid #d8d8d8;
}

/* SLIDER END */

.i_like_ike ul { margin-left: 0; }

.i_like_ike li {
  display: inline;
  margin: auto 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.i_like_ike a, #slide4 a {
  border-bottom: 1px dotted;
}

#slide4 p a {
  color: #3c2f40;
  -moz-transition: all 0.33s;
  -o-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  letter-spacing: 0rem;
}

nav {
  background: #3c2f40;
  height: 3rem;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

nav h3 {
  line-height: 3rem;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  -moz-transition: all 0.33s;
  -o-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}

nav h3 span {
  margin-left: 0.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px){
  nav h3 span {
    display: none;
  }
}

#global_nav img {
  height: 2rem;
  margin-bottom: 0.3rem;
}

#global_nav li:hover, nav h3:hover { letter-spacing: 0.08rem; }
#global_nav a { color: rgba(255, 255, 255, 1); }

#global_nav ul { text-align: right; }

#global_nav li a:hover { color: rgba(183, 223, 214, 1); }

#global_nav li {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  display: inline;
  line-height: 3rem;
  -moz-transition: all 0.33s;
  -o-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}

@media screen and (max-width: 640px){
  #global_nav ul {
    text-align: center;
    margin: 0;
  }
  #global_nav li {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .i_like_ike li {
    font-size: 0.7rem;
  }
  .slide:nth-child(1) {
    padding: 12vh 0 12vh 0;
  }
}

.splash h1 {
  font-size: 5vh;
  line-height: 5vh;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
  color: #3c2f40;
  letter-spacing: 0.035rem;
  font-family: 'Open Sans', arial, sans-serif;
}

.splash h1 span {
  font-weight: 300;
  letter-spacing: 0.06rem;
}

.splash h2 {
  font-size: 2.6vh;
  line-height: 2.6vh;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: 1.4vmin 0 0 0;
  color: #3c2f40;
  font-family: 'Open Sans', arial, sans-serif;
}

.splash h2 span {
  font-weight: 300;
}

@media screen and (max-width: 900px) {
  .splash h1 {
    font-size: 6vmin;
    line-height: 6vmin;
    margin: 2vh 0;
  }
  .splash h2 {
    font-size: 5vmin;
    line-height: 5vmin;
    margin-top: 1.4vmin;
  }
  #global_nav li {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
}

.splash p {
  margin-bottom: 0;
}

header h5 {
  text-align: center;
  font-weight: 700;
  color: #3c2f40;
  font-size: 1.5rem;
  line-height: 5rem;
}

hr.style-two {
    width: 55%;
    margin: 2vmin auto;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.hexagon {
  background: #fff;
  -moz-transition: all 0.33s;
  -o-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  height: 13vw;
  width: 13vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-size: contain;
  cursor: pointer;
}

.gallery h3 {
  top: -10%;
  width: inherit;
  text-align: center;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.33s;
  -o-transition: all 0.33s;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  /*color: #3c2f40;*/
  color: #fff;
  background: rgba(183, 223, 214, 0);
  font-family: 'Open Sans Condensed', arial, sans-serif;
  font-weight: 700;
  height: 14vw;
  line-height: 14vw;
  font-size: 1.2vw;
}

.gallery a:hover h3 {
  opacity: 1;
  top: -5%;
  background: #3c2f40;
}

.gallery a:active h3 {
  background: rgba(183, 223, 214, 1);
}

.gallery p, .gallery h4 {
  width: 14vw;
  margin: 0.5rem auto 0.5rem auto;
}

@media screen and (min-width: 2210px) {
  .hexagon {
    width: 10vw;
    height: 10vw;
  }
  .gallery h3 {
    height: 11vw;
    line-height: 11vw;
    font-size: 0.8vw;
  }
  .gallery p {
    width: 10vw;
  }
}

@media screen and (max-width: 1853px) {
  .hexagon {
    width: 17vw;
    height: 17vw;
  }
  .gallery h3 {
    height: 18vw;
    line-height: 18vw;
    font-size: 1.5vw;
  }
  .gallery p {
    width: 17vw;
  }
}

@media screen and (max-width: 1344px) {
  .hexagon {
    width: 22vw;
    height: 22vw;
  }
  .gallery h3 {
    height: 23vw;
    line-height: 23vw;
    font-size: 2vw;
  }
  .gallery p {
    width: 22vw;
  }
}

@media screen and (max-width: 815px) {
  .hexagon {
    width: 29vw;
    height: 29vw;
  }
  .gallery h3 {
    height: 30vw;
    line-height: 30vw;
    font-size: 2.7vw;
  }
  .gallery a:hover h3 {
    opacity: 1;
    top: -3%;
  }
  .gallery p {
    width: 29vw;
  }
}

@media screen and (max-width: 400px) {
  .hexagon {
    width: 31vw;
    height: 31vw;
  }
  .gallery h3 {
    height: 32vw;
    line-height: 32vw;
    font-size: 3.4vw;
  }
  .gallery a:hover h3 {
    opacity: 1;
    top: -3%;
  }
  .gallery p {
    width: 31vw;
  }
}

.project p {
  margin: 0.5rem 0 1.5rem 0;
}

/*
.hexagon:hover:nth-child(1) { background: rgba(180, 110, 102, 0.8); }
.hexagon:hover:nth-child(2) { background: rgba(254, 246, 233, 0.25); }
.hexagon:hover:nth-child(3) { background: rgba(243, 218, 191, 0.4); }
.hexagon:hover:nth-child(4) { background: rgba(223, 174, 151, 0.25); }
.hexagon:hover:nth-child(5) { background: rgba(230, 220, 193, 0.25); }
.hexagon:hover:nth-child(6) { background: rgba(141, 115, 118, 0.25); }
.hexagon:hover:nth-child(7) { background: rgba(251, 244, 228, 0.4); }
.hexagon:hover:nth-child(8) { background: rgba(109, 89, 80, 0.25); }
.hexagon:hover:nth-child(9) { background: rgba(244, 218, 195, 0.25); }
.hexagon:hover:nth-child(10) { background: rgba(189, 114, 105, 0.25); }*/

::-moz-selection { color: #fff; background: rgba(183, 223, 214, 1); }

::selection { color: #fff; background: rgba(183, 223, 214, 1); }







