/*
Theme Name: Dentopus
Author: Dentopus
Version: 1.0
Author URI: https://dentopus.com/
*/

.blog-content strong {
    font-weight: bold;
    color: #0A246A;
}

.blog-content a {

}

/* Link Style 5 */
.blog-content a {
    color: black;
    background-image: linear-gradient(to bottom, transparent 65%, #19c6db 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

.blog-content a:hover {
    background-size: 100% 100%;
    cursor: pointer;
}

.slogan {
	font-size: var(--fs-semi-large);
    font-weight: var(--fw-medium);
    color: var(--blue-300-secondary);
}
.banner {
    background: #1d2434;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
    position: relative;
}