body {
  margin: 0;
  padding: 0;
  font-family: Raleway
}
.row {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.column {
    flex: 50%;
    padding: 5px;
}
.read-blog {
  position: absolute;
  color: #FFF;
  bottom: 20px;
  right: 20px;
  font-size: 1.2em;
  font-weight: 200;
}
.read-blog a,
.read-blog a:visited {
  color: #FFF
}
#viewport {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.page {
  position: relative;
  width: 100%;
  height: 100%
}
.landing.page {
  background-color: #4183D7
}
.landing.page .wrapper {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 300px;
  margin-top: -10rem;
}
@media only screen and (min-width: 480px) and (max-width: 965px) {
  .landing.page .wrapper {
      font-size: 0.5em;
      height: 200px;
      margin-top: -100px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .landing.page .wrapper {
      font-size: 0.3em;
      height: 100px;
      margin-top: -50px;
  }
}
.landing.page .wrapper .name {
  margin: 0;
  font-size: 9em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 210px;
  /*color: #FFF;*/
  cursor: pointer;
}
@media only screen and (min-width: 480px) and (max-width: 965px) {
  .landing.page .wrapper .name {
      line-height: 140px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .landing.page .wrapper .name {
      line-height: 70px;
  }
}
.landing.page .wrapper .contact {
  color: #EFEFEF;
  font-weight: 100;
  font-size: 3em;
  text-align: center;
  letter-spacing: 0.12em;
  unicode-bidi: bidi-override;
  direction: rtl;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

.landing.page .wrapper .contact.one {
  font-size: 2.5em;
  opacity: 0.75;
  line-height: 65px;
}
.landing.page .wrapper .contact.two {
  font-size: 2em;
  opacity: 0.5;
  line-height: 55px;
}
.landing.page .wrapper .contact.three {
  font-size: 1.5em;
  opacity: 0.25;
  line-height: 45px;
}
/*
@media only screen and (min-width: 480px) and (max-width: 965px) {
  .landing.page .wrapper .contact {
      line-height: 60px;
  }
}
*/
@media only screen and (min-width: 200px) and (max-width: 480px) {
  .landing.page .wrapper .contact.one {
      line-height: 45px;
  }
  .landing.page .wrapper .contact.two {
      line-height: initial;
  }
}

.shine {
  background: #FFF -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF), color-stop(0.5, #222)) 0 0 no-repeat;
  background-size: 210px;
  -webkit-background-size: 210px;

  color: rgba(255, 255, 255, 0.1);
  background-clip: text;
  -webkit-background-clip: text;

  animation-name: shine;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  filter: blur(0px);
}

@keyframes shine {
  0% {
      background-position: top left;
      filter: blur(0px);
  }
  35% { filter: blur(0px); }
  50% { filter: blur(3px); }
  65% { filter: blur(0px); }
  100% {
      background-position: top right;
      filter: blur(0px);
  }
}
.shadow {
  text-shadow: 0 1px 0 #ccc,
      0 2px 0 #c9c9c9,
      0 3px 0 #bbb,
      0 4px 0 #b9b9b9,
      0 5px 0 #aaa,
      0 6px 1px rgba(0,0,0,.1),
      0 0 5px rgba(0,0,0,.1),
      0 1px 3px rgba(0,0,0,.3),
      0 3px 5px rgba(0,0,0,.2),
      0 5px 10px rgba(0,0,0,.25),
      0 10px 10px rgba(0,0,0,.2),
      0 20px 20px rgba(0,0,0,.15);
}

.button {
    color: rgb(255, 255, 255);
    line-height: 12px;
    width: 18px;
    font-size: 8pt;
    font-family: Raleway, serif;
    margin-top: 1px;
    margin-right: 2px;
    position:absolute;
    top:0;
    right:0;
}

.github-logo {
    width: 7.51w;
    height: 9.5vh;
    padding-right: 3vw;
}
