/* These styles are generated from project.scss. */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:regular);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:regular);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300italic,700,700italic);

h1 {
  padding-top: 20px;
  margin-bottom: 0;
}

h2 {
  margin-top: 20px;
  color; #000;
}

h3 {
  margin-top: 20px;
  font-weight: 300;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.navbar-brand {
  padding: 0;
}

.banner {
}

.caption {
  position: absolute;
  top: 40%;
  color: white;
  text-align: center;
  width: 100%;
}

.caption h1 {
  font-size: 60px;
  font-weight; 300;
  margin: 0;
  text-shadow: 2px 2px #333;
  border: none;
}

.caption h1, .caption h2, .caption h3, .caption h4 {
  text-shadow: 2px 2px #333;
}

.opaque-navbar {
    background-color: rgba(0,0,0,0.5);
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    transition: background-color .5s ease 0s;
}

.unknownlink {
  color: black;
  font-weight: bold;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}

body {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000;
  background-color: #333;
}

.container-fluid {
  background-color: #fff;
}

.topinfobox {
  background-color: #222;
  padding-top: 10px;
  color: #fff;
}

.topinfobox .breadcrumb {
  padding: 0;
  margin-left: 10px;
  background-color: inherit;
  font-size: .75rem;
  margin-bottom: 10px;
}

.topinfobox .breadcrumb a {
  color: #f0f0f0;
}

.placemenu .breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
}

.placemenu .breadcrumb ol {
  margin-bottom: 0;
}

.placemenu .breadcrumb li:first-child a {
   font-weight: bold;
   font-size: larger;
}

.pagebreadcrumb {
  padding: 0;
  margin-left: 0;
  background-color: inherit;
  font-size: .8rem;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.pagebreadcrumb a {
}

.editbar {
  text-align: center;
  padding: 10px 0 10px 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ccc;
}

.photogrid .photo {
  margin-bottom: 20px;
}

.section2 {
  background-color: #f5f5f5;
}

.photolink:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.placemenu {
  border-top: 1px solid #ddd;
  font-size: 1rem;
  padding-bottom: 2px;
}

.bg-dark {
   background-color: #333 !important
}

.navbar-dark .navbar-nav .nav-link {
   color: #fff;
}

.bg-dark2 {
  background-color: #333;
}

.footer {
  margin-top: 20px;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, .5);
}

.footer ul {
   margin-left: 0;
   padding: 0;
}

.footer li {
  list-style: none;
}

.footer .copyright {
  color: rgba(255, 255, 255, .5);
  font-size: smaller;
}

.footer .nav-link {
  padding: .2rem 1rem;
}

ul.infolist {
  list-style: none;
}

.infolist li {
  margin-left: 0;
}

.grey {
  background-color: #f8f8f8;
}

.maingeo {
  margin-bottom: 5px;
}

.pagelinks a {
  margin-bottom: 10px;
}

.geobutton {
  background-color: white;
  margin-bottom: 20px;
  font-size: 12px;
}

.geobutton:hover {
  background-color: black;
}

.geonav a.nav-link {
  color: #000;
  font-size: smaller;
  padding-right: 10px;
  padding-left: 10px;
}

.geonav a.disabled {
  color: #6c757d;
  cursor: not-allowed;
}

.geonav .nav-item .active {
  border-bottom: 3px solid red;
  font-weight: bold;
}
.geonav .nav-item > a:hover {
  border-bottom: 3px solid red;
}

.geonav .nav-item > a.disabled:hover {
  border-bottom: none;
}

.contentbar {
  border-bottom: 1px solid #ccc;
}

.mainbutton {
    width: 10%;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px;
}

ul.pagemenu li:after { content: " \00b7"; }
ul.pagemenu li:last-child:after { content: none; }
ul.pagemenu li:first-child:after { content: none; }
ul.pagemenu a.pagemenu-link:hover {
  border-bottom: 2px solid red;
  text-decoration: none;
}
ul.pagemenu li.list-inline-item {
  margin-right: 0;
  margin-left: 0;
}
ul.pagemenu a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

ul.pagemenu .active {
  color: #333;
  border-bottom: 2px solid red;
}

ul.pagemenu .backlink a {
  font-weight: bold;
}

/*
.geocard a {
  color: inherit;
}

.geocard a:hover {
  text-decoration: none;
}

.geocard .card {
  margin-bottom: 20px;
}

.geocard div.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.geocard .card-header {
  text-align: center;
  font-weight: bold;
}

.geocard .cardicon {
  font-size: 36px;
  text-align: center;
}
*/

.geocard {
  text-align: center;
}

.geocard .card-text {
  font-size: smaller;
}

.geocard .card-img-overlay .card-title, .geocard .card-img-overlay .unknownlink, .geocard .card-img-overlay a {
  color: white;
  text-shadow: 2px 2px #333;
}

.card-body {
  position: relative;
}

.card {
  margin-bottom: 20px;
}

.nav .wikilink, .nav .unknownlink {
  display: block;
  padding: .5rem 1rem;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

.main-toolbar .btn {
  margin-bottom: 20px;
}

/* Display django-debug-toolbar.
   See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
   and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
  display: block !important;
}

@media (max-width: 575px) {

  .caption {
    position: absolute;
    top: 0;
  }

  .caption h1 {
    font-size: 30px;
    font-weight; 300;
  }

}
