body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0px;
    background-color: #02414e;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

#centered {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;

}

#dashboardContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#optionscontainer {
    border:#f26422 3px solid;
    display: flex;
    justify-content: center;
    width: 98%;
    height: 12%;
    margin: 5px;
}

#slidecontainer {
    padding: 20px;
    margin: 20px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

#dashboard {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    flex-direction: row;
}

#map {
    margin: 10px;
    padding: 10px;
    width: 60%;
    max-height: 550px;
    display: flex;
    z-index: 1;
}

#info {
    margin: 10px;
    padding: 10px;
    width: 30%;
    max-height: 550px;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    background-color: white;
    color: #f26422;
    overflow-y: scroll;
}

#info-content {
    padding: 5px;
    border-style: solid;
    border-width: 2px;
}

#picturebox {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#picture {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.slider {
    display:flex;
}

.sliderVal {
    color: #f26422;
}

#intervalValue {
    color: #f26422;
}

.sideContainer {
    display: flex;
    flex-direction: column;
    margin: 10px;
    color: #f26422;
}

#intervalCheck {
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#checkContainer {
    display: flex;
    flex-direction: row;
}

#AddMarker {
    margin: 10px;
}

.popup {
    display: none;
    z-index: 9;
    position: absolute;
    right: 4.8%;
    top: 21%;
    background-color: white;
    border-width: 5px;
    border-style: solid;
    padding: 10px;
    width: 28%;
    height: 50%;
}

.popuptext {
    display: block;
    margin: 20px;
    padding: 10px;
}

#popupinfo {
    max-width: 400px;
    max-height: 200px;
}

#coordsbox {
    border: 1px solid #000000;
    background-color: #d0d0d0;

    width: 310px;
    height: 20px;

    display: relative;
    z-index: 2;
}

#topphoto {
    height: 12%;
    width: 30%;
    margin-top: 10px;
    border:#f26422 3px solid;
}


input[type="range"] {
    width: 500px;
}

#graph {
    margin: 20px;
    padding: 10px;
    position: absolute;
    top: 75%;
    display: inline-block;
    z-index: 5;
    background-color: 'white';
    margin-bottom: 10px;
}

#fullscreenImage {
    display: none;
    position: absolute;
    z-index: 10;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    background-size: contain;
    background-color: black;
}

.fullscreenImageX {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    padding: 5px;
    margin: 5px;
    cursor: grab;
}

.fullscreenImageCitation {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    padding: 5px;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    background-color: white;
    color: black;
}

#fullscreenImageSrc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#PrevNextBox {
    flex-direction: row;
    display: flex;
    justify-content: right;
    align-items: right;
    width: 100%;
    height: 5%;
}

#introduction {
    z-index: 3;
    position: absolute;
    background-color: white;
    color: #f26422;
    border: solid 5px #f26422;
    padding: 20px;
    width: 60%;
    height: auto;
    font-size: 28px;
    
}

#introbuttoncontainer {
    display: flex;
    justify-content: right;
    align-items: right;
}

#closeIntroButton {
    margin: 5px;
}

h1 {
    color: #f26422;
    margin: 10px;
    text-decoration: underline;
}