body {
    font-family: 'Open Sans', sans-serif;
}


/* background-img */

.cov-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.7;
}

.web-contant {
    position: relative;
}


/* banner  */

.banner-col {
    background-color: #90ee90;
    color: darkslategray;
}

.banner-col:hover {
    background-color: darkgreen;
    color: white;
}

.banner-container a {
    text-decoration: none;
}


/* About me section */

.container-about {
    background-color: #0C7888;
}

.circle {
    /* width: 150px;
    height: 150px;
    border-radius: 50%; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* background-color: green; */
}

.external-link {
    text-decoration: none;
    color: #12467e;
}

.external-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width:767px) {
    .hid-sm {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .hid-lg {
        display: none;
    }
}

.bg-col-2 {
    background-color: #0a6573;
    color: white;
}

.bg-col-2:hover {
    background-color: #08505b;
    color: white;
    /* color: black; */
}

.about-cards {
    background-color: #0a6573;
    color: white;
}
.about-cards a{
    color: white;
    text-decoration: none;
}

.about-cards:hover {
    background-color: #08505b;
}

.no-border{
    border: none;
}

/* highlight section */

.container-hl {
    background-color: #EEEEEE;
}

.redtype {
    color: #FB857F;
}

.bg-col-more {
    background-color: #d6d1d1;
    color: #0e7c0e;
}

.bg-col-more:hover {
    background-color: #FB857F;
    color: white;
    border: 3px solid white;
}

.bg-col {
    background-color: #d6d1d1;
    color: black;
}

.bg-col:hover {
    background-color: #FB857F;
    color: white;
    border: 3px solid white;
    outline: 2px solid #fb857f;
}

.table th {
    background-color: #0a6573;
    color: white;
}

.table thead tr {
    border: 1px solid #0c8497;;
}

.table td {
    background-color: #0a6573;
    color: white;
}

.table tbody tr:hover td,
.table thead tr:hover th {
    background-color: #08505b !important;
    transition: 0.3s ease-in-out;
}


/* project section  */

.container-proj {
    background-color: #2BB3DD;
}

.proj-col {
    background-color: #7dcae2;
}

.proj-anima:hover {
    background-color: #037395;
    color: white;
}


/* publications section  */

.container-pub {
    background-color: cornsilk;
}

.publ-card {
    background-color: rgb(228, 221, 194);
}

.publ-card:hover {
    background-color: rgba(240, 237, 229, 0.911);
}


/* myblog section  */

.container-blog {
    background-color: cadetblue;
}

.blog-anim:hover {
    background-color: darkcyan;
    color: white;
}

.blog-card {
    background-color: rgb(127, 192, 194);
}


/* contact section  */

.container-contact {
    background-color: lightgray;
}

.info-box {
    background-color: rgb(185, 184, 184);
}

.social-links a {
    color: dimgray;
    font-size: 5vh;
    padding: 1.5vh;
}

.info-box:hover {
    /* background-color: darkslategray; */
    background-color: #212529;
    color: white;
}

.social-links a:hover {
    color: white;
    font-size: 4vh;
    /* padding: 3vh; */
}

.sm-circle {
    /* width: 50px;
    height: 50px;
    border-radius: 50%; */
    font-size: larger;
    /* background-color: lightgray; */
}

.sm-circle:hover {
    /* background-color: dimgray; */
    color: royalblue;
    font-size: larger;
}

.container-email {
    background-color: rgb(185, 184, 184);
}

.mail-me div div div input {
    background-color: lightgray;
}

#msg-body {
    background-color: lightgray;
}

@media screen and (max-width: 767px) {
    .mobile-space {
        margin-bottom: 25px;
    }
}

.whisper {
    background-color: lightgray;
}


/* deleted css */


/* .imaged {
    padding: 20px;
    text-align: center;
    background: url(/images/28235485-removebg-preview.png)repeat-x center;
    height: 40px;
    width: auto;
} */


/* .ima {
    border: solid white 4px;
    vertical-align: top;
}  */


/* .no-click {
    pointer-events: none;
}

.bg-gray {
    background-color: #F2F2F2;
}

.bg-dark-gray {
    background-color: #808080;
} */


/* .highlight-tools {
    margin-top: 50px;
} */


/* .img-opacity {
    opacity: 0.5;
}

.img-opacity:hover {
    opacity: 1;
} */


/* .bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
} */
 
.custom-link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits the text color from the parent */
}

.custom-link:hover {
    color: #ff6600;
}