
.post-container {
    position: relative;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: auto;
    height: auto;
    width: 300px;
    max-width: 90%;
}

.post-container a, figure {
    text-align: center;
    text-decoration: none;
    color: black;
}

.post-container figcaption {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.post-container img {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    border: 1px #1B272A solid;
    /* max-width: 200px; */
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.centered{
    display: block;
    margin: auto;
}

.posts-container{
    text-align: center;
}

.guest-name{
    padding-top: 3px;
    font-size: 16px;
}
.guest-post{
    font-weight: bold;
    font-variant: small-caps;
    color: white;
    background: black;
    width: 200px;
    position: absolute;
    height: 24px;
    z-index: 99999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    display: block;
    margin: auto;
    top: 16px;
    left: 48px;
    /* height: 59999px; */
    border: 1px solid black;
}
.anouncement {
    padding: 15px;
    background-color: #D4EDDA;
    border: 1px solid lightgray;
    border-radius: 10px;
    width: 66%;
    display: block;
    margin: auto auto 20px auto;
    text-align: left;
}
/* filter buttons */
.btn-group a:not(:last-child) {
    border-right: none;
}
.btn-group a:last-child {
    border-radius: 0 5px 5px 0;
}
.btn-group a:first-child {
    border-radius: 5px 0 0 5px;
}
@media (max-width: 600px) {
    #filter-buttons{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .btn-group a{
        margin: 1px;
        border:none;
        border: 1px solid black !important;
        border-radius: 5px !important;
        width: auto !important;
    }
}

.selected{
    background-color: black !important;
    color: white !important;
}
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group a:hover {
    background-color: #ffc463;
    color: black;;
}
.filter-button{
    background-color: #D69833;
    border: 1px solid black;
    color: black;
    padding: 10px 24px;
    cursor: pointer;
    float: left;
    width: 80px;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

#filter-buttons{
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 35px;
}
