
body {
  position: relative;
  background: black;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}


body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("https://file.garden/aZsEDEgnnQysAYTC/snowforest2") no-repeat center center fixed;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}

h1 {
	color: black;
    font-family: angelicp;
  text-shadow:
  -1px -1px 0 rgba(255,255,255,0.8),
   1px -1px 0 rgba(255,255,255,0.8),
  -1px  1px 0 rgba(255,255,255,0.8),
   1px  1px 0 rgba(255,255,255,0.8);
filter:
   drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white);
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	margin: 20px 1px;
	letter-spacing: 3px;
}
h2 {
	color: black;
    font-family: "broken", "Arial", sans-serif;

  text-shadow:
  -1px -1px 0 rgba(255,255,255,0.8),
   1px -1px 0 rgba(255,255,255,0.8),
  -1px  1px 0 rgba(255,255,255,0.8),
   1px  1px 0 rgba(255,255,255,0.8);
filter:
   drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white);
	vertical-align: middle;
font-size: 22px;
	line-height: 23px;
	letter-spacing: 2px;
}

.dash::before {
    content: "-";
    font-family: Arial, sans-serif;
    margin: 0 4px;
}

p {
  font-family: mom;
  text-align: center;
  text-shadow:
  -1px -1px 0 rgba(255,255,255,0.8),
   1px -1px 0 rgba(255,255,255,0.8),
  -1px  1px 0 rgba(255,255,255,0.8),
   1px  1px 0 rgba(255,255,255,0.8);
filter:
   drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white);
    }
    
  .modal-content  p {
    text-align: left;
  font-family: mom;
  
  font-size: 16px;

    }

a {
    color: #444;
    text-decoration: underline dotted #666;
    text-shadow:
        -1px -1px 0 rgba(255,255,255,0.8),
         1px -1px 0 rgba(255,255,255,0.8),
        -1px  1px 0 rgba(255,255,255,0.8),
         1px  1px 0 rgba(255,255,255,0.8);
}
a:hover {
    color: black;
}

#wrapper {
	background: transparent;
	position: relative;
	overflow: visible;
	margin: auto;
	max-width: 900px;
  margin: 40px auto;
}

#album-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    max-width: 900px;
    margin: auto;
}

.album {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 5px;
    border: 1px solid black;
    overflow: hidden;
    transition: 0.4s;
    border-radius: 5px;
}

.album img {
    width: 100%;
    filter: grayscale(100%) saturate(100%) contrast(100%) brightness(100%);
    transition: filter 0.5s ease;
}
.album:hover img {
    filter: grayscale(0%) saturate(45%) contrast(100%) brightness(110%);
}

.album:hover {
    rotate: 2deg;
}

.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}


/*modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  overflow: auto;

  justify-content: center;
  align-items: flex-start; 
  padding: 60px 0; 
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  position: relative;
}


/* modal box*/
.modal-content {
	position: relative;
	box-sizing: border-box;
	inset: 0;
  background-image: url(../images/tallforest.jpg);
  background-position: center;
  background-size: 900px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 5px 30px;
	border-radius: 10px;
	outline: 2px solid rgb(0, 0, 0);
	max-width: 600px;
	box-shadow: 0 6px 30px 10px rgba(0, 0, 0, 0.9),
		0 6px 20px 0 rgba(0, 0, 0, 0.9);
	animation-name: animatetop;
	animation-duration: 0.4s;
}



.cat-gif {
    height: 1em;
    vertical-align: middle;
    margin: 0 4px;
}


.close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  background: black;
  box-shadow: 0 0 9px rgba(255,255,255,1.3);
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}

.r-img {
	float: right;
	margin: 5px;
	outline: 1px solid rgb(0, 0, 0);
	border-radius: 5px;
	filter: grayscale(100%) saturate(100%) contrast(100%) brightness(100%);
  transition: filter 0.5s ease;
  position: relative; z-index: 5; }
.r-img:hover {
    filter: grayscale(0%) saturate(45%) contrast(100%) brightness(110%) !important;
}

footer b {
	color: black;
	text-shadow:
  -1px -1px 0 rgba(255,255,255,0.8),
   1px -1px 0 rgba(255,255,255,0.8),
  -1px  1px 0 rgba(255,255,255,0.8),
   1px  1px 0 rgba(255,255,255,0.8);
filter:
   drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white);
}

footer a {
    color: #444;
    text-decoration: underline dotted #666;
    text-shadow:
        -1px -1px 0 rgba(255,255,255,0.8),
         1px -1px 0 rgba(255,255,255,0.8),
        -1px  1px 0 rgba(255,255,255,0.8),
         1px  1px 0 rgba(255,255,255,0.8);
}

footer {
	width: 100%;
	font-family: mom;
	background: none;
	text-align: center;
	padding: 10px;
	margin-top: 4em;
	margin-bottom: 5em;
}