/*
 * Globals
 */


html {

}

/* Links */
a,
a:hover {
a:focus {
  color: #fff;
  margin: 5px;
}

  color: #f2f2f2;
  margin: 5px;
}


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #f2f2f2;
  font-family: "Noto Sans", "sans-serif", "微軟正黑體";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover-heading {
  font-size: 30px;
  margin-bottom: 20px;
}


/*
 * Footer
 */
.mastfoot {
  color: #555;
  text-shadow: none;
  font-size: 13px;
}
