/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width:80%;
}
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: max-content;
}
.nav-links {
    /* padding-left:50px; */
  margin-top: 15px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 600px) {
    .nav-links {
        padding-left:10px;
    }
  }

.nav-links > a {
  padding: 7px 4px;
  margin: 0 4px;
  text-decoration: none;
}

.nav-links > a:after {
  content: "|";
  padding-left: 15px;
}

.nav-links > a:last-child:after {
  content: "";
  padding-left: 0;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.nav-rtr {
  padding-left:50px;
  margin-top: 15px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 600px) {
    .nav-rtr {
        padding-left:10px;
    }
  }

.nav-rtr > a {
  padding: 7px 4px;
  margin: 0 4px;
  text-decoration: none;
}

.nav-rtr > a:after {
  content: "|";
  padding-left: 15px;
}

.nav-rtr > a:last-child:after {
  content: "";
  padding-left: 0;
}