@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /*background-image: url("../svg/dots.svg");*/
    background-color: #edf8e8;
    background-attachment: scroll;
    padding-top: 5rem;
}
.wp-block-group {
    margin: 0;
}
.heading-container {
    display: flex;
    width: 100%;
    height: 450px;
    background-color: #bae4b3;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    margin: auto auto 32px;
    white-space: nowrap;
    opacity: 0;
    transform: translate(0px, -100px);
    animation: 1s ease 0s normal forwards 1 moveInFromTop;
}

.mainheading {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    white-space: normal;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 0;
    animation: 2s ease 0.5s normal forwards 1 fadein;
}

.heading-picture {
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
    white-space: normal;
    vertical-align: top;
    opacity: 0;
    animation: 2s ease 0.75s normal forwards 1 fadein;
    object-fit: cover;
}

.sitetitle {
    width: fit-content;
    margin: 0 auto;
    font-family: Righteous, sans-serif;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

.lead {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

a {
    color: #00ab6b;
}

a, a:hover {
    transition: all 0.2s;
}

.mediumnavigation {
    background: #ffffff;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
}

section {
    margin-bottom: 20px;
}

.section-title {
    opacity: 0;

    &.fade-in {
        animation: 1.5s ease 0s normal forwards 1 fadein;
    }
}


.section-title h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 27px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.section-title span {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

@media (max-width: 1200px) {
    .mainheading {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        white-space: normal;
        vertical-align: top;
        text-align: center;
        padding-bottom: 32px;
    }

    .heading-picture {
        display: none;
    }
}

@media (min-width: 576px) {
    .card-columns.listfeaturedtag {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

.card-columns .card {
    margin-bottom: 20px;
}

.card-columns {
    display: inline-block;
}

.listfeaturedtag .wrapthumbnail {
    height: 258px;
    flex: 0 0 auto;
}

.listfeaturedtag .card {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    height: 260px;
    padding-left: 0;
    margin-bottom: 15px;
    min-width: 40%;
}

.listfeaturedtag .thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-top-left-radius: 2px;
}

.listfeaturedtag .card-block {
    padding-left: 0;
}

.listfeaturedtag h2.card-title, .listrecent h2.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
}

.listfeaturedtag h2.card-title a, .listrecent h2.card-title a, .list-category h2.card-title a {
    color: rgba(0, 0, 0, .8);
}

.listfeaturedtag h2.card-title a:hover, .listrecent h2.card-title a:hover, .list-category h2.card-title a:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.listfeaturedtag h4.card-text, .listrecent h4.card-text {
    color: rgba(0, 0, 0, .44);
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 400;
}

.listfeaturedtag .wrapfooter {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    display: block;
    width: 80%;
}

.listrecent .wrapfooter {
    font-size: 12px;
    margin-top: 30px;
}

.author-thumb {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 13px;
    border-radius: 100%;
}

.author-meta {
    flex: 1 1 auto;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

span.post-name, span.post-date, span.author-meta {
    display: inline-block;
}

span.post-date, span.post-read {
    color: rgba(0, 0, 0, .44);
}

span.post-read-more {
    align-items: center;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

span.post-read-more a {
    color: rgba(0, 0, 0, .44);
}

span.post-name a, span.post-read-more a:hover {
    color: rgba(0, 0, 0, .8);
}

.dot:after {
    content: "·";
    margin-left: 3px;
    margin-right: 3px;
}

.mediumnavigation .form-control {
    font-size: 0.8rem;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.mediumnavigation .form-inline {
    margin-left: 15px;
}

.mediumnavigation .form-inline .btn {
    margin-left: -50px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.mediumnavigation .form-inline .btn:hover, .mediumnavigation .form-inline .btn:active {
    background: transparent;
    color: #A2EEA1;
}

.mediumnavigation .navbar-brand {
    font-weight: 500;
}

.mediumnavigation .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: .5rem 0 0;
}

.mediumnavigation .nav-item, .dropdown-menu {
    font-size: 0.9rem;
}

.mediumnavigation .search-icon {
    margin-left: -40px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
}

.mediumnavigation .navbar-brand img {
    max-height: 30px;
    margin-right: 5px;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .15) !important;
    padding-top: 15px;
    padding-bottom: 12px;
    color: rgba(0, 0, 0, .4);
    margin-top: 50px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 11pt;
    font-weight: 500;
}

.link-dark {
    color: rgba(0, 0, 0, .8);
}


blockquote {
    border-left: 4px solid #00ab6b;
    padding: 0 20px;
    font-style: italic;
    color: rgba(0, 0, 0, .5);
}


.featured-image {
    display: block;
    margin: 0px auto;
    margin-bottom: 1.5rem;
}

.share {
    text-align: center;
    margin-top: 20px;
}

.share p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.share {
    display: none;
}

.share ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.share ul {
    padding-left: 0;
    margin-left: 0;
}

.svgIcon {
    vertical-align: middle;
}

@media (min-width: 1024px) {
    .share {
        position: fixed;
        display: block;
    }

    .share ul li {
        display: block;
    }
}

@media (max-width: 999px) {
    .listfeaturedtag .wrapthumbnail, .listfeaturedtag .col-md-7 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .listfeaturedtag .wrapthumbnail {
        height: 250px;
    }

    .listfeaturedtag .card {
        height: auto;
    }

    .listrecent .card {
        height: auto;
    }

    .listfeaturedtag .wrapfooter {
        position: relative;
        margin-top: 30px;
    }

    .listfeaturedtag .card-block {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .post-top-meta .col-md-10 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .post-top-meta.authorpage {
        text-align: center;
    }
}

.share, .share a {
    color: rgba(0, 0, 0, .44);
    fill: rgba(0, 0, 0, .44);
}

.card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;

    &.fade-in {
        animation: 2s ease 0s normal forwards 1 fadein;
    }
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.04);
}

ul.tags {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem 0;
}

ul.tags li {
    display: inline-block;
    font-size: 0.9rem;
}

ul.tags li a {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
    border-radius: 3px;
    padding: 5px 10px;
}

ul.tags li a:hover {
    background: rgba(0, 0, 0, .07);
    text-decoration: none;
}

.margtop3rem {
    margin-top: 3rem;
}

.sep {
    height: 1px;
    width: 20px;
    background: #999;
    margin: 0px auto;
    margin-bottom: 1.2rem;
}

.btn.follow {
    border-color: #A2EEA1;
    color: #A2EEA1;
    padding: 3px 10px;
    text-align: center;
    border-radius: 999em;
    font-size: 0.85rem;
    display: inline-block;
}

.btn.subscribe {
    background-color: #7bb87b;
    border-color: #7bb87b;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-size: 0.85rem;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-top-meta .btn.follow {
    margin-left: 5px;
    margin-top: -4px;
}

.alertbar {
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785);
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 14px 0;
    z-index: 1;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.authorpage h1 {
    font-weight: 700;
    font-size: 30px;
}

.post-top-meta.authorpage .author-thumb {
    float: none;
}

.authorpage .author-description {
    font-size: 1rem;
    color: rgba(0, 0, 0, .6);
}

.post-top-meta.authorpage .btn.follow {
    padding: 7px 20px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 0.9rem;
}

.meta-footer-thumb img {
    vertical-align: top;
}

.navbar {
    /*background-color: #f9e70e;*/
    /*background-image: url("../svg/dragon-scales_lighter.svg");*/
    top: -100px;
    background-color: #bae4b3 !important;
    background-attachment: fixed;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    transition: top 0.3s;
    opacity: 0;
    animation: 1s ease 0.25s normal forwards 1 moveInFromTop;
}

.navbar-collapse {
    text-transform: uppercase;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.navbar-nav li, .navbar-nav a {
    color: rgba(0, 0, 0, .65);
    display: block;
    padding: 0.2em 0.5em;
    font-size: 0.9rem;
    font-weight: 500;
}

.current-menu-item > a {
    color: black;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.navbar-nav a:hover {
    transition: all 0.3s;
    color: rgba(0, 0, 0, .9);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #bae4b3;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.menu-item:hover .sub-menu {
    display: block;
}

.footer-content-container {
    width: 95%;
    margin: auto;
}

.active-slide {
    display: inline-block;
}

.inactive-slide {
    display: none;
}

/* Animations */

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes moveInFromBottom {
    0% {
        opacity: 0;
        transform: translate(0px, 100px);;
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);;
    }
}

@keyframes moveInFromTop {
    0% {
        opacity: 0;
        transform: translate(0px, -100px);;
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);;
    }
}

@keyframes moveInFromLeft {
    0% {
        opacity: 0;
        transform: translate(-50px, -100px);;
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);;
    }
}

@keyframes moveInFromRight {
    0% {
        opacity: 0;
        transform: translate(50px, -100px);;
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);;
    }
}

@keyframes scaleUp {
    0% {
        transform: scaleX(1) scaleY(1);
    }
    100% {
        transform: scaleX(1.1) scaleY(1.1);
    }
}