h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

h3 {
    font-size: 1.75rem;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.font-italic {
    font-style: italic !important;
}

p {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.my-nav {
    background-color: white;
}

.my-nav .nav-link {
    color: #888888 !important;
}

.nav-link:hover {
    text-decoration: underline !important;
}

.nav-item .active {
    color: red !important;
    text-decoration: underline !important;
}

.nav-item.active .nav-link {
    text-decoration: underline !important;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.blog-post-title {
    margin-bottom: -4px;
}

.blog-post-title a,
.jumbotron a {
    color: black;
}

.blog-post-title a:hover,
.jumbotron a:hover {
    color: #888;
}

.card a {
    color: black;
}

.card a:hover {
    color: #888;
}

.comments-area div>ol li,
.comments-area>ol li {
    padding-left: 0px;
    margin-left: 0px;
}

.comments-area ol,
.comments-area li {
    padding-left: 0px;
    margin-left: 0px;
}

.widget div>ul li,
.widget>ul li {
    padding-left: -45px;
    margin-left: -45px;
}

.widget-title {
    font-size: medium;
    font-weight: bold;
    color: #888888;
    padding: 4px;
    border-bottom: 1px solid #000000;
}

.widget ul {
    list-style-type: none;
    padding-left: 0em;
    list-style-position: outside;
}

.widget li {
    padding-left: 0em;
}

.widget a,
.recentcomments {
    font-size: small;
    color: #888;
}

.widget a:hover {
    color: #888888;
}

.Article__header a {
    color: black;
}

.Article__header a:hover {
    color: #888888;
}

@media (max-width: 576px) {
    .blog-header-logo {
        font-size: 18px;
    }
}

@media (max-width: 950px) {
    .jumbotron h1 {
        font-size: 2.0rem;
    }
}


/*
.widget-title::before {
    content: "> "
}
*/

.nav-links a {
    color: #888;
    text-transform: uppercase;
}

.nav-links a:hover {
    color: #000;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

html {
    scroll-behavior: smooth;
}

.comments-area a {
    color: black;
    /*text-decoration: underline;*/
}

.comments-area a:hover {
    color: #888;
}

.entry-meta a {
    color: black;
}

.entry-meta a:hover {
    color: #888;
}

.comment-metadata {
    font-size: 10px;
}

.entry-title a,
.entry-title a:hover,
.cat-links a,
cat-links a:hover {
    color: black;
}

.widget_text {
    /*border: 1px solid #f1f1f1;
    border-radius: 8px 8px 0px 0px;
    padding: 0px;
    */
}

.widget-title {
    border-radius: 8px 8px 0px 0px;
    /* background-color: #f1f1f1; */
}

.textwidget {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.widget_text p {
    padding: 4px 6px 4px 6px;
    color: #888;
    /* #343a40*/
    font-weight: 200;
    font-size: 75%;
}

.img-gray {
    filter: grayscale(100%);
}

.img-gray:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#respond {
    background: #fbfbfb;
    padding: 0 10px 0 10px;
}


/* Highlight active form field */

#respond input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

#respond input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
    border: 2px solid rgba(81, 203, 238, 1);
}

#submit {
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

#submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    background-color: #5cbf2a;
}

#submit:active {
    position: relative;
    top: 1px;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.form-control:focus {
    box-shadow: none;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}


/*
  *
  * ==========================================
  * FOR DEMO PURPOSE
  * ==========================================
  *
  */

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}


/*index listing new*/

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.rounded-full {
    border-radius: 9999px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.w-10 {
    width: 2.5rem;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #f1f1f1;
}

.font-bold {
    font-weight: 700;
}

a:visited {
    color: black;
}

.w-10 {
    width: 2.5rem;
}

.flex-col {
    flex-direction: column;
}

.max-w-sm {
    max-width: 24rem;
}

.items-center {
    align-items: center;
}

#author-listing ul {
    list-style: none;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
}

#author-listing .-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.underline:hover {
    text-decoration: underline;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.font-light {
    font-weight: 300;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.align-middle {
    vertical-align: middle;
}