/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #007185; /* Amazon-like blue */
  text-decoration: none;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #f0c14b;
  border: 1px solid #a88734;
  text-shadow: none;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  text-shadow: none;
}

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


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 600;
  color: #555;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #007185;
  color: #111;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #111;
  border-bottom-color: #007185;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


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


/*
 * Footer
 */
.mastfoot {
  color: #777;
  margin-top: 2rem;
  font-size: 0.875rem;
}


/*
 * Custom
 */
input {
  text-align: center;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
}
