.gallery_overley {
    background-color: rgb(0, 0, 0, 0.5);
}

.gallery_new {
    background-image: url(../assets/cover_pictures/gallery_cover_full.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.active_link {
    background-color: #0b9147;
    color: white;
    border-radius: 5px;
}

.albums {
    padding: 5px;
}

.albums:hover {
    background-color: #0b9147;
    cursor: pointer;
    padding: 5px;

    color: white;
    border-radius: 5px;

}

.section-title {
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 40px; */
    color: #304253;
    position: relative;
    font-weight: bolder;
}

.section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    border-radius: 10px;
    background: #1695d2;
    margin: 15px auto;
}