html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

pre {  
  background: #e0e0e0;
  border: 1px solid;
  padding: 10px;
  text-align: left;
  margin: 0;

}

h2 { font-size: 140%;}
h3 { font-size: 120%; margin-top: 6px;}

.pin_info {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.6em;

}
#search_form {
    margin-top:10px;
}


.debug {
    max-height: 600px;
    overflow-y: scroll;
}


#image_view {
    width: 100%; /* Ensure the container takes up the full width of its parent */
}

#image_view img {
    width: 100%; /* Make the image fill the width of the container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Remove any extra space below the image */
}

.btn { margin-bottom: 4px;
       margin-right:4px;
}

.hidden {     display: none;
}