/* 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 -300px;
  /* Pad bottom by footer height */
  padding: 0 0 300px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 300px;
  background-color: rgba(10,8,6,0.5)/*#0a0806*/;
}


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

#wrap > .container {
  padding: 5px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top:5px;
  margin-top:50px;
  border-top:2px solid gray;
}

code {
  font-size: 80%;
}

p.logo {
	display: block;
	width: 100%;
	height: 241px;
	background:url(../img/logo.png) no-repeat center -20px;
	float: left;
	text-align:center;
	padding-top: 200px;
	
}

#footer ul
{text-align:center; padding-top:40px;}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
p.logo {
	display: block;
	width: 100%;
	height: 200px;
	background:url(../img/logo-mobile.png) no-repeat center -20px;
	float: left;
	text-align:center;
	padding-top: 150px;
	margin-bottom:20px;
}}