﻿h4.site-title {
    font-size: 20px;
    margin-bottom: 10px !important;
}

h1.site-title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.navbar-brand img {
    height: 60px;
}

.about-text, .footer-widget-box {
    text-align: justify;
}


.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
    background: #e2cdba;
    padding: 7px 15px 5px 5px;
    color: #15781f;
    width: fit-content;
    box-shadow: -3px -3px 4px 3px #2bc7ff;
    font-weight: normal;
}

.blog-details h1 {
    background: #e17f21;
    box-shadow: 0 0 3px 4px #2dc8ff, 0 0 4px 8px #3cb749;
    margin: 0 auto 60px auto !important;
    border-radius: 12px;
    font-size: 45px;
    font-weight: 450;
    width: fit-content;
    padding: 5px 15px;
    color: white;
}

.header-top::before{
    width:35%;
}