/*fonts*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

main p {
    font-size: 15px;
}

.content a {
    font-size: 15px;
}

.side-menu {
    background-color: #1201320f;
}

.board p {
    font-size: 13px;
    margin-bottom: 5px;
}

.topics:hover {
    background-color: #12013213;
}


/* #12013219 */


/* header banner */

.header-banner-place {
    width: 100%;
    /* min-height: 20vh; */
}

.header-banner-place h1 {
    padding-top: 20px;
    font-size: 2rem !important;
    color: #120132 !important;
}

.btn-info {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #0c0331 !important;
}

.mobile-nav-search {
    width: 180px;
    margin-right: 15px;
}


/* Navigation Bar */

.navbar {
    background-color: #120132;
}

.navbar-nav .nav-link {
    color: white !important;
}

.nav-link:hover {
    border-bottom: 1px solid white;
}


/* sidebar */

.nav .nav-link {
    color: #051b35;
}

.active {
    background-color: #96c3d3d0 !important;
    border-bottom: 0 !important;
}

.nav .nav-link:hover {
    background-color: #96c3d3d0 !important;
    border-bottom: 0 !important;
}

.nav .nav-link:hover:after {
    content: url("E:/IJIRIS/images/right.png");
    /* padding-left: 50px; */
    font-size: 10px;
    text-align: right;
    float: right;
    padding: 2px 0 0 0;
}

.j-links a {
    color: black !important;
}

.header-1 {
    font-size: 1.4rem;
}


/* footer style */

footer {
    background-color: #263238;
    font-size: 14px;
}

.header-2 {
    padding-top: 20px;
    font-size: 1.3rem;
}

.foot-contact a {
    color: white;
    text-decoration: none;
}

.Copyright p {
    margin: 0;
    font-size: 12px;
}

.social-media i {
    font-size: 20px;
    color: white !important;
    transition: transform 0.2s;
}

.social-media i:hover {
    color: rgb(9, 187, 252) !important;
    transform: scale(1.5);
}

.foot-contact {
    line-height: 10px;
}

.header-2 {
    font-size: 1.3rem;
}

.foot-hr {
    background-color: lightslategrey !important;
}

.footer-links a {
    color: #fff !important;
}

.footer-links .nav-item {
    text-decoration: none !important;
}


/* top down button style */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    background-color: #263238;
}

.arrowimage {
    height: 20px;
}

table {
    width: 100% !important;
    text-align: left;
}