html,
body,
p {
  font-size: 1.1rem;
  font-weight: normal;
  color: #444;
  line-height: 160%;
}

body {
  background-color:#fff;
  background-size: auto;
  padding-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: normal;
  line-height: 160%;
}
p a a:hover {
  font-weight: 300;
  color: #111;
  text-decoration: none;
}

a,
a:hover {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.navbar-toggler-icon {
	width: 1em !important;
}
.navbar-brand {
	font-size:1.1rem !important;
}

.footer {
  position: fixed;
  height: 25px;
  background-color: #333;
  z-index: 99;
  bottom: 0;
  width: 100%;
}

.footertext {
  color: #999;
  font-size: 90%;
  margin-left: 25px;
}

.admodal {
  width: 300px;
  height: 250px;
  background-color: white;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

#map-layer {
	margin: 20px 0px;
	width: 100%;
	min-height: 500px;
}
