.popover-content {
    min-width: 180px;
}

.map {
    margin: 0 auto;
}

.container-main {
    min-height: 850px;
    margin-top: 85px;
}

.join-btn {
	margin-right: 5px;
}

.photo {
	min-height: 200px;
}

.btn-menus {
	color: #5f479b;
	border-color: #5f479b;
}

.btn-menus:hover {
	background-color: #5f479b;
	border-color: #5f479b;
	color: #fff;
}

.bg-photo {
    background-image: url(/static/images/storywhere_bg.jpg);
    min-height: 290px;
}

.no-padding {
    padding:0rem 0rem !important;
}

.search {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 200px !important;
}

.card-title {
    color: #5f479b;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #1f2b65;
    width: 120px;
    position: relative;
    right: 15px;
    margin-top: -50px;
}

.alert-light a img {
    width: 30px;
    height: 30px;
}

.card-modified {
    width: 100%;
    height: 395px;
    border: 1px solid lightgrey;
    border-radius: 6px;
}

.card-img-top {
    height: 275px;
    object-fit: cover;
    border-radius: 4px;
}

.popover-body a img {
    width:100%;
    height: 100px;
    object-fit: contain;
}

.slide {
    height: 500px;
    border-radius: 4px;
    object-fit: contain;
}

.navbar-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media(max-width: 768px) {
    .nav-text {
        display: none;
}
}

.dropdown-menu li {
    cursor: pointer;
    text-align: center;
}

.row {
    margin: 0 !important;
}

.map-container {
    position: relative;
    margin-top: 15px;
}

.alert {
    position: absolute !important;
    z-index: 2000;
}

.project-container {
    max-width: 1170px;
    margin: 50px auto 0;
    padding: 20px;
    background-color: #E6E6FA;

    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: justify;

}

.project-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.project-description {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}