﻿.post-div-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-div {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-bar {
    background-color: rgb(0,167,76);
    position: relative;
    border-radius: 30px;
    height: 65px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    margin: -30px 0 0 0;
    z-index: 1000;
    justify-content: space-between;
    padding: 0 50px;
    box-shadow: 0px 6px 0px rgb(0, 0, 0, .15);
}

.info-bar-div{
    display: flex;
    align-items: center;
}

.info-bar p {
    color: white;
    margin: 0 0 0 10px;
}

.post-title{
    font-size: 50px;
}

a.sharebtn {
    background-color: #FFE600;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #00A74C;
    border-radius: 4px;
    transition: .4s all;
}
.back-button {
    background-color: #FCE602;
    color: #1C6933;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    line-height: 16px;
    font-size: 16px;
    transition: .4s all;
    text-decoration: none;
    margin: 0px 0px;
    display: inline-block;
    min-width: 180px;
    text-align: center;
    border: 0px;
    box-shadow: 0px 6px 0px rgb(0, 0, 0, .15);
}

.back-button:hover {
    color: #fff;
    background-color: #F37021
}

.share-div{
    display: flex;
    align-items: center;
}

.share-div p {
    margin: 0 15px 0 0;
}

.bottom-post {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #1C6933 dotted;
    margin-bottom: 50px;
}


.fa-regular, .fa-solid {
    display: inline-flex !important;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    color: #1C6933;
    font-size: 15px;
    line-height: 15px;
}

.fa-envelope-open, .fa-brands {
    background-color: transparent;
    color: #1C6933;
}


.header-spacer {
    margin-top: 30px;
}