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

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

.slideshow-container {
    position: relative;
}

#slideshow {
    display: flex;
}

.slideshow-img {
    flex: 0 0 50%;
}

.slideshow-img img {
    object-fit: cover;
    max-height: 100%;
}

.slideshow-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
}

.slideshow-container .search-bar{
    display: flex;
    flex-direction: column;
    max-height: 52px;
}

.slideshow-container .slogan {
    font-size: 48px;
    text-shadow: 1px 1px 32px #00000080;
    text-align: center;
}

.slideshow-container .search-button-slideshow {
  background: transparent;
  border: none;
  border-radius: 50%;
  min-width: 52px;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
}

.slideshow-container input[type="text"] {
  width: 100%;
  padding: 16px;
  border-radius: 500px;
  border: none;
  font-size: 16px;
  min-width: 20vw;
}

.slideshow-container input[type=text]:focus {
    outline: none;
}

.slideshow-container .search-bar .input {
    display: flex;
}

.slideshow-nav {
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    opacity: 0.7;
}

.slideshow-nav button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
    max-width: 3vh;
}

.slideshow-nav button:hover{
    opacity: 0.7;
}

#below-slideshow {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-left: 6vw;
    margin-right: 6vw;
}

.random-spot {
    display: flex;
    justify-content: center;
    display: none;
}

.random-spot button {
    margin-top: 2rem;
    background: #25272C;
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    font-size: 1rem;
    align-items: center;
    cursor: pointer;
    border: 2px solid #ffffff80;
    color: white;
}

.random-spot button:hover {
    background-color: #15b476;
    color: #171717;
    border: 2px solid #15b476;
}

.site-info {
    background: #202020;
    color: white;
    padding: 0 19.2vw 0 19.2vw;
    text-align: center;
    opacity: 0.8;
    width: 70%;
}

.kofi-link a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.map-top-three {
    display: flex;
    margin: 3rem 3rem;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.location-card {
    width: 20vw;
    height: 9vw;
}

.location-card a{
    display: flex;
    background: #25272C;
    border-radius: 16px;
    width: 100%;
    height: 9vw;
    min-width: 15vw;
    padding-left: 16px;
    transition: transform 0.5s ease;
}

.location-card a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.info-side {
    text-align: left;
    width: 50%;
    color: #c0c0c0;
}

#result-title {
    font-size: 0.9vw;
    color: #15b476;
}

.location-card h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 0.7vw;
}

.image-side{
    width: 50%;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

.line-map {
    max-width: 50vw;
}

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


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

a{
    text-decoration:none;  
  }

a:hover {
    opacity: .75;
}

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

.header-invisible {
    display: none;
}
