/*
 * Globals
 */

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

/* 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: #2f2f2f;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
  font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-weight: 400;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding-top: 10px;
}

.main-content {
  margin-top: -20px;
  margin-bottom: 100px;
}


/*
 * Header
 */

header {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.header-brand {
  margin-bottom: 0;
}

/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}

/*
 * HOME
 */
.home-logo {
  width: 100%;
  max-width: 300px;
}


/*
 * PROGRESS BAR
 */
.progress {
  background-color: transparent; 
  border: 1px solid #444;
  height: 40px;
}

.progress-bar-bronze {
  background-color: #8C7853 !important;
}

.progress-bar-silver {
  background-color: grey !important;
}

.progress-bar-gold {
  background-color: #CFB53B !important;
}

.progress-bar-platinum {
  background-color: silver !important;
}

.color-bronze {
  color: #8C7853 !important;
}

/*
 * Footer
 */

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.9);
  padding-top: 0;
}

footer p {
  margin-top: 20px;
}