a {
  cursor:pointer;
}

.ftrtxt2{
  border: 2px solid #11274c;
  padding: 10px 20px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.footmodal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.footmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: 100px auto;
    padding: min(50px, 5vw);
    border: 1px solid #888;
    width: 95%;
    max-width: 1200px;
}

.footmodal-content > h1{
  margin-bottom:3vw;
}

.footmodal-content > h2{
  margin-bottom:2vw;
  margin-top:2vw;
  text-align:left;
}

.footmodal-content > p{
  margin-bottom:1vw;
  text-align:left;
}

.center-text{
  text-align: center;
}

.footmodalclose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.footmodalclose:hover,
.footmodalclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}