body {
  background-color: black;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  height: 100vh;
}

.button {
  background-color: rgba(255,255,255,.6);
}

.button:hover {
  background-color: rgba(255,255,255,.4);
}

.header {
  padding: 10px 0 5px 0;
  background-image: url(../imgs/hongkong.jpg);
  background-size: cover;
}

.logo {
  font-weight: 600;
  color: rgb(255, 209, 143);
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  z-index: 100;
}

.nav {
  text-align: center;
  margin-bottom: 10px;
}

.nav .button {
  width: 48%;
  margin: 2px 0;
  padding-left: 0;
  padding-right: 0;
}

.info {
  background-color: white;
  padding-top: 10px;
  min-height: 40%;
  overflow: auto;
}

.info .button:hover {
  background-color: rgb(255, 207, 130);
  border: none;
  overflow: auto;
}
.footer {
  color: rgba(255,255,255,.8);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.action {
  text-align: center;
  color: white;
  z-index: 100;
  color: rgb(255, 209, 143);

}
.action h1 {
  margin: 0;
}
.action h2 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
.social-media-list a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
}
.icon > svg {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
}


/* Larger than mobile */
@media (min-width: 400px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 30px;
   }
  .action {
    text-align: center;
    padding-top: 37px;
  }
  .action h2 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
  }
}

/* Larger than phablet */
@media (min-width: 550px) {
  .header {
    padding: 40px 0 30px 0;
  }
  .logo {
    position: static;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1;
  }
  .nav {

  }
  .nav .button {
    width: auto;
    padding: 0 30px;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .logo {
    font-size: 3rem;
    position: relative;
    top: 5px;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

}
