#hero-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-picture-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#hero-logo {
    position: absolute;
    height: 31.25%;
    bottom: 0;
    right: 0;
}

.hero-text-container {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
}

#hero-text {
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    padding: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.9rem;
}

#about-game p {
    font-size: 0.85rem;
}

#map {
    width: 100%;
    height: 80vh;
    background-color: grey;
}

.btn-description-select {
    color: white;
    border-radius: 0;
    margin: 0.5px;
}

.btn-description-select:hover {
    color: white;
}

.btn-description-select:focus {
    box-shadow: none;
}

.btn-margareta {
    background-color: #c40303;
}

.btn-kuruc {
    background-color: #036bc4;
}

.btn-inactive {
    background-color: #d4d4d4;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
