﻿body {
    font-size: 14px !important;
}

.border-primary {
    border: solid 1px #98C1D9 !important;
}

.profile-img-custom {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: solid 2px #98C1D9 !important;
}

.magz-col {
    transition: all 0.3s ease-in-out !important;
}

    .magz-col:hover {
        cursor: pointer !important;
    }

.card-img-top {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.magz-col:hover .card-img-top {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#magazine {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important; 
}

#magazine-mobile {
    height: 70vh !important;
    width: 90vw !important;
    align-items: center !important;
}

.magazine-img-container {
    /*height: 80vh !important;*/
    /*width: 100% !important;*/ 
/*    object-fit: cover !important; 
    margin-bottom: 1rem !important; */
}

.not-sticky {
    position: static !important; /* Ensure it's not sticky */
}
