/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #EFF1EE; /* lightGrey*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  background-color: #EA8E3A; /* orange , was #f8f8f8*/
  border-top: 2px solid #B1B1B2; /* grey */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 100px 15px 0;
}
.container .text-muted {
  font-style: normal;
  color: #EFF1EE; /* lightGrey */
  margin: 0;
  padding: 0;
}
.navbar-brand-logo {
  position: absolute;
  top: -5px;
  left: -5px;
}
.navbar-brand-logo img {
  width: 450px;
  height: 105px
}
.container.under-construction-looze {
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.under-construction-looze img {
  width: 100%;
}
.footer.yellow-tape {
  border: none;
  background: #ebc400; /* Old browsers */
  background: -moz-linear-gradient(-45deg,
  #ebc400 0%, #ebc400 10%, #000 10%, #000 20%, #ebc400 20%, #ebc400 30%, #000 30%, #000 40%, #ebc400 40%, #ebc400 50%, #000 50%, #000 60%, #ebc400 60%, #ebc400 70%, #000 70%, #000 80%, #ebc400 80%, #ebc400 90%, #000 90%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ebc400 10%, #000 10%, #000 20%, #ebc400 20%, #ebc400 30%, #000 30%, #000 40%, #ebc400 40%, #ebc400 50%, #000 50%, #000 60%, #ebc400 60%, #ebc400 70%, #000 70%, #000 80%, #ebc400 80%, #ebc400 90%, #000 90%, #000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ebc400 10%, #000 10%, #000 20%, #ebc400 20%, #ebc400 30%, #000 30%, #000 40%, #ebc400 40%, #ebc400 50%, #000 50%, #000 60%, #ebc400 60%, #ebc400 70%, #000 70%, #000 80%, #ebc400 80%, #ebc400 90%, #000 90%, #000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc400', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: auto;
}
.footer.yellow-tape, .footer.yellow-tape p, .footer.yellow-tape a {
  color: rgb(153, 148, 105);
}
.footer.yellow-tape > .container {
    padding: 0px 15px;
}
.footer.yellow-tape > p {
    margin: 0;
    background-color: #000;
    padding: 0 40px;
}
@media (max-width: 480px) {
  .navbar-brand-logo {
    width: 100%;
  }
  .navbar-brand-logo img {
    width: 95%;
  }
}

.footer > .container {
  padding: 7px 15px 0 15px;
}

code {
  font-size: 80%;
}
