﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.page-post-content-wrapper .archive-each {
    float: left;
    border: 1px solid #EEE;
    padding: 15px;
    margin-top: 25px;
    min-height: 400px;
}

.page-post-content-wrapper {
    text-align: justify;
}

.page-post-content-wrapper .archive-each h1 {
    padding-top: 10px;
    font-family: 'mukta-regular';
    font-size-adjust: 16px;
    font-size: 18px;
    text-align: left;
}

.logo-img {
    padding-top: 15px;
    height: 150px;
    margin-top: -35px;
}

.content-wrapper .content-wrapper-newsandnotice .newsandnotice-each p {
    font-size: 16px;
    text-align: justify;
    margin-top: 5px;
}

.video-links-wrapper .link-section, .video-section {
    margin: 25px 15px 0 15px;
    border-radius: 0 0 10px 0;
}

.members-section {
    margin: 25px 15px 0 15px;
}


@media only screen and (max-width: 600px) {
    .content-wrapper .content-wrapper-newsandnotice .newsandnotice-each p {
        display: none;
    }
}


.page-post-content-wrapper .archive-each img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-post-content-wrapper .archive-each {
    width: 100% !important;
    height: 100px;
}

.content-details {
    font-size: 16px;
}


body {
    background: #6495ED !important;
}

a.active-color {
    color: #2460b9 !important;
}