.projects-main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1440px;
  width: 100vw;
  margin: auto;
}

.projects-main-section .title {
  font-size: 1.5em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0.5em 1em;
}

.projects-main-section .subtitle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0.5em 1em;
}

.projects-main-section .main-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 300px;
  width: 100%;
  background-color: #c2d969;
}

.projects-main-section .main-project .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.projects-main-section .main-project .content .title {
  text-align: center;
  color: #374159;
}

.projects-main-section .main-project .content .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  color: #374159;
}

.projects-main-section .main-project .content .detail-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #374159;
  text-decoration: underline;
  font-style: italic;
  margin: 0 1em;
  border: none;
  background-color: transparent;
}

.projects-main-section .main-project .covers-image {
  background-image: url(../assets/images/order_example.png);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 300px;
  min-width: 750px;
  width: 55vw;
  max-width: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  overflow: hidden;
}

.projects-main-section .main-project .covers-image:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 10%;
  height: 150%;
  width: 200%;
  background: #c2d969;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

.projects-main-section .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  width: 100%;
  margin: 0 1em;
  max-height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.projects-main-section .archive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.projects-main-section .archive::-webkit-scrollbar-track {
  background-color: transparent;
}

.projects-main-section .archive::-webkit-scrollbar-thumb {
  background-color: #c2d969;
  border-radius: 16px;
}

.projects-main-section .archive::-webkit-scrollbar-button {
  display: none;
}

.projects-main-section .archive .archive-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.projects-main-section .archive .archive-projects .archive-project {
  margin: 0;
  width: 275px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container {
  background-color: rgba(197, 164, 102, 0.15);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .archive-negatives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .archive-negatives .archive-negative {
  min-width: 25px;
  height: 25px;
  background-color: #4e5565;
  margin: 15px;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .content {
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .content .title {
  font-size: 1.5em;
  text-align: center;
  color: black;
  font-weight: bold;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .content .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  color: #374159;
  text-align: center;
}

.projects-main-section .archive .archive-projects .archive-project .archive-project-container .content .detail-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #374159;
  text-decoration: underline;
  font-style: italic;
  margin: 1em;
  border: none;
  background-color: transparent;
}

.projects-main-section .archive .archive-projects .pj-chess {
  background-image: url(../assets/images/foolschess.jpg);
}

.projects-main-section .archive .archive-projects .pj-test {
  background-image: url(../assets/images/test-screen.png);
}

.dialog {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialog .card {
  background-color: #374159;
  min-width: 70vw;
  min-height: 70vh;
  max-width: 100vw;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.dialog .card::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.dialog .card::-webkit-scrollbar-track {
  background-color: transparent;
}

.dialog .card::-webkit-scrollbar-thumb {
  background-color: #c2d969;
  border-radius: 16px;
}

.dialog .card::-webkit-scrollbar-button {
  display: none;
}

.dialog .card .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  color: inherit;
  border: none;
  opacity: 0.5;
}

.dialog .card .close-button:hover {
  opacity: 1;
}

.dialog .card .content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dialog .card .content .title {
  text-align: center;
}

.dialog .card .content .text {
  display: block;
  float: right;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.dialog .card #pj-portal .image {
  float: left;
  padding: 5px 10px;
}

.dialog .card #pj-portal .image img {
  max-width: 500px;
  max-height: 400px;
}

@media (max-width: 900px) {
  .covers-image {
    display: none;
  }
}
/*# sourceMappingURL=projects.css.map */