.win98-panel {
  width: 700px;
  max-height: 90%;
  max-width: 90%;

  background-color: #c0c0c0;

  border-top: 2px solid #eff2f1;
  border-right: 2px solid #424544;
  border-bottom: 2px double #424544;
  border-left: 2px solid #eff2f1;

  font-family: monospace;
  font-size: 15px;

  display: flex;
  flex-direction: column;
  padding: 0px 0px 10px;
  position: absolute;
}

@keyframes win98-panel--fadeOut {
  from {
    visibility: visible;
    opacity: 100%;
  }

  to {
    opacity: 0%;
    visibility: hidden;
  }
}

.win98-panel--invisible {
  animation-name: win98-panel--fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.win98-panel__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background-color: #190085;
  color: white;
}

.win98-panel__title {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
}

.win98-panel__nav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 10px 10px 0px 10px;
}

.win98-panel__tab {
  border-top: 2px solid #eff2f1;
  border-right: 2px solid #424544;
  border-bottom: 2px double #424544;
  border-left: 2px solid #eff2f1;
  padding: 0px 10px;
  word-break: break-word;
  cursor: pointer;
}

.win98-panel__tab-active {
  border-bottom: 2px double #c0c0c0;
  z-index: 1;
}

.win98-panel__main {
  border-top: 2px solid #eff2f1;
  border-right: 2px solid #424544;
  border-bottom: 2px double #424544;
  border-left: 2px solid #eff2f1;
  min-height: 50%;
  margin: 0px 10px;
  position: relative;
  top: -2px;
  padding: 10px;
  overflow-y: scroll;
}

.win98-panel__main figure {
  float: left;
  margin: 10px;
}

.win98-panel__main .links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.win98-panel__main .links figure {
  max-width: 200px;
  word-break: break-word;
}

.win98-icon {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: monospace;
  font-size: 15px;
  color: white;
  padding: 0px 15px;
}

.win98-panel__main__aboutme__infra {
  margin: 2em;
}

.win98-panel__main__aboutme__infra ul {
  margin: 0 2.5em;
  list-style-type: none
}

.win98-panel__main__aboutme__infra aside img{
    float: left;
}

.win98-panel__main__projects__tags,
.win98-panel__main__exhibitions__dates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0px 10px;
}

.win98-panel__main__projects__tags--tag--inactive {
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid black;
  cursor: pointer;
  user-select: none;
}

.win98-panel__main__projects__tags--tag--active {
  background-color: #008080;
  color: #fdffff;
  padding: 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.win98-panel__main__projects__project {
  padding: 10px 0px;
}

.win98-panel__main__exhibitions__dates--year--inactive,
.win98-panel__main__exhibitions__dates--month--inactive {
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid black;
  cursor: pointer;
  user-select: none;
}

.win98-panel__main__exhibitions__dates--year--active,
.win98-panel__main__exhibitions__dates--month--active {
  background-color: #008080;
  color: #fdffff;
  padding: 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.win98-panel__main__exhibitions__exhib {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 1px solid #eff2f1;
}

.win98-panel__main__exhibitions__exhib__date {
  text-align: right;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: black;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    font-family: monospace;
    /* 12-16pt on a mobile screen, 15-19pt on a tablet, and 16-20pt on a desktop computer screen. */
    font-size: 16pt;
    margin: 0;
    padding: 0;
}

#app {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    margin: 10px;
}

img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}


/* 
h1,
h2,
h3,
h4,
span,
a,
p {
    background-color: white;
}

a {
    color: blue;
}


.close-btn {
    position: absolute;
    top: 1em;
    right: 1em;
    filter: drop-shadow(0px 0px 2px white);
}


#page {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
}

#page h2 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}



#page .content {
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px white;
    align-items: center;
    overflow-y: scroll;
}

#page .links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
}

.section {
    display: flex;
    border-radius: 10px;
    backdrop-filter: blur(20px) contrast(150%) hue-rotate(-45deg);
    padding: 4em;
    margin: auto;
    padding: 1em;
    flex-direction: column;
    width: 90%;
    height: 70%;
    justify-content: flex-start;
    box-shadow: 0 0 20px white;
}

#video-background {
    position: fixed;
    filter: saturate(3) contrast(1.5);
    z-index: -1;
    overflow: hidden;
}


@media only screen and (min-width : 901px) {
    #video-background {
        width: 200%;
    }

    #card {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        width: 50%;
        height: 50%;
        padding: 4em;
        backdrop-filter: blur(20px) contrast(500%) hue-rotate(45deg);
        -webkit-backdrop-filter: blur(10px) saturate(500%) hue-rotate(45deg);
        gap: 1em;
        justify-content: space-around;
        border-radius: 10px;
        box-shadow: 0 0 20px white;
    }

    #card .selfie {
        width: 300px;
        filter: saturate(1) brightness(2);
    }

    #card .links {
        display: flex;
        gap: 1em
    }

    #card .links img {
        width: auto;
    }


}


/*  mobile 
@media only screen and (max-width : 900px) {

    #card {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4em;
        backdrop-filter: blur(20px) contrast(500%) hue-rotate(45deg);
        -webkit-backdrop-filter: blur(10px) saturate(500%) hue-rotate(45deg);
        gap: 1em;
        justify-content: space-around;
        border-radius: 10px;
        box-shadow: 0 0 20px white;
    }

    #card .selfie {
        width: 150px;
        filter: saturate(1) brightness(2);
    }

    #card .links {
        display: flex;
        gap: 1em
    }

    #video-background {
        width: 500%;
        filter: saturate(3) contrast(1.5);
    }

} */

.projects__project-status--online{
    color: green
}

.projects__project-status--offline{
    color: red
}
.visuals-3d{
    pointer-events: none;
    position: absolute; 
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}

/*# sourceMappingURL=app.css.map*/