@font-face {
  font-family: nasa21;
  src: url('../fonts/Nasa21-l23X.ttf');
}

@font-face {
  font-family: pingFang;
  src: url('../fonts/PingFang.ttc');
}

html { 
  background: url('../images/constellation-background.jpg') no-repeat center center fixed; 
  background-color: #002959;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {
  padding: 0;
  margin: 0;
}

.container {
  width: 92vw;
  height: 86vh;
  border-left: 4vw #002959 solid;
  border-right: 4vw #002959 solid;
  border-top: 7vh #002959 solid;
  border-bottom: 7vh #002959 solid;
  position: fixed;
  padding: 0;
}

.album-container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../images/45-degree-fabric-dark.png');
}

.album {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.album h1, .album h2 {
  margin: 0;
  padding: 0;
}

.album h1 {
  font-family: 'nasa21', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 10vw;
  letter-spacing: -0.5vw;
  margin-bottom: -1vh;
}

.album h2 {
  font-family: 'pingFang', Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: #cdd7d6;
  font-size: 3.25vw;
}

@media screen and (min-width: 1600px) {
  .album h1 {
    font-size: 8vw;
  }

  .album h2 {
    font-size: 2.5vw;
  }
}

.album .links {
  width: 75%;
  margin:  4vh auto;
}

@media screen and (min-width: 480px) {
  .album .links {
    width: 50%;
  }
}

.album .links .link:nth-child(1) {
  margin-bottom: 20px;
}

.album .links .link:nth-child(2) {
  width: 75%;
  margin: 0 auto;
}