@font-face {
    font-family: Bootle;
    src: url(assets/BOOTLE__.woff);
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Nanum Myeongjo;
    text-wrap: wrap;
}
#container {
    margin: 0;
    padding: 0;
    max-width: 100vw !important;
    text-align: center;
}
.nanum-myeongjo-regular {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}
.reviewcontainer {
    display: none;
    min-height: 300px;
}
#albums {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#albums img {
    width: 5%;
    transform: scale(1)
}
#albums img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
}
#albumreviews {
    text-align: justify;
    margin-top: 10px;
}
#albumreviews p {
    margin-left: 2%;
    margin-right: 2%;
}
#albumreviews img {
    width: 300px;
    max-height: 300px;
    padding: 0px 10px;
}
#beatlesfilms {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#beatlesfilms img {
    width: 5%;
    height: auto;
    transform: scale(1)
}
#beatlesfilms img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
    }
    #beatlesfilmreviews {
    text-align: justify;
    margin-top: 10px;
    }
    #beatlesfilmreviews div {
    display: none;
    min-height: 300px;
    }
    #beatlesfilmreviews p {
    margin-left: 10px;
    }
    #beatlesfilmreviews img {
    max-width: 300px;
    max-height: 300px;
    padding: 0px 10px;
    }
    #soloalbums {
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    #soloalbums img {
    width: 5%;
    transform: scale(1)
    }
    #soloalbums img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
    }
    #soloalbumreviews {
    text-align: justify;
    margin-top: 10px;
    }
    #soloalbumreviews div {
    display: none;
    min-height: 300px;
    }
    #soloalbumreviews p {
    margin-left: 10px;
    }
    #soloalbumreviews img {
    max-width: 300px;
    max-height: 300px;
    padding: 0px 10px;
    }
    #otherfilms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    #otherfilms img {
    width: 5%;
    height: auto;
    transform: scale(1)
    }
    #otherfilms img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
    }
    #otherfilmreviews {
    text-align: justify;
    margin-top: 10px;
    }
    #otherfilmreviews div {
    display: none;
    min-height: 300px;
    }
    #otherfilmreviews p {
    margin-left: 10px;
    }
    #otherfilmreviews img {
    max-width: 300px;
    max-height: 300px;
    padding: 0px 10px;
    }
    #beatlesbooks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    #beatlesbooks img {
    width: 5%;
    height: auto;
    transform: scale(1)
    }
    #beatlesbooks img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
    }
    #beatlesbookreviews {
    text-align: justify;
    margin-top: 10px;
    }
    #beatlesbookreviews div {
    display: none;
    min-height: 300px;
    }
    #beatlesbookreviews p {
    margin-left: 10px;
    }
    #beatlesbookreviews img {
    max-width: 300px;
    max-height: 300px;
    padding: 0px 10px;
    }
    #other {
    display: flex;
    flex-direction: row;
    justify-content: center;
    }
    #other img {
    width: 5%;
    height: auto;
    transform: scale(1)
    }
    #other img:hover {
    transform: scale(1.5);
    z-index: 2;
    cursor: pointer;
    }
    #otherreviews {
    text-align: justify;
    margin-top: 10px;
    }
    #otherreviews div {
    display: none;
    min-height: 300px;
    }
    #otherreviews p {
    margin-left: 10px;
    }
    #otherreviews img {
    max-width: 300px;
    max-height: 300px;
    padding: 0px 10px;
    }
.facts {
    visibility: hidden; /* Hidden by default */
    max-width: 100vw;
    background-color: #D3D3D3;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    z-index: 1; /* Ensure tooltip is displayed above content */
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    color: black;
    cursor: default;
    text-wrap: wrap;
    overflow: auto;
}
.factref:hover .facts {
    visibility: visible;
}
.factref {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* Add dots under the hoverable text */
    cursor: pointer;
}
.extras {
    background-color: #FCE8F1;
    float: left;
    width: 300px;
    margin: 10px;
    display: block;
    clear: left;
}
.extras h3 {
    text-align: center;
}
figure {
    margin: 0;
    padding: 0;
}
figcaption {
    text-align: center;
    background-color: yellow;
    width: 300px;
    margin-left: 10px;
}
.selected {
    font-weight: bold;
    text-decoration: none;
}
.unselected {
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}
.tracklist {
    float: right;
    width: 250px;
    background-color: #D3D3D3;
    padding: 0px 10px;
    margin-left: 10px;
    font-size: 0.9rem;
    clear: none;
    text-align: left;
}
.tracklist li {
    margin-left: -10px;
    font-size: 0.9rem;;
}
.newsection {
    clear: both;
}
.trackinfo {
    font-size: 0.8rem;
    margin-left: 20px;
}
.songvocalist {
    display: none;
}
.songtitle {
    font-size: 1rem !important;
}