/* Sticky footer */
html,
body {
  height: 100%;
  font-size: 15px;
}

h4 {
font-weight: bold;
}

h1 {
text-align: center;
}

.row {
margin: 0;
padding: 0;
}

/* 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;
}

/* Fixed height of footer */
#footer {
  min-height: 80px;
  background-color: #FFD504;
  color: #333;
}

#footer a  {
color: #333;
}

/* Custom page CSS */
#wrap > .container {
  padding: 60px 15px 0;
}
#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.container {
width: 100%;
}

code {
  font-size: 80%;
}

/* Header */
header {
    text-align: center;
	background-color: #FFD504;
    color: #333;
	padding-top: 10px;
	border-bottom: 4px solid #FFD504;
}

header img {
margin: 0 auto;
margin-left: auto;
margin-right: auto;
}

.title {
margin: 0 auto;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 26px;
margin-bottom: 10px;
}

/* Contact Google map */
 #map-container { height: 450px; width: auto; }
 
/* Thumbnails */
.thumbs {
margin: 2px;
text-align: center;
}

.img-responsive {
	width: 100%;
	height: auto;
}