/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  background: url('../resources/reformationsatlas.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

div.information {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	background-color: #FFF; 
	text-align: left;
	opacity: 0.8;
}

div.information h2{
	margin-bottom: 20px;
}

div.information p,ul, h2,h3 {
	color: #343a40;

}

.content {
  margin-top: 50px;
}


div.content div.text {
  padding-top: 150px;
  font-family: 'Libre Baskerville', serif;
}

#content_home {
  text-align: center;
  color: #fef5c9;
}

.map_info {
background-color: #FFFFFF;
padding: 5px;
border-style: solid;
border-width: 1px;
border-radius: 5px;
}

.map_title {
font-size: 16px;
font-family: 'Libre Baskerville', serif;
}

div #windowmapsearch {

border-right-width: 30px;
border-right-color: #FFF;

}

div #windowmapsearch input#searchfield {

width: 230px;
margin-top: 20px;
margin-left: 8px;
}

div #windowmaplist {

margin-top: 10px;
position:relative;
overflow-y: auto;
overflow-x: hidden;
height: 100%;

}

div #searchresults {
background-color: #FFF;
margin: 1px 12px 10px 8px;

visibility: hidden;
}

div #searchresults hr {
margin: 1px 10px;
 }

div #searchresults div {
font-size: 12px;
padding: 6px;
line-height: 12px;
}

div #searchresults div:hover {
background-color: #eee;
 }

.leaflet-popup-content {
margin: 10px;
}
.leaflet-popup-content hr{
margin: 3px 15px 10px 15px;
}
.leaflet-popup-content .title{
font-weight: bold;
text-align: center;
}

.leaflet-popup-content .more{
text-align: center;
font-size: 8px;
text-decoration: none;
cursor: pointer;
}

.leaflet-popup-content .more:hover{
text-align: center;
font-size: 8px;
text-decoration: underline;
}

div.map_comment {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 300px;
    top: 180px;
    width: 50%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


div#map_description{
    margin: 10px 0px;
    padding: 10px;
    background-color: #343a40;
    font-weight: normal;
}
.current_map {
    background-color:  #343a40 !important;
    font-weight: bold;
}

.current_map a {
    color:  #FFF !important;
}


