2025-02-01 22:09:08 +00:00
|
|
|
:root {
|
2025-02-02 01:36:55 +00:00
|
|
|
--header-footer-color: #BFD9C6CC;
|
2025-02-01 23:01:39 +00:00
|
|
|
--text-color-light-red: #E94E77;
|
2025-02-09 18:13:51 +00:00
|
|
|
--link-color: #E94E77;
|
|
|
|
--link-hover-color: #664625;
|
2025-02-01 22:09:08 +00:00
|
|
|
}
|
|
|
|
|
2025-02-01 22:47:56 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: alwaysinmyheart;
|
2025-02-06 13:06:04 +00:00
|
|
|
src: url("../site/resources/fonts/alwaysinmyheart.woff2");
|
2025-02-01 22:47:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: learning-curve-regular;
|
2025-02-06 13:06:04 +00:00
|
|
|
src: url("../site/resources/fonts/learning-curve-regular.woff2");
|
2025-02-01 22:47:56 +00:00
|
|
|
}
|
|
|
|
|
2025-01-30 02:29:36 +00:00
|
|
|
*, *::before, *::after {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
height: 100vh;
|
|
|
|
width: auto;
|
2025-02-09 02:43:13 +00:00
|
|
|
background-image: url("../img/background.webp");
|
2025-01-30 02:29:36 +00:00
|
|
|
display: flex;
|
2025-01-30 04:39:21 +00:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2025-01-30 02:29:36 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2025-02-01 22:51:26 +00:00
|
|
|
height: 80vh;
|
2025-01-30 02:29:36 +00:00
|
|
|
width: auto;
|
2025-01-30 03:07:31 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2025-01-30 02:29:36 +00:00
|
|
|
img {
|
|
|
|
max-height: 100%;
|
|
|
|
width: auto;
|
|
|
|
object-fit: contain;
|
2025-01-30 03:07:31 +00:00
|
|
|
}
|
2025-01-30 04:39:21 +00:00
|
|
|
|
|
|
|
header {
|
|
|
|
width: 100vw;
|
2025-02-01 22:09:08 +00:00
|
|
|
height: 8vh;
|
2025-02-01 23:01:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-02-01 22:09:08 +00:00
|
|
|
background: var(--header-footer-color);
|
2025-01-30 04:39:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
width: 100vw;
|
2025-02-01 22:09:08 +00:00
|
|
|
height: 8vh;
|
2025-02-09 18:13:51 +00:00
|
|
|
background: var(--header-footer-color);
|
|
|
|
padding: 0 2rem;
|
2025-01-30 14:05:20 +00:00
|
|
|
}
|
|
|
|
|
2025-02-02 00:54:04 +00:00
|
|
|
section {
|
|
|
|
display: flex;
|
|
|
|
width: 100vw;
|
|
|
|
height: auto;
|
|
|
|
}
|
2025-02-09 18:13:51 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: var(--link-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: var(--link-hover-color);
|
|
|
|
}
|
|
|
|
|
2025-02-10 02:31:17 +00:00
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2025-02-09 22:44:58 +00:00
|
|
|
.footer-container {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2025-02-09 18:13:51 +00:00
|
|
|
.cafe {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message {
|
2025-02-09 22:44:58 +00:00
|
|
|
margin-left: -15vw;
|
2025-02-09 18:13:51 +00:00
|
|
|
font-size: 3rem;
|
|
|
|
font-family: alwaysinmyheart;
|
|
|
|
color: var(--text-color-light-red);
|
|
|
|
}
|
|
|
|
|
|
|
|
.credits {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
2025-02-02 00:54:04 +00:00
|
|
|
|
2025-02-01 23:01:39 +00:00
|
|
|
.header-text {
|
|
|
|
font-family: alwaysinmyheart;
|
2025-02-05 14:44:09 +00:00
|
|
|
font-size: 3.25rem;
|
|
|
|
color: var(--text-color-light-red);
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-solid.fa-heart {
|
2025-02-01 23:01:39 +00:00
|
|
|
color: var(--text-color-light-red);
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileOne {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 26.61%;
|
|
|
|
top: 25.78%;
|
|
|
|
width: 10.05%;
|
|
|
|
height: 16.25%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTwo {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 38.39%;
|
|
|
|
top: 25.94%;
|
|
|
|
width: 11.2%;
|
|
|
|
height: 16.64%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileThree {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 50.52%;
|
|
|
|
top: 25.78%;
|
|
|
|
width: 11.88%;
|
|
|
|
height: 17.34%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileFour {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 63.44%;
|
|
|
|
top: 25.94%;
|
|
|
|
width: 10.89%;
|
|
|
|
height: 17.27%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileFive {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 25.68%;
|
|
|
|
top: 43.05%;
|
|
|
|
width: 10.94%;
|
|
|
|
height: 17.27%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileSix {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 37.81%;
|
|
|
|
top: 43.59%;
|
|
|
|
width: 11.41%;
|
|
|
|
height: 17.03%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileSeven {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 49.74%;
|
|
|
|
top: 43.44%;
|
|
|
|
width: 12.5%;
|
|
|
|
height: 17.73%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileEight {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 62.76%;
|
|
|
|
top: 43.52%;
|
|
|
|
width: 12.4%;
|
|
|
|
height: 17.73%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileNine {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 24.74%;
|
|
|
|
top: 60.94%;
|
|
|
|
width: 10.57%;
|
|
|
|
height: 16.48%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTen {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 37.03%;
|
|
|
|
top: 61.33%;
|
|
|
|
width: 11.77%;
|
|
|
|
height: 16.56%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileEleven {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 49.64%;
|
|
|
|
top: 61.64%;
|
|
|
|
width: 12.03%;
|
|
|
|
height: 17.19%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2025-01-31 01:15:40 +00:00
|
|
|
.tileTwelve {
|
2025-01-30 14:05:20 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 62.55%;
|
|
|
|
top: 61.8%;
|
|
|
|
width: 13.07%;
|
|
|
|
height: 17.11%;
|
|
|
|
z-index: 2;
|
2025-02-02 00:54:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.visitor-note {
|
2025-02-05 06:06:32 +00:00
|
|
|
margin: 0 2rem;
|
2025-02-02 02:24:51 +00:00
|
|
|
margin-top: 3rem;
|
2025-02-02 00:54:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.read-this {
|
2025-02-02 02:24:51 +00:00
|
|
|
cursor: pointer;
|
|
|
|
height: 250px;
|
|
|
|
width: auto;
|
2025-02-02 00:54:04 +00:00
|
|
|
}
|
|
|
|
|
2025-02-09 12:32:20 +00:00
|
|
|
.love-note {
|
2025-02-10 02:31:17 +00:00
|
|
|
height: 80vh;
|
|
|
|
width: 40vw;
|
|
|
|
background-image: url(../img/pink-paper.webp);
|
|
|
|
padding: 3rem;
|
2025-02-09 12:32:20 +00:00
|
|
|
z-index: 3;
|
|
|
|
position: absolute;
|
|
|
|
left: 25%;
|
2025-02-09 13:30:39 +00:00
|
|
|
display: none;
|
2025-02-09 12:32:20 +00:00
|
|
|
}
|
|
|
|
|
2025-02-09 18:27:16 +00:00
|
|
|
.note {
|
|
|
|
font-size: 1.75rem;
|
2025-02-10 02:31:17 +00:00
|
|
|
line-height: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
2025-02-09 18:27:16 +00:00
|
|
|
font-family: learning-curve-regular;
|
|
|
|
}
|
|
|
|
|
2025-02-09 12:44:54 +00:00
|
|
|
.close-note {
|
2025-02-10 02:31:17 +00:00
|
|
|
height: 2vh;
|
|
|
|
width: 2vw;
|
2025-02-09 12:44:54 +00:00
|
|
|
background-color: #00000000;
|
|
|
|
border: none;
|
|
|
|
font-size: 2rem;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-note::after {
|
|
|
|
display: inline-block;
|
|
|
|
content: "\00d7";
|
|
|
|
}
|
|
|
|
|
2025-02-02 01:36:55 +00:00
|
|
|
.items {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2025-02-02 02:24:51 +00:00
|
|
|
.baxter {
|
|
|
|
width: 300px;
|
|
|
|
height: auto;
|
2025-02-09 05:10:01 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 20%;
|
2025-02-06 13:06:04 +00:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headpats {
|
|
|
|
position: absolute;
|
2025-02-09 12:00:36 +00:00
|
|
|
left: 86.12%;
|
|
|
|
top: 23.2%;
|
2025-02-06 13:06:04 +00:00
|
|
|
width: 3%;
|
|
|
|
height: 3.03%;
|
|
|
|
transform: rotate(17deg);
|
|
|
|
z-index: 2;
|
2025-02-02 02:24:51 +00:00
|
|
|
}
|
|
|
|
|
2025-02-09 05:10:01 +00:00
|
|
|
.baxter-thought {
|
|
|
|
position: relative;
|
|
|
|
top: -2%;
|
|
|
|
left: 85%;
|
|
|
|
width: 20%;
|
|
|
|
height: 20%;
|
|
|
|
width: 150px;
|
|
|
|
height: 125px;
|
|
|
|
}
|
|
|
|
|
2025-02-02 00:54:04 +00:00
|
|
|
.trans-pride-heart {
|
|
|
|
width: 200px;
|
2025-02-09 22:48:09 +00:00
|
|
|
margin-left: 3rem;
|
2025-02-02 00:54:04 +00:00
|
|
|
aspect-ratio: 1;
|
|
|
|
object-fit: cover;
|
|
|
|
mask:
|
|
|
|
radial-gradient(at 70% 31%,#000 29%,#0000 30%),
|
|
|
|
radial-gradient(at 30% 31%,#000 29%,#0000 30%),
|
|
|
|
linear-gradient(#000 0 0) bottom/100% 50% no-repeat;
|
|
|
|
clip-path: polygon(-41% 0,50% 91%, 141% 0);
|
|
|
|
position: relative;
|
2025-02-09 05:10:01 +00:00
|
|
|
top: 40%;
|
2025-02-02 00:54:04 +00:00
|
|
|
left: 15%;
|
|
|
|
transform: rotate(-15deg);
|
2025-01-30 04:39:21 +00:00
|
|
|
}
|