body {
    font-family: 'Open Sans', sans-serif;
}

.ht-main-navigation .ht-menu a {
    font-family: 'Open Sans', sans-serif;
}

.ht-slide img {
    max-height: 470px;
    object-fit: cover;
}

.ht-slide a {
    color: white;
}

.ht-slide-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.ht-about-sec.no-img {
    width: auto;
    padding-right: 0;
}

.ht-about-sec h2 {
    text-align: center;
}

.ht-section-title {
    font-size: 32px;
}

.ht-blog-exceprt {
    text-align: justify;
}

.ht-main-title {
    font-weight: 500;
    font-size: 2.1rem;
}

#ht-top-footer {
    color: whitesmoke;
    background-color: #333;
}

#ht-bottom-footer {
    background: #111;
    text-align: right;
}

.ht-container {
    width: auto;
    max-width: 1320px;
}

.staff-container .staff-img-container {
    position: relative;
    width: 100%;
}

.staff-container .staff-img-container .staff-links-block {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(51, 51, 51, 0);
    width: 100%;
    height: 100%;
    display: none;
    transition: all 1s ease;

}

.staff-links-block a {
    font-size: 1.5em;
    color: white;

}

.staff-container .staff-img-container:hover  .staff-links-block{
    display: flex;
    background-color: rgba(51, 51, 51, 0.507);

}

.staff-img-link {
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    position: relative;
}

@media (max-width: 576px) {
    .staff-container .staff-img-container .staff-links-block {
        position: relative;
        top: 0%;
        left: 0%;
        transition: all 1s;
        background-color: white;
        width: 100%;
        height: initial;
        display: flex;
    }

    .staff-links-block a {
        color: #3195a9;
    }

    .staff-container .staff-img-container:hover  .staff-links-block{
        background-color: white;
    }

    .staff-img-link:after {
        background: url("https://datastories.kgiannakis.me/wp-content/themes/datastories/img/scholar-icon-mobile.png");
        /* position: absolute;
        width: 100%;
        height: 100%;
        background: blue;
        mix-blend-mode: difference; */
    }   

    .staff-img-link.dblp {
        content: url("https://datastories.kgiannakis.me/wp-content/themes/datastories/img/dblp-icon-mobile.png");
    }    
}

.staff-container .staff-img-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.staff-links-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}



.staff-links-block a:hover {
    color: #e32790;
}



#primary {
    width: auto;
    float: none;
}

#pub-year-form {
    margin-bottom: 15px;
}

.pub-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.pub-year-heading {
    color: #3195a9;
}

.pub-list li {
    margin: 10px 0;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

.project-container img {
    width: 100%;   
}

@media (min-width: 576px) {
    .project-container img {
        height: 200px;
        object-fit: contain;
    }
}

.project-title {
    font-weight: 400;
}

.project-description {
    text-align: justify;
}

.project-learn-more a {
    background-color: #3195a9;
    border-color: #3195a9;
}

.project-learn-more a:hover {
    background-color: #267584;
    border-color: #267584;
}

.project-entry .project-description .project-title a {
    color: #236673;
    text-decoration: none;
}

@media (min-width:768px) {
    .project-entry .project-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .project-entry .project-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .project-entry .project-description .project-learn-more {
        transition: height 0.3s ease;
        height: 0;
        overflow: hidden;
    }

    .project-entry:hover .project-description .project-learn-more {
        height: 50px;
    }
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
    /* text-shadow: 2px 2px 0px #3195A9; */
}

body {
    font-size: 0.9rem;
}

#ht-top-footer .btn {
    color: white;
}

.btn {
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 12px;
}

.btn.btn-lg.follow-twitter {
    background-color: rgb(29, 161, 242);
    margin-top: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn.btn-lg.follow-linkedin {
    background-color: #0a66c2;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn.btn-lg.follow-youtube {
    background-color: #c40808;
    margin-bottom: 10px;
    text-decoration: none;
}

.gmaps-embed {
    width: 100%;
    height: 500px;
}

.ht-site-info {
    display: flex;
    flex-direction: column;
    color: #eeeeee;
}

.ht-site-info a {
    color: white !important;
}

.ht-site-info .copyright_notice {
    margin-bottom: 1rem;
}

.ht-site-info .original_theme_credits {
    margin-top: 5px;
    font-size: 0.75em;
}

@media (min-width: 1200px) {
    .grid-container {
        max-width: 1320px;
        padding:0;
    }
}

.gutentor-post-button {
    background-color: #3195a9 !important;
}

.gutentor-post-module .gutentor-image-thumb img {
    height: 250px;
    object-fit: cover;
}

.ht_client_static_logo_slider {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ht_client_static_logo_slider img {
    max-width: 300px;
    max-height: 150px;
}

@media (max-width: 768px) {
    .ht_client_static_logo_slider {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .ht_client_static_logo_slider img {
        max-width: 300px;
        max-height: 150px;
        margin-bottom: 20px;
    }
}

.ht_client_logo_slider .owl-stage {
    display: flex;
    align-items: center;
}

.ds-highlights-section img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}

.highlight img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.post-thumb img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .post-thumb img {
        max-height: 400px;
    }
}