@font-face {
  font-family: Josefin Sans;
  src: url("assets/fonts/JosefinSans-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Josefin Sans;
  src: url("assets/fonts/JosefinSans-Light.ttf");
  font-weight: light;
}
body {
  margin: 0rem;
  font-family: "Josefin Sans", sans-serif;
}

.logoClickable {
  display: block;
  height: 3rem;
  width: 3rem;
  margin: 1rem 0 1rem 1rem;
  pointer-events: all;
}
.logoClickable .logoWork {
  display: flex;
  height: 100%;
}
.logoClickable .logoWork svg {
  pointer-events: none;
}

.buttonBar {
  display: flex;
  margin-top: 6rem;
  flex-wrap: wrap;
  /*     .buttonLinkActive:link, :visited{
          display: flex;
          height: 10rem;
          //width: 10rem;
          padding: 0.2rem 0.5rem;
          margin: 0.2rem;
          justify-content: center;
          align-items: center;
          background-color: $lucaHiglight;
          border-radius: 1rem;
          color: lucaGrey;
          text-transform: uppercase;
          text-decoration: none;
      }
      .buttonLinkActive:hover{
          color: $white;
          background-color: $lucaGrey;
      } */
}
.buttonBar .buttonLink:link, .buttonBar :visited {
  display: flex;
  height: 3rem;
  padding: 0.2rem 0.5rem;
  margin: 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: #2D2D2D;
  border-radius: 1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.buttonBar .buttonLink:hover {
  color: #2D2D2D;
  color: blue;
  background-color: #ff8f26;
}

.wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.wrapper .tile {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 0 1rem rgb(121, 137, 147);
  border-radius: 1rem;
}
.wrapper .tile h3 {
  margin: 1rem 1rem 0 1rem;
  font-size: 2rem;
}
.wrapper .tile a {
  position: absolute;
  z-index: 11;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrapper .tile .tileImage {
  margin: 1rem 0rem 0.5rem 0rem;
  background-image: url("/assets/busStillLife.jpeg");
  background-size: cover;
  width: 100%;
  height: 50vh;
}
.wrapper .tile img {
  margin: 1rem 0rem 0.5rem 0rem;
  display: flex;
  height: 100%;
  width: 100%;
}
.wrapper .tile .projectDescription {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0.5rem;
}
.wrapper .tile .projectDescription .upperDescription {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-weight: 500;
}
.wrapper .tile .projectDescription .upperDescription p {
  margin: 0.5rem;
  font-size: 1.5rem;
  border-color: black;
  border: 0.15rem;
  border-radius: 0.5rem;
}
.wrapper .tile .projectDescription .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5rem;
  border-color: black;
  border: 0.15rem;
  border-radius: 0.5rem;
}
.wrapper .tile .projectDescription .tags .tagTitle {
  margin: 0;
  border-style: none;
  background-color: unset;
}
.wrapper .tile .projectDescription .tags p {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem;
  border-color: rgb(121, 137, 147);
  border: 0.15rem;
  border-style: solid;
  border-radius: 0.5rem;
  color: rgb(121, 137, 147);
  font-weight: 100;
}

.imageDetails {
  background-color: #ff8f26;
  pointer-events: none;
}
.imageDetails .inspectorContainer {
  z-index: 13;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.imageDetails .inspectorContainer .inspector {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  margin: 1rem;
  background-color: white;
  border-radius: 0.7rem;
  max-height: 100vh;
  height: 95vh;
  overflow-y: scroll;
}
.imageDetails .inspectorContainer .inspector .closeButton {
  display: flex;
  justify-content: right;
  position: relative;
  margin-right: 0;
}
.imageDetails .inspectorContainer .inspector .closeButton svg {
  position: relative;
  height: 2rem;
  width: 2rem;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.5rem;
}
.imageDetails .inspectorContainer .inspector .closeButton svg:hover {
  transform: scale(120%);
  cursor: pointer;
}
.imageDetails .inspectorContainer .inspector .closeButton svg:hover .cls-1 {
  fill: #ff8f26;
}
.imageDetails .inspectorContainer .inspector .wrapperImages {
  display: flex;
  flex-wrap: wrap;
  background-color: #2D2D2D;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .imageCage {
  display: flex;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .imageCage img {
  border-radius: 0;
  margin-top: 0.5rem;
  width: 100%;
  flex-grow: 4;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: unset;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .imageCage video {
  border-radius: 0.5rem;
  margin: 1rem;
  width: 100%;
  flex-grow: 4;
  -o-object-fit: contain;
     object-fit: contain;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage {
  display: flex;
  margin: 0.5rem;
  width: 100%;
  max-height: 80vh;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px black;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 11;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  border: 0.2rem dotted white;
  display: none;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay:hover::before {
  width: 90%;
  height: 90%;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay:hover object {
  width: 45%;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay a {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay object {
  width: 40%;
  filter: invert(100%);
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay .shadow {
  position: absolute;
  width: 40%;
  filter: blur(20px);
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay p {
  text-align: center;
  font-size: 1.5rem;
  color: white;
}
.imageDetails .inspectorContainer .inspector .wrapperImages .videoCage img {
  border-radius: 0;
  width: 100%;
}
.imageDetails .inspectorContainer .inspector .inspectorRightSide {
  display: flex;
  margin: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.imageDetails .inspectorContainer .inspector .inspectorRightSide .descriptionWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.imageDetails .inspectorContainer .inspector .inspectorRightSide .descriptionWrapper h1 {
  margin-bottom: 0;
  width: 60%;
}

.background {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}

@media (min-width: 1000px) {
  .buttonBar {
    margin-left: 1rem;
  }
  .wrapper {
    width: unset;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    margin-top: 2rem;
    margin-right: 5rem;
  }
  .wrapper .tile {
    max-width: 30rem;
    flex: 0 1 33.3%;
    margin: 1rem;
  }
  .wrapper .tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 0.2rem solid rgba(0, 0, 0, 0);
    border-radius: 1rem;
    z-index: 0;
  }
  .wrapper .tile:hover::before {
    border-color: #ff8f26;
  }
  .wrapper .tile:hover {
    box-shadow: none;
  }
  .imageDetails {
    background-color: #ff8f26;
  }
  .imageDetails .inspectorContainer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
  }
  .imageDetails .inspectorContainer .inspector {
    display: flex;
    flex-direction: row;
    margin: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    background-color: white;
    border-radius: 0.7rem;
    width: 80vw;
    height: 90vh;
    overflow: hidden;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .imageCage {
    display: flex;
    width: 100%;
    max-height: 80vh;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .imageCage img {
    border-radius: 0;
    margin: 1rem;
    flex-grow: 4;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: unset;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage {
    display: flex;
    width: 100%;
    max-height: 80vh;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border: 0.2rem dotted white;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay:hover::before {
    width: 90%;
    height: 90%;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay:hover object {
    width: 45%;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay a {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay object {
    width: 40%;
    color: #ff8f26;
    filter: invert(100%);
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay .shadow {
    position: absolute;
    width: 40%;
    color: #ff8f26;
    filter: blur(20px);
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage .videoOverlay p {
    text-align: center;
    font-size: 2rem;
    color: white;
  }
  .imageDetails .inspectorContainer .inspector .wrapperImages .videoCage img {
    border-radius: 0;
    margin: 1rem;
    width: 100%;
    height: 100%;
    flex-grow: 4;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: unset;
  }
  .imageDetails .inspectorContainer .inspector img {
    border-radius: 0.7rem 0 0 0.7rem;
    width: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background-color: #2D2D2D;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 3rem;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .descriptionWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .descriptionWrapper h1 {
    margin-bottom: 0;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .closeButton {
    display: flex;
    justify-content: right;
    margin-right: 0;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .closeButton svg {
    position: relative;
    height: 1rem;
    width: 1rem;
    right: 0;
    top: 0;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .closeButton svg:hover {
    transform: scale(120%);
    cursor: pointer;
  }
  .imageDetails .inspectorContainer .inspector .inspectorRightSide .closeButton svg:hover .cls-1 {
    fill: #ff8f26;
  }
}/*# sourceMappingURL=workpageStyle.css.map */