::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: #2C3040;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #8991b0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline-offset: -2px;
    border: 2px solid #8991b0;
}

::-webkit-scrollbar-thumb:hover {
    height: 30px;
    background-color: #999ba5;
    border: 2px solid #999ba5;
}
body {
	overflow: hidden;
	background-color: rgba(28,40,55,1);
}
.procanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
canvas {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	animation-name: heartbeat;
	animation-duration: 1.8s;
	animation-timing-function: ease-in-out;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: forwards;
}
@keyframes heartbeat {
  0%   {transform: scale(1);}
  40%  {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.text {
	color: white;
	z-index: 99999;
	position: absolute;
	font-family: Brush Script MT, Brush Script Std, cursive;
	width: 100%;
	height: 60%;
	display: flex;
	font-size: 80px;
	font-weight: bold;
	align-items: center;
	text-align: center;
	justify-content: center;

	animation-name: textcolor;
	animation-duration: 1.8s;
	animation-timing-function: ease-in-out;
	animation-delay: 2.1s;
	animation-iteration-count: infinite;
	animation-direction: forwards;
}
@keyframes textcolor {
  0%   {color: white; transform: scale(1);}
  40%  {color: red; transform: scale(1.1);}
  100% {color: red; transform: scale(1);}
}
.imgheartcenter {
	position: absolute;
	width: 100%;
	top: 0px;
	display: none;
}
.imgheartcenter.centerflex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-flex-direction: row;
			flex-direction: row;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-align-content: flex-start;
			align-content: flex-start;
}
.imgheartcenter img {
	opacity: 0;
	width: 50%;
	height: auto;
	position: absolute;
	align-items: center;
	text-align: center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;

	animation-name: traitimlantoa;
	animation-duration: 1.8s;
	animation-timing-function: ease-in-out;
	animation-delay: 2.1s;
	animation-iteration-count: infinite;
	animation-direction: forwards;
}
@keyframes traitimlantoa {
	0%   {opacity: 0.2; transform: scale(0.3);}
	40%  {opacity: 0; transform: scale(5);}
	99%  {opacity: 0; transform: scale(0.3);}
	100% {opacity: 0.2; transform: scale(0.3);}
}

.clickme_content {
	display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media (max-height: 1080px) {
	.clickme_content, .imgheartcenter {
		height: 1000px;
	}
}
@media (max-height: 900px) {
	.clickme_content, .imgheartcenter {
		height: 850px;
	}
}
@media (max-height: 768px) {
	.clickme_content, .imgheartcenter {
		height: 700px;
	}
}
@media (max-height: 500px) {
	.clickme_content, .imgheartcenter {
		height: 450px;
	}
}
@media (max-height: 300px) {
	.clickme_content, .imgheartcenter {
		height: 300px;
	}
}

.clickme_content .item {
    display: grid;
    grid-template-rows: 1fr min-content;
    align-items: center;
    justify-content: center;
    /* height: 50vh; */
    flex-wrap: wrap;
    background: var(--bg-color);
}
button {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font: 24px "Margarine", cursive, sans-serif;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
}
.button_parrot .parrot:nth-child(1) {
    top: -30px;
    left: -40px;
    font: 12px/1 "Margarine", cursive, sans-serif;
    transform: rotate(-20deg);
    animation-duration: 0.5s;
}
.button_parrot .parrot:nth-child(2) {
    font: 12px/1 "Margarine", cursive, sans-serif;
    right: -40px;
    top: -20px;
    transform: rotate(15deg);
    animation-duration: 0.3s;
}
.button_parrot .parrot:nth-child(3) {
    font: 16px/1 "Margarine", cursive, sans-serif;
    top: -60px;
    left: 15px;
    transform: rotate(10deg);
    animation-duration: 1s;
}
.button_parrot .parrot:nth-child(4) {
    font: 18px/1 "Margarine", cursive, sans-serif;
    top: -70px;
    left: 95px;
    transform: rotate(2deg);
    animation-duration: 0.7s;
}
.button_parrot .parrot:nth-child(5) {
    font: 14px/1 "Margarine", cursive, sans-serif;
    top: 80px;
    left: 105px;
    transform: rotate(-20deg);
    animation-duration: 0.8s;
}
.button_parrot .parrot:nth-child(6) {
    font: 12px/1 "Margarine", cursive, sans-serif;
    top: 80px;
    left: 5px;
    transform: rotate(10deg);
    animation-duration: 1.2s;
}
.button_parrot .parrot {
    position: absolute;
    width: 60px;
    text-align: center;
    animation: blink 0.8s infinite;
    color: transparent;
}
.button_parrot .parrot {
	position: absolute;
	width: 60px;
	text-align: center;
	animation: blink 0.8s infinite;
	color: transparent;
}
.button_parrot .parrot:before {
	content: "Click Me!";
}
button:hover .parrot:before {
	content: "Do it!";
	width: 70px;
}
@keyframes blink {
	25%,
	75% {
		color: transparent;
	}
	40%,
	60% {
		color: #fff;
	}
}

.valentine {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	z-index: -10;
}
.valentine.enable {
	display: flex;
}
.valentine.up {
	z-index: 1;
}
.valentine #star_group_1 {
    background:
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 79% 54% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 1% 42% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 10% 38% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 76% 99% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 57% 100% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star.svg?alt=media&token=0b693d8e-e569-4567-8827-10f8c25dbbdd) 49% 46% no-repeat;
    height: 100vh;
    width: 100%;
    filter: blur(0px);
    z-index: 60;
    position: absolute;
    transform: translateY(0%);
    animation: glitter linear 1.8s 0s infinite;
}
.valentine #star_group_2 {
    background:
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 45% 60% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 72% 100% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 70% 8% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 85% 91% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 44% 2% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-sm.svg?alt=media&token=13e65b1f-d181-4266-ac34-97485789e1af) 94% 41% no-repeat;
    height: 100vh;
    width: 100%;
    filter: blur(0px);
    z-index: 60;
    position: absolute;
    transform: translateY(0%);
    animation: glitter linear 1s 0s infinite;
}
.valentine #star_group_3 {
    background:
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 2% 1% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 24% 83% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 47% 95% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 23% 52% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 49% 42% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 81% 5% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 94% 79% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 58% 59% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 23% 71% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 72% 61% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 23% 93% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 14% 95% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 38% 64% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 50% 11% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 38% 87% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 34% 40% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 31% 61% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 9% 24% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 65% 84% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 14% 53% no-repeat,
		url(https://firebasestorage.googleapis.com/v0/b/codepen-asset.appspot.com/o/valentine-animation%2Fglitter-star-xs.svg?alt=media&token=0516d117-d8c2-4c0e-b0f8-e468b33ede05) 27% 46% no-repeat;
	height: 100vh;
	width: 100%;
	filter: blur(0px);
	z-index: 60;
	position: absolute;
	transform: translateY(0%);
	animation: glitter linear 1.9s 0s infinite;
}
@keyframes glitter {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 0.6;
	}
	100% {
		opacity: 0;
	}
}





