html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
}

body {
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    color: black;
    font-size: 1.25em;
}


a {
    color: #0060df;
}

.blog-title {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    text-align: center;
}

.by-line {
    text-align: right;
    padding-right: 150px;
    font-size: larger;
    color: white;
}

.category-title {
    color: black;
    font-weight: bold;
    margin-top: 1rem;
    font-family: "Poppins", sans-serif;
}

.post-title {
    font-family: "Quicksand", sans-serif;
    color: black;
}

#post-title {
    font-family: "Quicksand", sans-serif;
    color: black;
}

.active-post {
    font-weight: bold;
    background-color: #f8f9fa;
}

.hero-banner {
    background-image: url("/img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    display: flex;
    align-items: center;
}

    .hero-banner .container {
        position: relative;
    }

    .hero-banner .blog-title {
        font-size: 48px;
        font-weight: 500;
        margin-bottom: 0;
        font-family: "Quicksand", sans-serif;
    }

    .hero-banner img {
        margin-right: 10px;
    }

.footer {
    text-align: center;
    padding: 20px 0;
    background-color: #f8f9fa;
}

.sidebar {
    padding-top: 1rem;
}

.nav-link {
    font-weight: 600;
    padding: 3px !important;
    line-height: 1.25;
    margin-bottom: 10px;
}

    .nav-link:hover {
        background-color: #d5e1ec;
        color: black;
    }
    
    .nav-link.blue-nav-title {
        color: #0060df;
    }

    .nav-link.black-nav-title {
        color: black;
    }


.active-post > .nav-link.post-title {
    font-weight: bold;
    background-color: #d5e1ec;
    color: #0060df;
    padding: 5px;
}

    .active-post > .nav-link.post-title:hover {
        color: black;
        text-decoration: none;
    }

#post-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#nav-posts {
    margin-bottom: 2rem;
    background-color: white;
}

    #nav-posts.edit-mode li {
        border: 3px dashed grey;
        border-radius: 5px;
    }

    #nav-posts.edit-mode .category-wrapper {
        border: 5px dashed grey;
        border-radius: 5px;
        margin: 3px;
    }

.category-wrapper ul {
    min-height:25px;
}
.social-share {
    text-align: center;
    width: 100%;
}

.share-btn {
    color: black;
    text-decoration: none;
}

.signs-action {
    font-size: 1.5em !important;
    font-weight: bold !important;
    color: #0060df !important;
}

.signs-greeting {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 0.9em !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    color: white;
    background-color: black;
}

    .signs-greeting button {
        margin: 0 auto;
    }
    .signs-greeting p {
        margin: 0 auto;
    }

    .signs-greeting .btn {
        font-size: 0.7em;
        color: #0060df !important;
        font-weight: bold;
        margin: 3px auto;
    }

.signs-post-title-edit {
    width: 100%;
    border: 5px dashed grey;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px
}

#post-content-textarea {
    width: 100%;
    height: 5250px;
    border: 5px dashed grey;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px
}

#post-content-div {
    white-space: pre-wrap;
}

.signs-greeting.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
}

.container.my-4 {
    margin-top: 150px;
}

#deletePost {
    float: right;
}

#nav-posts li {
    list-style: none;
    list-style-type: none;
    margin: 5px;
    padding: 0;
}

#nav-posts ul {
    margin: 0;
    padding: 0;
}
