* {
  font-family: Avenir, Helvetica, sans-serif;
  /*font-size: 100px;*/
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}

html { 
  background: url("../luke.jpg" ) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0;
}

span {  
  opacity: 0;
  letter-spacing: 30px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 100px;
}

.left, .right, .middle {
  width: 33.3%;
  height: 50px;
  position: absolute;
}

.left {
  left: 0;
}

.middle {
  left: 50%;
  margin-left: -16%;
}

.right {
  right: 0;
}

section {
  font-family: 'KudryashevDisplay', Georgia, serif;
  font-size: 12px;
  color: white;
  padding-top: 7px;
}

a {
  font-size: 10px;
  color: white;
  text-decoration: none;
}

#linkClick {
  text-decoration: none;
  transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  display: block;
  position: fixed;
  bottom: -20px;
  overflow: hidden;
  z-index: 9999;
}

#linkClick:hover {
  bottom: 5px;
}

/*iPad*/



/*iPhone*/



/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  span {
    letter-spacing: 20px;
    font-size: 40px; 
  }
  p {
    margin-top: 20%;
  }
  section {
  font-size: 12px;
  }
  #linkClick {
    bottom: 5px;
  }
}*/

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) { 
span {
    letter-spacing: 20px;
    font-size: 40px; 
  }
  p {
    margin-top: 20%;
  }
  section {
  font-size: 12px;
  }
  #linkClick {
    bottom: 5px;
  }
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
  span {
    letter-spacing: 20px;
    font-size: 40px; 
  }
  p {
    margin-top: 20%;
  }
  section{
  font-size: 12px;
  }
  #linkClick {
    bottom: 10px;
  }
}*/

/*@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) { 
  span {
    letter-spacing: 20px;
    font-size: 40px; 
  }
  p {
    margin-top: 20%;
  }
  section{
  font-size: 12px;
  }
  #linkClick {
    bottom: 0;
  }*/
  /*#linkClick:hover {
    hover: none;
  }*/
}





