@import url("https://fonts.googleapis.com/css?family=Merienda+One|Open+Sans&display=swap");

#ul-a {
  list-style-type: circle;
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: grey;
  color: whitesmoke;
  text-align: center;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
}

nav>img {
  width: 40px;
  padding-right: 40px;
  float:inline-start;
}

footer > a {
  color: white;
  text-decoration: none;
  padding: 0 15px;
  font-size: 1rem;
}

footer > span {
  color: white;
  font: bold;
}

.heading-background {
  background-color: #403d39;
  margin: 0;
  color: whitesmoke;
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
  border-radius: 10px;
  max-width: 1000px;
}

#explosion-header {
  text-align: center;
}

.page-head-nav {
  max-width: 400px;
  margin-bottom: 30px;
  margin-top: 20px;
  background-color: #5f5a4d;
  color: whitesmoke;
  text-align: center;
  padding: 1em;
  font-size: 1.3rem;
  word-spacing: 1rem;
  text-transform: uppercase;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 10px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a:visited {
  color: white;
}

a:link {
  color: white;
}

a:visited,
a:link {
  text-decoration: none;
}

.content-box {
  background-color: #ecf1f4;
  color: #5f5a4d;
  border-radius: 10px;
  padding: 50px;
  text-align: left;
  margin-bottom: 50px;
  max-width: 960px;
}

.map {
  width:960px;
  margin-bottom: 30px;
}

body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

div > p {
  text-align: left;
}

li > strong {
  color: black;
}

h3 {
  text-align: center;
}

#index-content-section {
  text-align: left;
}

.book-form {
    padding-left: 40px;
}

#form-box {
    display: flex;
}

#form-image {
    float: right;
    max-height: 30%;
    max-width: 40%;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 46px;
}

.index {
    max-height: 30%;
    max-width: 30%;    
    padding: 0.6rem;
}

.picture-box {
  display: flex;
  justify-content: center;
}

#xenon {
  color: #5f5a4d;
}

#visit {
  padding: 10px 0;
}

.name, .email, .date {
  margin-bottom: 5px;
}

.button {
  border-radius: 5px;
  background-color:#403d39;
  color: white;
}

.button:hover {
  border-radius: 5px;
  background-color: white;
  color: black;
}

@media only screen and (max-width: 768px) {
  body {
    width: 95%;
  }
 
  nav {
    width: 80%;
  }

  #map-wrapper {
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: center;
    
  }
.map {
  width: 100%;
}
  .video-em {
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  footer {
    width: 100%;
  }

  .picture-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.index{
  max-width: 100%;
  }
  #head {
    display: none;
  }

  #vid-wrap {
    width: 500px
  }
}

@media only screen and (max-width: 320px) {
  body {
    width: 95%;
  }
 
  nav {
    width: 80%;
    display: flex;
    flex-direction:column;
    justify-content: right;
  }

#rad {
  display: none;
}

  #map-wrapper {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    justify-content: center;
  }
.map {
  width: 80%;
}
  .video-em {
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  footer {
    width: 100%;
  }

  .picture-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.index{
  max-width: 100%;
  }

#vid-wrap {
  width: 100%;
}

#video {
  width: 100%;
  display: flex;
  align-items: center;
}

.book-form {
  display: flex;
  flex-direction: column;
  justify-content: left;
  justify-items: left;
}
}