/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #222222;
  border-color: #080808;
  color: #FFFFFF;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

body {
    padding-top: 20px;
}
.starter-template {
    padding: 40px 20px 20px 20px;
    text-align: left;
}


.black {
    color: white;
    text-align: center;
    position: relative;
    left: 0;
    top: 10px;
    bottom: 4px;
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient
    (startcolorstr=#7F000000,endcolorstr=#7F000000) 9;
}


