@import "compass/css3";
/* updated to NLG */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Lato";
  background: #222;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
a {
  color: #eaeaea;
} /* Unvisited link  */
a:visited {
  color: #eaeaea;
} /* Visited link    */
a:hover {
  color: #eaeaea;
} /* Mouse over link */
a:active {
  color: #eaeaea;
} /* Selected link   */

.head {
  color: #eaeaea;
  /* background: #222; */
  text-transform: uppercase;
  font-weight: 300;
  font-size: 60px;
  /* height: 100vh;
  width: 100vw; */
  position: relative;
  z-index: 1111;
  text-align: center;
  line-height: 65px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding-top: 10%;
  /* left: 10%; */
  text-shadow: 2px 2px #000000;
}

.pg-btn {
  width: 150px;
  height: 15px;
  line-height: 15px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 300;
  font-size: 35px;
  text-decoration: none;
}
.begin {
  margin: 30px auto;
  letter-spacing: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.begin:hover {
  background: #222;
  border-bottom: 1px solid #cf3b28;
  letter-spacing: 6px;
}
.menu {
  color: #eaeaea;
  /* background: #222; */
  text-transform: uppercase;
  font-weight: 300;
  font-size: 100px;
  /* height: 100vh;
    width: 100vw; */
  position: relative;
  z-index: 1111;
  text-align: center;
  line-height: 65px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-shadow: 2px 2px #000000;
}

.footer {
  color: #eaeaea;
  background-color: #222222a5;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  position: absolute; /* Change fixed to absolute */
  bottom: 0; /* Position at the bottom */
  width: 100%; /* Occupy the full width */
  z-index: 1111;
  text-align: center;
  line-height: 65px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-shadow: 2px 2px #000000;
}

.footerImage {
  height: 100%;
  /* width: 100%; Occupy the full width */
  position: absolute;
  top: 0;
  right: 100px;
  z-index: -1; /* Move the image behind the text */
}
