/*
 * 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 {
  position: relative;
  height: 100%;
  background-color: #333;
}

body {
    background-color: transparent;
    min-height: 100%;
    display: flex;
    padding-bottom: 56px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 56px;
    line-height: 40px;
    background-color: transparent;
}

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.banner {
    width: 100%;
}