.location-carousel{
    width: 40%;
    min-width: 400px;
    height: auto;
    margin: 150px auto 30px;
}

.location-carousel p{
    margin-bottom: 0;
}

.carousel-indicators{
    list-style-type: none;
}

.carousel-inner{
    border-radius: 50px;
}

.carousel-control-prev{
    border-top: none;
    border-bottom: none;
}

.location-chersonese-information{
    display: flex;
    margin: 0 auto;
    color: aliceblue;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px;
    gap: 3rem;
    background-color: rgb(72, 80, 2);
    border-radius: 10px;
}

.location-hallowedMarsh-information,
.location-enmerkarForest-information,
.location-abrassar-information,
.location-antiquePlateau-information,
.location-caldera-information
{
    display: none;
    margin: 0 auto;
    flex-wrap: wrap;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px;
    gap: 3rem;
    border-radius: 10px;
}

.location-hallowedMarsh-information{
    background-color: rgb(73, 76, 59);
}

.location-enmerkarForest-information
{
    background-color:rgb(128, 93, 12)
}

.location-abrassar-information{
    background-color:rgb(116, 69, 35)
}
.location-antiquePlateau-information{
    background-color:rgb(95, 88, 61)
}

.location-caldera-information{
    background-color:rgb(42, 51, 77)
}

.location-description{
    margin: 0 auto;
}

.img-map{
    width: 370px;
    height: 370px;
}
.img-map img {
    width: 100%;
    height: 100%;
}

.location-weather{
    width: 100%;
    margin: 0 auto;
}

.location-mainlocations{
    display: flex;
    margin: 0 auto;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 768px) {

.location-chersonese-information
.location-hallowedMarsh-information,
.location-enmerkarForest-information,
.location-abrassar-information,
.location-antiquePlateau-information,
.location-caldera-information
{
    width: 95%;
}

.img-map{
    width: 290px;
    height: 290px;
}
.img-map img {
    width: 100%;
    height: 100%;
}
}