body {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'DM Serif Display', serif;
  margin: 15px;
  font-size: 1.7em;
  color: #293C3E;

}
h2,
h3 {
  margin: 10px;
  font-size: 1em;
  color: #000000;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  color: #293C3E;
}

p {

  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  margin: 10px;
  text-align: left;
  color: #293C3E;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#title {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  max-width: 70rem;
  background: rgba(255, 255, 255, 1);
  line-height: 1.5;
  padding: 0 0.6rem;
  transform: translate(-50%,-106%);
  transform: translate(-50%,-3px);
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#features {
border-radius: 0px;
max-width: 60rem;
padding-right: .75rem;
margin: 0;
background: rgba(255, 255, 255, 1);
font-size: .85em;
line-height: 1.5;
padding: .1rem;
position: fixed;
bottom: 0;
left: 50%;
width: 100%;
transform: translate(-50%,3px);
z-index: 1000;
cursor: pointer;
user-select: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}

#features p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  margin: 10px;
  text-align: left;
  color: #293C3E;
}

#features strong {
font-weight: 700;
color: #2e94e0;
}

.modal-body{
max-height: calc(100vh - 210px);
overflow-y: auto;
}

.modal-body h4 {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1em;
color: #2e94e0;
}
.modal-body p {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 0.85em;
color: #293C3E;
}

.modal-body li {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 0.85em;
color: #293C3E;
}

.powered-by {
  font-size: .75em;
  float:left;
}


.collapsible {
z-index: -1;
display: block;
background: #ffffff;
color: #2e94e0;
width: 5rem;
height: 5rem;
margin: 0 auto;
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%,50%);
border-radius: 50%;
font-size: 3rem;
line-height: 1;
text-transform: lowercase;
padding: 0;
border: none;
outline:none;
}

.collapsible:after {
content: '\002B';
color: #2e94e0;
font-weight: bold;
}

.active:after {
content: "\2212";
}

.content {
padding: 0 0.6rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #ffffff;
}

.content h4 {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1.2em;
color: #2e94e0;
}
.content p {
font-family: 'Roboto', sans-serif;
font-size: 1em;
margin: 10px;
text-align: left;
color: #293C3E;
}

.btn-header {
background-color: #ffffff;
border:none;
outline:none;
border-bottom: 2.8px solid #2e94e0;
display: inline-block;
line-height: 0.85;
text-shadow:
  1px 1px white,
  1px -1px white,
  -1px 1px white,
  -1px -1px white;
padding-left: 0px;
padding-right: 0px;
}

.egPOOl {
  display: flex;
  padding: 7px 20px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  font-size: 1.2rem;
  line-height: 1.2em;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  color: #293C3E;
  cursor: text;
  font-family: courier, monospace;
  resize: none;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  position: absolute;
  top: 100px;
  left: 0px;
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

@media (min-width: 850px) {
body {
margin: 0;
padding: 0;
}
h1 {
font-family: 'DM Serif Display', serif;
margin: 18px;
font-size: 2.8em;
color: #293C3E;

}
h2,
h3 {
margin: 10px;
font-size: 1.2em;
color: #000000;
}

h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
color: #293C3E;
}

p {

font-family: 'Roboto', sans-serif;
font-size: 1.3em;
margin: 10px;
text-align: left;
color: #293C3E;
}

#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}

#title {
z-index: 1000;
position: absolute;
top: 25px;
left: 50%;
width: 100%;
max-width: 70rem;
background: rgba(255, 255, 255, 1);
line-height: 1.5;
padding: 0 2rem;
transform: translate(-50%,-106%);
transform: translate(-50%,-3px);
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#features {
border-radius: 6px;
max-width: 60rem;
padding-right: .75rem;
margin: 0;
background: rgba(255, 255, 255, 1);
font-size: .85em;
line-height: 1.5;
padding: .75rem;
position: fixed;
bottom: 25px;
left: 50%;
width: 100%;
transform: translate(-50%,3px);
z-index: 1000;
cursor: pointer;
user-select: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}

#features p {
font-family: 'Roboto', sans-serif;
font-size: 1.4em;
margin: 10px;
text-align: left;
color: #293C3E;
}

#features strong {
font-weight: 700;
color: #2e94e0;
}

.btn-about {
  z-index: 1001;
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #1b1b21;
  color: #2e94e0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #2e94e0;
  outline:none;
}

.embed-code {
  z-index: 1001;
  position: absolute;
  top: 75px;
  right: 25px;
  padding-left: 3.5px;
  background-color: #1b1b21;
  color: #2e94e0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #2e94e0;
  outline:none;
}

.about__byline {
font-family: 'DM Serif Display', serif;
margin: 10px;
font-size: 1.5em;
color: #293C3E;
}
.modal-body h4 {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1.2em;
color: #2e94e0;
}
.modal-body p {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1em;
color: #293C3E;
}

.modal-body li {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1em;
color: #293C3E;
}

.content {
padding: 0 2rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #ffffff;
}

.content h4 {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 1.2em;
color: #2e94e0;
}
.content p {
font-family: 'Roboto', sans-serif;
font-size: 1.3em;
margin: 10px;
text-align: left;
color: #293C3E;
}

#social-buttons {
z-index: 1000;
position: absolute;
top: 25px;
left: 25px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  position: absolute;
  top: 100px;
  left: 0px;
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

}
