/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Monda', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

#inlineFormCustomSelectPref {
  background-color: rgb(248, 248, 248);
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  border-image: initial;
  width: 100%; 
  margin: 0px auto;
}

.container .text-muted {
  margin: 20px 0;
}

.text-box {
  width: 40%; 
  margin: 25px auto;
}

.form-input {
  width: 40%; 
  margin: 25px auto;
}

@media screen and (max-width: 992px) {
  .form-input {
    width: 80%; 
    margin: 10px auto;
  }
  .text-box {
    width: 80%; 
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  .form-input {
    width: 90%; 
    margin: 5px auto;
  }
  .text-box {
    width: 90%; 
    margin: 5px auto;
  }
}

.btn-primary {
    color: #fff;
    background-color: #004164;
    border-color: #00304a;
}


/* Thumbnail styles */
.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
}

/* Google Map styles */
#map {
	height: 400px;
	width: 100%;
}

/* Campground show page delete button */
.delete-form {
	display: inline-block;
}

/* Flexbox grid fix */
.flex-wrap {
  display:flex;
  flex-wrap: wrap;
}