.gallery1 {
    background-color: black;
}

.gallery2 {
    background-image: url(assets/backgrounds/star-bkg.gif);
}

.gallery3 {
    background-image: url(assets/backgrounds/clover-bkg.gif);
}

h1 {
    font-family: squiggle;
    font-weight: bold;
    color: #1c1c55;
}

.blurb {
    font-family: written;
    text-align: center;
    font-size: 30px;
}

.photo-box {
    display: flex;
    height: 360px;
}

#branches {
    height: 371px;
    position: absolute; 
    left: 77px;
    top: 340px;
}
#snowman {
    position: absolute; 
    height: 397px;
    right: 90px;
    top: 400px;
}
#sunrise {
    position: absolute; 
    height: 400px;
    left: 140px;
    top: 775px;
}

#ornament {
    height: 200px;
    position: absolute;
    right: 360px;
    top: 827px;
}

#truck{
    height: 300px;
    position: absolute;
    left: 60px;
    top: 1134px;
}

#path {
    height: 300px;
    position: absolute;
    top: 1470px;
    left: 127px;
}

#river {
   height: 356px;
    position: absolute;
    top: 1084px;
    right: 63px;
}

#tree{
    height: 156px;
    position: absolute;
    top: 1368px;
    left: -10px;
}

#socks {
    position: absolute;
    height: 245px;
    top: 1200px;
    left: 468px;
}

#owl {
    position: absolute;
    height: 140px;
    top: 1000px;
    
}

#hot-coco{
    position: absolute;
    height: 309px;
    top: 800px;
    transform: rotate(-15deg);
    right: 65px;
}

#title {
    display: flex;
    height: 200px;
}

#paperclip{
    height: 150px;
    position: absolute;
    top: 287px;
    left: 102px;
}
#tape{
    height: 80px;
    position: absolute;
    top: 384px;
    right: 45px;
    transform: rotate(220deg);
}

#skates{
    height: 200px;
    position: absolute;
    left: 476px;
    top: 591px;
}


#pinecone1{
    height: 130px;
    position: absolute;
    top: 442px;
    left: 570px;
    transform: rotate(-20deg);
}
#star{
    height: 200px;
    position: absolute;
    top: 660px;
}
#pinecone2{
    height: 160px;
    position: absolute;
    right: 40px;
    top: 700px;
    transform: rotate(15deg)
}

.photo-box img, #title-image {
    flex: 1;
    padding: 10px; 
    width: 30px;
    object-fit: cover;
    border-radius: 20px;
}
 .photo-box2 img{
    padding: 10px; 
    object-fit: cover;
    border-radius: 20px;
}

.title {
    text-align: center;
    font-size: 90px;
    margin: 30px;
    padding: 20px;
    transition: 0.6s ease-in-out;
}


.header2{
    justify-content: center;
    align-items: center;
    background-image: url(winter2025/snow-banner.JPG);
    height: fit-content;
    width: 90vw;
    border-radius: 20px;
    padding: 3px;
    margin: auto;
}

#back {
    display: flex;
    background-color: #4f4044;
    height: 50px;
    width: 20vw;
    font-size: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family: "written";
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}



@font-face {
    font-family: "acidic";
    src: url("/assets/fonts/Acidic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "written";
    src: url("/assets/fonts/MessyHandwritten-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "squiggle";
    src: url("/assets/fonts/squiggle.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bristol";
    src: url("/assets/fonts/bristol.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}