
#bg-image {
    background-image: url("../resources/backgrounds/polefinder-bg.jpg") !important;
}

.regioncontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1120px;
    margin: 0 auto;
}

.region {
    border: 2px solid var(--primary);
    width: 200px;
    align-content: center;
    text-align: center;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: lightgray;
}

h5.regionname {
    font-size: 25px;
    font-family: 'Minecraft', sans-serif;
    font-weight: 100;
}

.indexcontainer {
    display: none;
}

@media only screen and (max-width: 800px) {

    .region {
        width: 150px;
    }

    h5.regionname {
        font-size: 20px;
    }

}