.project-popup {
  position: fixed;
  background-color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
  overflow-y: scroll;
}
.project-popup > div {
  padding: 0;
}
.project-popup .close-project-popup {
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  height: 100px;
  display: inline-block;
  padding-right: 20px;
}

:target {
  display: block;
}

.popup-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background-color: #1A2530;
}
.popup-header h2 {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #fc9e49;
  line-height: 100px;
  padding-right: 20px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .project-popup {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
.fa-window-close {
  display: inline-block;
  line-height: 100px;
  font-size: 2em;
  color: #fc9e49;
  background-color: #1A2530;
}

.popup-content {
  padding: 5% 5% 5% 5%;
}
.popup-content > p {
  font-size: 1.2em;
}
.popup-contenth4 {
  color: black;
}
.popup-content li {
  font-size: 1.2em;
}
.popup-content .popup-content-border {
  border-bottom: 5px solid #fc9e49;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
}

.project-screenshots {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}
.project-screenshots > img {
  padding: 15px 15px 15px 15px;
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=projectpage_popup_custom.css.map */