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

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.dropdown-menu {
  overflow-y:auto;
  max-height:80vh
}
@media (max-width: 544px) {  
  footerfont {font-size:0.6rem;}
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.bg-ingraham {
  background-color: #a0966a !important;
}
.bg-ingraham-supervision {
  background-color: #630808 !important;
}
.bg-ingraham-admin {
  background-color: #6e5e93 !important;
}
