
@font-face {
    font-family: Dancing;
    src: url('../font/DancingScript-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: Poppins;
    src: url('../font/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Poppins;
    src: url('../font/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

html {
    font-family: Poppins, sans-serif;
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-color: #FA7063;
    background-image: url('../img/bg-100.png');
    font-family: Poppins, Tahoma, Georgia, "Times New Roman", serif;
    background-size: 10em;
}

a, a:hover {
    text-decoration: none;
    color: #FA7063;
}

    a:hover {
        color: #FABDB7;
    }

article, section {
    background-color: #ffffffee;
    border-width: 5px;
    border-style: solid;
    border-color: #FABDB7;
    border-radius: 1em;
    margin: 1em;
    padding: 1em;
}

    section h4 {
        font-size: 1em;
        border-bottom: 2px solid #FABDB7;
    }

    article h4 {
        font-size: 1em;
    }

    article .row {
    }

.container {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.badge {
    font-weight: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.bg-primary {
    background-color: #FA7063 !important;
    color: #fff;
}

    .bg-primary:hover {
        background-color: #FA8B64 !important;
        color: #fff;
    }

.blog-post-title {
    font-size: 2em;
}

.blog-post-meta {
    font-size: .8em;
    line-height: 2em;
}

.options svg {
    width: 1em;
    fill: #FA7063 !important;
}

.blog-post-category {
}

.blog-post-create-date {
    font-size: .8em;
    line-height: .8em;
    font-style: italic;
}

.blog-post-summary {
    margin: 1em 0;
}

.blog-post-content {
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #FA8B64;
}


.blog-comment-count {
    position: relative;
    margin: 0;
    width: 1.6em;
}

    .blog-comment-count svg {
        width: 100%;
    }

    .blog-comment-count span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        color: white;
        line-height: 1.6em;
    }

.blog-post-continue {
    font-weight: bold;
}

.blog-comment {
    background-color: #FA706310;
    border: 1px solid #FA8B64;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 1em;
    font-size: .8em;
}

    .blog-comment .blog-comment-header {
        padding: 0;
        margin: 0;
    }

    .blog-comment .blog-comment-body {
        padding: 0;
        margin: 0;
    }

    .blog-comment .blog-comment-meta {
        padding: 0;
        margin: 0;
        font-size: .8em;
        font-style: italic;
    }

    .blog-comment .blog-add-comment {
        margin-top: 1em;
        padding: 1em;
    }

        .blog-comment .blog-add-comment svg {
            width: 2em;
            fill: #FA7063 !important;
        }

.blog-header-logo {
    font-family: Dancing, Tahoma, Georgia, "Times New Roman", serif;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #FABDB7;
    margin: 1em 0;
    padding: 1em 0;
}

    .blog-header-logo h1 {
        font-family: Dancing, Tahoma, Georgia, "Times New Roman", serif;
        font-size: 3.3em;
    }

    .blog-header-logo h2 {
        font-family: Dancing, Tahoma, Georgia, "Times New Roman", serif;
        font-size: 1.3em;
    }

    .blog-header-logo a {
        font-family: Dancing, Tahoma, Georgia, "Times New Roman", serif;
        text-decoration: none;
        color: #fff;
    }

        .blog-header-logo a:hover {
            text-decoration: none;
            color: #fff;
        }

#user {
    font-family: Poppins, Tahoma, Georgia, "Times New Roman", serif;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    margin-top: .5em;
    margin-right: 1em;
}

    #user a {
        font-family: Poppins, Tahoma, Georgia, "Times New Roman", serif;
    }

    #user svg {
        width: 50px;
        fill: #fff;
    }

#header {
    color: #fff;
    border-bottom: 2px solid #FABDB7;
    margin: 1em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #FA7063;
    border-color: #FA8B64;
}

    .btn-primary:hover {
        background-color: #FABDB7;
        border-color: #FA7063;
    }

.btn-outline-primary {
    color: #FA7063;
    border-color: #FA8B64;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #FABDB7;
        border-color: #FA8B64;
    }

aside {
    font-size: .8em;
}

#aboutMe {
    text-align: center;
}

    #aboutMe img {
        width: 10em;
        padding: 1em;
        margin: 1em;
        background-color: #FABDB7;
        border-width: 5px;
        border-style: solid;
        border-color: #FA8B64;
        border-radius: 100%;
    }

#categories {
    padding: 0;
    padding-bottom: 1em;
}

    #categories a {
        text-decoration: none;
    }

    #categories h4 {
        text-align: center;
    }

#tags {
    padding: 0;
    text-align: center;
    padding-bottom: 1em;
}

    #tags a {
        margin-right: 1em;
        display: inline-block;
    }

    #tags h4 {
        margin-bottom: 1em;
    }

#lastComments {
    padding: 0;
    padding-bottom: 1em;
}

    #lastComments h4 {
        text-align: center;
    }


footer {
    text-align: center;
    color: #fff;
    border-top: 5px solid #FABDB7;
    padding-top: 1em;
}

    footer div {
    }

    footer a {
        color: #fff;
        font-weight: bold;
    }

        footer a:hover {
            color: #FABDB7;
        }

    footer nav {
        border-bottom: 1px solid #FABDB7;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
