@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    /*overflow: hidden;*/
    font-family: 'Lato', sans-serif;
}

button {
    cursor: pointer;
    text-align: center;
}

.load-image {
    margin: 10px;
    padding: 5px;
    border: 2px solid black;
    color: black;
    background-color: white;
    text-decoration: none;
}

.load-image:hover {
    color: white;
    background-color: black;
}

#menu {
    width: 50px;
    margin: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}

#focus {
    background-color: transparent;
    width: 45vw;
    height: 45vw;
    border-radius: 50%;
    margin: auto;
    border: 1px solid black;
    overflow: hidden;
    margin-top: -30vh;
}

#light {
    opacity: 1;
    background-color: black;
    width: 45vw;
    height: 45vw;
    border-radius: 50%;
    position: absolute;
}

.openseadragon-container {
    z-index: -1;
}

#focusKnob {
    text-align: center; 
    color: white; 
    width: 80px; 
    background-color: black; 
    border-radius: 20px;
    position: absolute;
    top: 75vh;
    left: 15%;
}

#focusKnob2 {
    text-align: center; 
    color: white; 
    width: 80px; 
    background-color: black;
    border-radius: 20px;
    position: absolute;
    top: 75vh;
    left: 75%;
}

#zoomKnob {
    text-align: center; 
    color: white; 
    width: 80px; 
    background-color: black;
    border-radius: 20px;
    position: absolute;
    top: 75vh;
    left: 85%;
}

#zoomKnob2 {
    text-align: center; 
    color: white; 
    width: 80px; 
    background-color: black; 
    border-radius: 20px;
    position: absolute;
    top: 75vh;
    left: 5%;
}

#panXKnob {
    position: absolute;
    top: 56vh;
    left: 74%;
}

#panYKnob {
    position: absolute;
    top: 56vh;
    left: 84%;
}

#smallerLens {
    border: 1px solid black; 
    border-radius: 50%; 
    padding: 30px; 
    width: 25px; 
    height: 25px; 
    position: absolute; 
    top: 100px;
    left: 15%;
    cursor: pointer;
}

#biggerLens {
    border: 1px solid black; 
    border-radius: 50%; 
    padding: 30px; 
    width: 25px; 
    height: 25px;
    position: absolute; 
    top: 100px; 
    left: 75%;
    cursor: pointer;
}

#lensBox {
    position: absolute;
    border: 1px solid black; 
    padding: 15px; 
    width: 120px; 
    height: 300px;
    text-align: center;
    background-color: black;
    top: 3vh;
    left: 80%;
}

#lightDiaphram {
    padding: 0; 
    width: 30%;
    display: flex; 
    background: white; 
    border: 1px solid black;
    height: 20px;
    position: absolute;
    left: 35%;
    top: 92vh;
}

#lighton {
    position: absolute; 
    top: 2vh; 
    left: 25%;
}

#everything {
    margin-top: 225px;
}

.selected {
    background-color: gray;
    cursor: default;
}

.unselected {
    background-color: white;
    cursor: pointer;
}