.contentBottom{
	background: #fff;
	color: gray;
	padding: 1em;	
}

.contentBottom p{
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.overlay5 {
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: opacity 100ms;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
}
.overlay5:target {
  visibility: inherit;
  opacity: 1;
}

.popupBottom {
  margin: 10px auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  width: 35%;
  position: relative;
  transition: all 5s ease-in-out;
  color: #fff;
}

.popupBottom h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupBottom .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.popupBottom .close:hover {
  color: #f7f7f7;
}
.popupBottom .contentBottom {
  max-height: 100%;
}

.popupBottomimg{
	text-align: center;
}

@media screen and (max-width: 700px){
  .popupBottom{
    width: 70%;
  }
}

.page {
  display: none;
}
.page-active {
  display: block;
}