.effect_text {
	font-family: "Pacifico", cursive;
	font-size: 50px;
	color: #edf2f4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	text-shadow: 2px 2px #ff0000;
	text-shadow: 2px 2px 4px #000000;
}
.mini_credit {
	font-family: "Pacifico", cursive;
	font-size: 18px;
	color: #edf2f4;
	color: rgba(237,242,244,0.9);
	position: absolute;
	top: 100%;
	left: calc(100% - 50px);
}

.tiny_heart {
	position: absolute;
	opacity: 0;
	background-color: #d90429;
	box-shadow: 0px 0px 50px 4px rgba(239, 35, 60, 0.7);
	animation: animated_heart infinite ease-in;
}
.tiny_heart:before, .tiny_heart:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d90429;
}
.tiny_heart:before {
	transform: translateX(-50%);
}
.tiny_heart:after {
	transform: translateY(-50%);
}

@keyframes animated_heart {
	0% {
		opacity: 0;
		transform: translate(0, 0) rotate(45deg);
	}
	50% {
		opacity: 1;
		transform: translate(0, -40%) rotate(45deg);
	}
	100% {
		opacity: 0;
		transform: translate(0, -1000%) rotate(45deg);
	}
}


.paper {
	position: absolute;
	height: 600px;
	width: 100%;
	max-width: 450px;
	background: rgba(255,255,255,0.9);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 5px 0px #888;
}
.paper.rise {
    z-index: 99;
}
.paper::before {
	content: '';
	position: absolute;
	left: 45px;
	height: 100%;
	width: 2px;
	background: rgba(255,0,0,0.4);
}
.lines {
	margin-top: 40px;
	height: calc(100% - 40px);
	width: 100%;
	/* background-image: repeating-linear-gradient(white 0px, white 24px, steelblue 25px); */
}
.hand_text {
	position: absolute;
	top: 45px;
	left: 55px;
	bottom: 10px;
	right: 10px;
	line-height: 25px;
	font-size: 16px;
	font-family: "Pacifico", cursive;
	overflow: hidden;
	outline: none;
	padding-right: 18px;
	margin-bottom: 25px;
	overflow-y: scroll;
}
.holes {
	position: absolute;
	left: 10px;
	height: 25px;
	width: 25px;
	background: lightgoldenrodyellow;
	border-radius: 50%;
	box-shadow: inset 0px 0px 2px 0px #888;
}
.hole_top {
	top: 10%;
}
.hole_middle {
	top: 50%;
}
.hole_bottom {
	bottom: 10%;
}
.hand_text img {
	width: 25px;
    opacity: 0;
}
.slash_close_ver1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all .2s;
    color: #000;
    font-size: 26px;
    line-height: 1;
    text-align: center;
}
.slash_close_ver1 i {
    background-color: rgba(137, 145, 176, 0.8);
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.slash_close_ver1:hover{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.fix_email {
    position: absolute;
    height: 50px;
    overflow: hidden;
    left: 1.5em;
    top: 1.1em;
    cursor: pointer;
    z-index: 98;
    align-items: flex-end;
    justify-items: flex-end;
    display: flex;
}
.mail {
    bottom: 0px;
    width: 90px;
    height: 60px;
    background: #5fc991;
    border-radius: 3px;
    transition: 0.5s;
    opacity: 0.3;
    zoom: 0.6;
}
.mail:hover {
    opacity: 1;
}
.mail::before, .mail::after {
    position: absolute;
    content: "";
    display: block;
}
.mail::after {
    width: 0px;
    height: 0px;
    border-left: 45px solid #3fb678;
    border-right: 45px solid #338f5f;
    border-bottom: 30px solid #39a36c;
    border-top: 30px solid transparent;
    border-radius: 3px;
}

.mail--read {
    background: #338f5f;
}
.mail--read::before {
    width: 60px;
    padding: 3px 10px;
    height: 50px;
    margin: 0 0 0 15px;
    background: #eee;
    border-radius: 2px;
    content: "--- ----  --  ---- --";
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 10px;
    color: #999;
    transform: translateY(-5px);
    transition: transform 0.2s ease-out;
}
.mail--read:hover::before {
    transform: translateY(-20px);
}

.mail--unread {
    -webkit-animation: unread 2s linear infinite;
          animation: unread 2s linear infinite;
}

.mail--empty {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #39a36c;
}
.mail--empty::before {
    border-bottom: 30px solid #39a36c;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    width: 0;
    height: 0;
    transform: translateY(-30px);
}
.icon_panel {
    display: inline-block;
    position: absolute;
    text-align: left;
    padding: 0px;
    height: 100%;
    width: 100px;
    overflow-y: auto;
    z-index: 9999;
    padding-top: 26px;
}

.icon_panel p {
    font-family: "Pacifico", cursive;
    font-size: 18px;
    color: crimson;
}

.icon_panel .icon_item {
    width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0);
    position: relative;
    /* font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    padding: 5px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    margin: 4px; */
    outline: none;
    cursor: pointer;
    /* font-family: "Open Sans", sans-serif; */
    margin-bottom: 20px;
}
.figure {
    position: relative;
    display: inline-block;
    margin: 20px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
    max-width: 460px;
    height: 700px;
    text-align: center;
    background-color: ghostwhite;
    background-image: url("../img/backphoto500.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    transform-origin: center 0.22rem;
    will-change: transform;
    break-inside: avoid;
    overflow: hidden;
    overflow-y: auto;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.figure.icon {
    height: 65px;
    width: 55px;
    margin: 0px;
    padding: 0.5rem;
    margin-left: 20px;
    opacity: 0.6;
}
.figure.icon:hover {
    opacity: 1;
    transition-duration: 0.3s;
}
.figure.icon:hover img {
    filter: contrast(130%);
    scale: 1.1;
    transition-duration: 0.3s;
}
.figure:after {
    position: absolute;
    top: 0.22rem;
    left: calc(50% - 0.35rem);
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    background: var(--pin-color);//aquamarine
    border-radius: 50%;
    box-shadow: -0.1rem -0.1rem 0.3rem 0.02rem rgba(0, 0, 0, 0.5) inset;
    filter: drop-shadow(0.3rem 0.15rem 0.2rem rgba(0, 0, 0, 0.5));
    transform: translateZ(0);
    z-index: 2;
}
.icon_panel>.icon_item:nth-child(7n) >.figure {
	--duration: 1s;
	--pin-color: crimson;
}
.icon_panel>.icon_item:nth-child(7n + 1)> .figure {
	--duration: 1.8s;
	--pin-color: hotpink;
}
.icon_panel>.icon_item:nth-child(7n + 2)> .figure {
	--duration: 1.3s;
	--pin-color: cornflowerblue;
}
.icon_panel>.icon_item:nth-child(7n + 3)> .figure {
	--duration: 1.5s;
	--pin-color: blueviolet;
}
.icon_panel>.icon_item:nth-child(7n + 4)> .figure {
	--duration: 1.1s;
	--pin-color: darkorchid;
}
.icon_panel>.icon_item:nth-child(7n + 5)> .figure {
	--duration: 1.6s;
	--pin-color: deeppink;
}
.icon_panel>.icon_item:nth-child(7n + 6)> .figure {
	--duration: 1.2s;
	--pin-color: mediumvioletred;
}
.figure img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    z-index: 1;
}
.figure figcaption {
    font-size: 16px;
    line-height: 26px;
    padding: 6px;
    font-weight: 400;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-family: "Kalam", sans-serif;
    font-family: "Pacifico", cursive;
}

.photo_album {
	position: absolute;
	height: 800px;
    max-height: calc(100% - 50px);
	width: calc(100% - 60px);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
    overflow-y: auto;
    z-index: 100;

    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-content: flex-start;
}

.photo_album_Layout {
    position: absolute;
	height: 800px;
    max-height: calc(100% - 50px);
	width: calc(100% - 60px);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
    overflow-y: auto;
    z-index: 100;
}

@-webkit-keyframes unread {
    0% {
        transform: rotate(-5deg);
    }
    5% {
        transform: rotate(5deg);
    }
    10% {
        transform: rotate(-7deg);
    }
    15% {
        transform: rotate(0deg);
    }
}

@keyframes unread {
    0% {
        transform: rotate(-5deg);
    }
    5% {
        transform: rotate(5deg);
    }
    10% {
        transform: rotate(-7deg);
    }
    15% {
        transform: rotate(0deg);
    }
}
