@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  --grid-dimension: 280px;
  --grid-border-colour: white;
}

h1, h2 {
  font-weight: 400;
}

body {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px;
  background-color: #d9d9d9;
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23aeaeae' fill-opacity='0.42'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.grid {
  display: grid;
  margin-top: 45px;
  grid-template-columns: repeat(auto-fit, var(--grid-dimension));
  gap: 10px;
}
.grid .item {
  border: 10px solid var(--grid-border-colour);
  min-height: var(--grid-dimension);
  position: relative;
  min-width: var(--grid-dimension);
}
.grid .item.col-span-2 {
  grid-column: span 2;
  min-width: 530px;
}
@media screen and (max-width: 615px) {
  .grid .item.col-span-2 {
    max-width: var(--grid-dimension);
    min-width: 0;
    grid-column: span 1;
  }
  .grid .item.col-span-2 #map {
    width: 260px !important;
  }
}
.grid .item.row-span-2 {
  grid-row: span 2;
  min-height: 530px;
}
.grid .item.night h2 {
  color: white;
}
.grid .item h2 {
  position: absolute;
  top: 5px;
  left: 5px;
  user-select: none;
}

.item .item-content {
  height: 260px;
}
.item .link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.item[data-name=description] {
  color: white;
}
.item[data-name=description] video {
  width: auto;
  object-fit: cover;
}
.item[data-name=location] h2 {
  z-index: 1000;
}
.item[data-name=github] {
  color: white;
}
.item[data-name=github] .initial-state {
  background-color: #512a97;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item[data-name=github] .initial-state img {
  width: 130px;
}
.item[data-name=github] .hover-state {
  --grid-colour-empty: hsl(218, 15%, 20%);
  --grid-colour-1: hsl(129, 42%, 20%);
  --grid-colour-2: hsl(125, 40%, 29%);
  --grid-colour-3: hsl(122, 34%, 43%);
  --grid-colour-4: hsl(121, 41%, 59%);
  display: none;
  background-color: #212830;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.item[data-name=github] .hover-state .cell-container .cell-row {
  height: 10px;
  margin-bottom: 2px;
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
}
.item[data-name=github] .hover-state .cell-container .cell-row:last-child {
  margin-bottom: 0;
}
.item[data-name=github] .hover-state .cell-container .cell {
  width: 10px;
  height: 10px;
  border: 0.5px solid rgba(1, 4, 9, 0.0509803922);
  border-radius: 2px;
  background-color: var(--grid-colour-empty);
  animation-name: colour-cycle;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: paused;
}
@keyframes colour-cycle {
  0% {
    background-color: var(--grid-colour-1);
  }
  33.33% {
    background-color: var(--grid-colour-2);
  }
  66.67% {
    background-color: var(--grid-colour-3);
  }
  100% {
    background-color: var(--grid-colour-4);
  }
}
.item[data-name=github]:hover .initial-state {
  display: none;
}
.item[data-name=github]:hover .hover-state {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item[data-name=github]:hover .hover-state .cell {
  animation-play-state: running;
}
.item[data-name=email] {
  position: relative;
  background-color: #FFE200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item[data-name=resume] {
  background-color: white;
}
.item[data-name=resume] h2 {
  z-index: 1000;
}
.item[data-name=resume] .item-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
.item[data-name=resume] .item-content .button1 {
  grid-area: 1/1/2/2;
  background-color: initial;
  background-image: linear-gradient(-180deg, #00D775, #00BD68);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 44px;
  line-height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item[data-name=resume] .item-content .button1:hover {
  background: #00bd68;
}
.item[data-name=resume] .item-content .button1 img {
  width: 20px;
}
.item[data-name=resume] .item-content .button2 {
  grid-area: 2/1/3/2;
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 13px;
}
.item[data-name=resume] .item-content .button2:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}
.item[data-name=resume] .item-content .button2:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}
.item[data-name=resume] .item-content .button2:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.item[data-name=resume] .item-content .button2 img {
  width: 21px;
}
.item[data-name=resume] .item-content .button3 {
  grid-area: 3/1/4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  border: 0px;
  font-weight: 900;
  letter-spacing: 5px;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  padding: 1px 9px;
  margin: 0 auto;
}
.item[data-name=resume] .item-content .button3:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.item[data-name=resume] .item-content .button3:active {
  transform: scale(0.95);
}
.item[data-name=resume] .item-content .button3 img {
  margin-top: -16px;
  width: 35px;
}
.item[data-name=resume] .item-content img {
  grid-area: 1/2/3/3;
  width: 130px;
}

.leaflet-control-attribution svg,
.leaflet-control-zoom {
  display: none !important;
}

.leaflet-bottom.leaflet-right::before {
  content: "⇤";
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  height: 17px;
  padding: 2px 5px 1px;
}
.leaflet-bottom.leaflet-right .leaflet-control {
  margin-right: 1px;
  padding: 0;
  width: 0;
  overflow-x: hidden;
  transition: all 0.15s linear;
  white-space: nowrap;
}

#map:hover .leaflet-bottom.leaflet-right .leaflet-control {
  padding: 0 5px;
  width: 219px;
}

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