html {
    height: 100%;
    width: 100%;
}
body {
    background-image: url("./localresources/SW-bg-space.png");
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    background-color: transparent;

}
#outerBorder {
    height: 90%;
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 5px;
    border: 10px solid blue;
    border-radius: 15px;
    background-color: transparent;
}
#Cantina {
    background-image: url("./localresources/Cantina.png");
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;

}
#topVisitors {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 1%;
    left: 40%;

    height: 60px;
    width: auto;
}
#topVisitors img {
    height: 50px;
    width: 50px;
    background-color: transparent;
}
#topVisitors p {
    margin-top: 0;
    margin-left: 20px;
    font-family: Calibri, serif;
    color: goldenrod;
    font-size: 40px;
    font-weight: bold;
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;


}
#playbutton {
    position: absolute;
    top: 22%;
    left: 20%;
    background-image: url("./localresources/minikit.gif");
    background-color: transparent;
    height: 200px;
    width: 200px;
    background-size: contain;
    border: none;
}
#leiabutton {
    position: absolute;
    top: 65%;
    left: 50%;
    background-image: url("./localresources/legofig.png");
    background-color: transparent;
    height: 400px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    mix-blend-mode: normal;

}
#backareadiv {
    height: 100%;
    width: 250px;
    left: 20%;

}
#backareadiv:hover img{
    opacity: 1;

}
#footsteps {
    position: absolute;
    top: 70%;
    left: 1%;

    background-color: transparent;
    height: 200px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}
#playbutton:after {
    border-spacing: 18px;
    border-radius: 15px;

}
#shadowButton {
    top: 25%;
    left: 32%;
    background-image: url("./localresources/githublegologo.png");


}
#questionbutton {
    top: 25%;
    left: 43%;
    background-image: url("./localresources/questionmark.png");

}
#goldenbrickbutton {
    top: 25%;
    left: 54%;
    background-image: url("./localresources/goldBrick.png");

}
#filmbutton {
    top: 24%;
    left: 65%;
    background-image: url("./localresources/filmcameralego.png");

}
#chewiec3po {
    top: 50%;
    left: 24%;
    background-image: url("./localresources/chewiec3po.png");
}
#droideka {
    top: 50%;
    left: 35%;
    background-image: url("./localresources/droideka.png");
}
.shelfitems {
    position: absolute;
    height: 150px;
    width: 150px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
#studflier1 {
    top: 85%;
    left: 99.9%;

}
#studflier2 {
    top: 20%;
    left: 56%;
}
#studflier3 {
    top: 82%;
    left: 11%;
}
#studflier4 {
    top: 29%;
    left: 78%;
}
#backstudflier1 {
    top: 25%;
    left: 8%;
}
#backstudflier2 {
    top: 89%;
    left: 12%;
}
#backstudflier3 {
    top: 79%;
    left: 58%;
}
.studflier {
    position: absolute;
    width: 50px;
    height: 50px;background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.6s ease-in;
    z-index: 100;
}
.backroom {
    pointer-events: none;
    opacity: 0;
}
.frontroom {
    opacity: 1;
}