@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Regular.woff");
}
html {
    font-size: 100%;
}
.header_middle_title p {
    font-size: 1.8rem;
    margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
    .header_middle_title p {
        text-align: center;
        font-size: 1.2rem;
    }
    .ml6 .letters {
        font-size: 2rem;
    }
}
body {
    font-family: roboto;
}
.header_top .dropdown-item {
    font-size: 1rem;
    color: white;
}

.header_top {
    font-size: 1rem;
}

.header_top .nav-link {
    padding: 0px 3px;
}

.bg-custom {
    background-color: #265077;
}
.bg-custom a:hover {
    color: black;
}

.bg-bg-light {
    background-color: #10314f;
}

.box-shadow {
    box-shadow: 0px 0px 2px 1px rgb(204, 200, 200);
}

.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(16, 49, 79, 0.5);
}
.slider_container {
    position: relative;
    width: 100%;
}
.carousel-inner img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.slider-overlay h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
}

.ml6 {
    position: relative;
    font-weight: 900;
    font-size: 2.5em;
    width: 80%;
}

.ml6 .text-wrapper {
    position: relative;
}

.ml6 .letter {
    display: inline-block;
    line-height: 1em;
}
.dept_main {
    background-color: #f8f9fa;
}
.side_menu {
}
.side_menu li {
    list-style: none;
    margin-bottom: 1px;
}

.side_menu li a {
    display: block;
    padding: 8px 12px;
    background-color: #17a2b8;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.side_menu li a:hover {
    background-color: #015663 !important;
    color: #fff;
}

.footer_top {
    color: #ffffff;
}
.footer_top ul {
    margin: 0;
    padding: 0;
}
.footer_top ul li {
    list-style: none;
}
.footer_top ul li a {
    color: white;
}

.footer_top ul li a i {
    display: inline-block;
    width: 25px;
}

.highlight {
    background-color: #015663 !important;
}

.basic-info-table tr,
th,
td {
    padding: 4px !important;
}

.dept_main_right {
    min-height: 67.63vh;
}
.auth_view,
.min-view {
    min-height: 69.7vh;
}

.social-media a {
    color: black;
    width: 35px;
    height: 35px;
    position: relative;
    border: 1px solid;
    transition: all 0.5s ease;
}

.social-media a:hover {
    background-color: #007bff;
    color: white !important;
    border-color: #007bff;
}

.social-media a[title="research-account"] {
    background-color: #f8f9fa;
    color: #007bff !important;
}

.social-media a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
