a:hover{
	text-decoration: underline;
}
h1{
    display: block;
    background: #031162;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
.popup-inner {
  position: relative;
  top: 0rem;
  left: 0;
  display: block;
  max-width: 480px;
  max-height: 730px;
  width:auto;
  height: 80%;
  background-color: #fff;
  font-size: 1rem;
  overflow:auto;
  margin: 0 0 1rem 1rem;
}
.popuptext h2 {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 1rem 0;
  text-transform: uppercase;
}
.popuptext p {
  font-size: 0.8rem;
    margin: 1rem 0;
}