@font-face {
    font-family: WarnockBoldIt;
    src: url(WarnockPro-SemiboldIt.otf);
}

@font-face {
    font-family: WarnockBold;
    src: url(WarnockPro-SemiboldSubh.otf);
}

@font-face {
    font-family: Georgia;
    src: url(SD\ Georgia\ Light.ttf);
}

#comparison-container {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Change to flex-start for better alignment */
    height: 510px;
    flex-direction: row;
    
}
#item1-sub {
    display: contents;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
}

#item2-sub {
    display:contents;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
}

.item-container {
    text-align: center;
    margin: 10px;
    max-width: 450px;
    transition: 0.2s;
    display: flex; /* Ensure child elements can be stacked */
    flex-direction: column; /* Stack image and text vertically */
    align-items: center; /* Center items horizontally */
}
.item-container:hover {
    transform: translate();
}
.item-image:hover{
    transform:translate(15px, -15px)
}
.item-image {
    max-height: 450px; 
    transition: 0.2s;
    width: 100%; /* Make image responsive */
}
.imgBack {
    background-color: #c2e0e0;
    max-height: 450px; 
}

div.spacing {
    height: 25px;
    width: 20px;
}

.green-border {
    transition: 0.1s;
    border: 8px solid green;
    max-height: 390px;
    border-radius: 5px;
}
.item-name {
    margin-top: 8px;
    text-align: center; /* Center the text */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #000000;
}
h1 {
    font-family: "WarnockBold";
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    align-items: center;
    margin-bottom: 0px;
}
.header {
    max-width: 400px;
    margin-left: auto;
}
.spacer1 {
    height: 15px;
}

h2 {
    font-family: "WarnockBoldIt";
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    align-items: center;
    margin-top: 0px;
    color: #cb461f;
}

.spacer2 {
    height: 15px;
}

#buttonHolder {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #9dc7c9;
    transition: 0.2s;
}

#specialtextholder {
    margin-bottom: 10px;
}

.inputPlace {
    background-color:#c2e0e0;
    border: none;
    outline: none;
    height: 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: fit-content;
    min-width: 100px;
    color: #000000;
    font-family: "WarnockBold";
    font-size: 20px;
}
#winnerBox {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 0;
}

.winnerBox2 {
    margin-top: 0;
}

.buttonHolder {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #9dc7c9;
    transition: 0.2s;
}

#secretDiv {
    position:fixed; 
    top:50%; 
    left:50%; 
    transform:translate(-50%,-50%); 
    background:white; 
    padding:20px; 
    box-shadow:0px 4px 6px rgba(0,0,0,0.1); 
    border-radius:5px; 
    text-align: center; 
    font-family: "WarnockBoldIt";
}

.button {
    background-color: #ffffff;
    border-style: solid;
    border-color: #cb461f;
    height: 37px;
    width: 150px;
    color: #888888;
    font-family: "WarnockBoldIt";
    transition: 0.2s;
    font-size: 15px;
    text-align: center;
}

.button:hover {
    transform:translate(10px, -10px);
}



.banner {
    margin: 0%;
    position: sticky;
    top: 0px;
    background-color: #ffffff;
    margin-top: 0px;
    z-index: 999;
    margin-right: 0px;
}
.text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text note {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
}
.text2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #666666;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.text3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    font-size: 21px;
    color: #666666;
    max-width: 520px;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
}
.text3 black {
    color: #000000;
}
.text3 note {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
}

body {
    margin: 0;
}

.greyLine {
    width: 3px;
    height: 150px;
    background-color: #cccccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.imgText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
#PJC {
    max-width: 550px;
    transform: translate(-13px, -13px);
}

.textNote {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
}

.imgBack2 {
    background-color: #c2e0e0;
}

.hiddenImg1 {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    bottom: 0px;
    right: 0px;
    position: fixed;
    width: 276px;
    transition: transform 0.55s ease-in-out;
    transform: translateY(656px);
    pointer-events: none;
}

.hiddenImg1.hidden {
    transform: translateY(0px);
}

.hiddenImg2 {
    display: flex;
    margin-left: 0;
    margin-right: auto;
    bottom: 0px;
    left: 0px;
    position: fixed;
    width: 350px;
    transition: transform 0.55s ease-in-out;
    transform: translateY(740px);
    pointer-events: none;
}
.hiddenImg2.hidden {
    transform: translateY(0px);
}
#anna {
    width: 350px;
}

.hiddenImg3 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: left;
    bottom: 0px;
    left: 50%;
    position: fixed;
    width: 350px;
    transition: transform 0.55s ease-in-out;
    transform: translateY(605.44px);
    pointer-events: none;
}
.hiddenImg3.hidden {
    transform: translateY(0px);
}
#charley {
    width: 550px;
}

.hiddenImg4 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: right;
    bottom: 0px;
    left: 32%;
    position: fixed;
    width: 300px;
    transition: transform 0.55s ease-in-out;
    transform: translateY(785px);
    pointer-events: none;
}
.hiddenImg4.hidden {
    transform: translateY(0px);
}

.hiddenImgHolder {
    display: flex;
    flex-direction: row;
}

#boardImg {
    max-height: 700px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#bowling {
    display: flex;
    margin: auto;
    max-height: 100%;
}