
body {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;  
    margin: 0;
    font-family: 'Roboto';
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background: #171717;
    margin-top: 5vh;
}

/*#padding {
    margin-left: 20px;
}*/

#header-input {
    font-size: 0.9rem;
    padding: 0 0 0 5px;
}

#header-input:focus {
    outline: none;
}

            /*---Sidebar---*/
/*-------------------------------------*/

.midsection {
    display: flex;
    /*flex-grow: 1;
    width: 100vw;*/
    position: relative;
    transition: 0.2s ease-out;
}

.sidebar-hidden {
    transform: translateX(-100%);
}

.sidebar-wrapper {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    height: 100%;
}

.toggle-sidebar {
    background: #25272C;
    /*border: none;*/
    max-width: 50px;
    max-height: 50px;
    border-radius: 12px;
    top: 24px;
    left: 24px;
    position: relative;
    z-index: 2;
    border: 2px solid #ffffff60;
    min-height: 50px;
    min-width: 50px;
}

.toggle-sidebar img {
    opacity: 0.8;
}

.sidebar {
    width: 45vw;
    min-width: 270px;
    flex-shrink: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;  
    background: #25272C;
    z-index: 10;
    border-right: 2px solid #ffffff60;
}

.sidebar-header {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #25272C;
    color: white;
    text-align: center;
    border-bottom: 1px solid #33363d;
}

.sidebar-header h5 {
    font-size: 1.1rem;
}
.sidebar-header h2 {
    font-size: 1.5rem;
}

.city button {
    font-size: 1.3rem;
    opacity: 1;
}

.sidebar-dropdown {
    background: #25272C;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: bold;
    border-bottom: 1px solid #33363d;
  }
  
.active, .sidebar-dropdown:hover {
    background-color: #292b30;
}
  
.sidebar p {
    margin: 0;
}
  
.sidebar-dropdown:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

location-name:hover {
    cursor: pointer;
}

.location {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1rem;
}

.location:hover {
    background: #161616;
    opacity: 1;
}

.currentLocation {
    background: #161616;
    color: #15b476;
}

/*---Main Content---*/

#display {
    display: flex;
    flex: 1 1 0;
    text-align: center;
    color: white;
    flex-flow: column;
    justify-content: center;
}

.map-side {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    align-items: center;
    min-width: 100vw;
}

.map-top {
    display: flex;
    flex-direction: column;
    justify-content:  center;
    height: 8vh;
    min-height: 70px;
}

.map-bottom {
    display: flex;
    flex-flow: column nowrap;
    gap: 2vh;
    /*font-size: clamp(20px, 1.6vh, 40px);*/
    align-items: center;
}

.location-information {
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.interactive-map {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    height: 80vw;
    width: 80vw;
    border: 2px solid #ffffff60;
}

.coordinates {
    display: flex;
    width: 95%;
    gap: 3vw;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.location-information a:hover {
    cursor: pointer;
}

#right-spacing {
    width: 30%;
    text-align: left;
}

#left-spacing {
    width: 30%;
    text-align: right;
}

.coordinates .button {
    background: #25272C;
    padding: 12px;
    border-radius: 12px;
    display: inline-flex;
    font-size: 0.9rem;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 5;
}

.coordinates .button:hover {
    opacity: 0.8;
}

.flex-grow {
    flex: 1;
}

.fixed-width {
    flex: 0;
    margin: auto;
}

.vertical-center {
    -WEBKIT-TRANSFORM-ORIGIN-Y: 12.6px;
}

.vertical-center img {
    max-height: 22px;
    width: auto;
}

.info {
    width: 85%;
    font-size: 1.2rem;
}

/*-------------------------------------*/

            /*---Images---*/
/*-------------------------------------*/

.img-header {
    height: 8vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.img-side {
    display: flex;
    width: 90vw;
    align-items: center;
    flex-direction: column;
    flex: 1;
    min-width: 100vw;
    padding-bottom: 4vh;
    padding-top: 4vh;
}

.images {
   display: flex;
   flex-direction: column;
   gap: 2vw;
   flex-shrink: 1;
}


#north-img, #south-img, #train-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 11vh;
    border: 3px solid #ffffff60;
    max-height: 20vh;
    border-radius: 12px;
}

#image-pos {
    display: none;
}

.submitted-by {
    max-height: 3vh;
    display: flex;
    border-top: solid 4px;
    border-top-color: #15b476;
    padding-top: 2px;
}

.submitted-by p, .submitted-by a{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.submitted-by img {
    border-radius: 50%;
    height: 2rem
}

/*-------------------------------------*/



            /*---Misc---*/
/*-------------------------------------*/

a{
    text-decoration:none;  
    color: white;
  }

a:hover {
    opacity: .7;
}

/*#white-color {
    color: white;
}*/

#pointer:hover {
    cursor: pointer;
}

#nomargin {
    margin: 0px;
}

/*#somemargin {
    margin-top: 15px;
    margin-bottom: 15px;
}*/

.green-color {
    color: #15b476;
}

#not-here-yet {
    color: red;
}
#not-here-yet:hover {
    color: red;
}

.info-text {
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 200;
}

.images img:hover {
    opacity: 0.75;
}

/*.normal-font{
    font-size: clamp(16px, 1.6vh, 40px);
}*/

.bigger-font{
    font-size: 1.5rem;
}

.content {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 10vh;
    left: 0;
    top: 0;
    width: 100vw;
    height: 95vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    max-height: 95vh;
}

.modal-image {
    display: flex;
    justify-content: center;
}

#invisible {
    display: none;
}

.modal-content {
    display: block;
    max-width: 80vw;
    max-height: 80vh;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#modal-left, #modal-right {
    all: unset;
    cursor: pointer;
    flex-grow: 1;
    background: black;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: fadeInBtns;
    animation-duration: 0.6s;
}

.modal button img {
    max-width: 5vh;
    height:auto;
    opacity: 1;
}

#rotate-180 {
     transform: rotate(180deg)
}

.button-side {
    display: flex;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ccc;
    padding: 30px 0;
    animation: fadeIn 2s;
}
  
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeInBtns {
    0% { opacity: 0; }
    100% { opacity: 0.5; }
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

#in-modal-image {
    border: 3px solid #ffffff60;
    border-radius: 12px;
}

.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
  
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#copy-button {
    all: unset;
}