.category-list{margin: 25px 0 25px 25px;}

.category-list ul{
    list-style-type: none;
}

.category-list ul li{
    
}

.category-list ul li a, .category-list ul li a:visited{
    color: #ffffff;
}

.category-list ul li a:hover, .category-list ul li a:active{
    color: #2bc6eb;
}

.post-list-wrapper{
    margin:30px auto;
    max-width: 80%;
}


.post-list{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
}

.post-item{
    max-width: 280px;
    padding: 15px; 
    background: #bf0f05;
    margin: 20px 30px 45px; 
}

.post-item button {
    border: none;
    background: #eef16f;
    padding: 8px 19px;
    }
.post-item button:hover {
    border: none;
    background: #67ea67;
    padding: 8px 19px;
    }

.post-item button a{
    color: #7953bd;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    }

/* Blog Post Styles */

.post-wrapper{
    margin: 25px auto;
    max-width:900px;
}


.blog-hero{
    margin: 0;
    padding: 60px 0 10px;
}

.blog-title h1{
    font-size: 60px;
    line-height: inherit;
}
.blog-title h2{
    font-size: 34px;
}

.post-wrapper h3 {
  color: #ff009b;
}

.post-body {
    background: #d4eff7;
    padding: 15px 0 41px;
  }

.post-wrapper img {
    width: 100%;
    max-width: 900px;
}

.post-body p, .post-body h4 {
   color: #333333;
}

.post-body li a, .post-body li a:visited {
    color: #7953bd;
}
.post-body li a:hover, .post-body li a:active {
    color: #0cb2c5;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.blog-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-img-border {
  filter: drop-shadow(-13px 14px 0px rgb(255, 255, 255));
  padding: 10px 0px 25px;
}

.blog-img-padding{
    margin: 20px;
}

.blog-img-right{
    float:right;
    margin: 0px 0 10px 35px;
}
.blog-img-left{
    float:left;
    margin: 0px 25px 10px 0px;
}

.max-width-300{
    width: 100%;
    max-width: 300px;
    vertical-align: top;
}
.max-width-400{
    width: 100%;
    max-width: 400px;
    vertical-align: top;
}
.max-width-500{
    width: 100%;
    max-width: 500px;
    vertical-align: top;
}
.max-width-600{
    width: 100%;
    max-width: 600px;
    vertical-align: top;
}
.max-width-700{
    width: 100%;
    max-width: 700px;
    vertical-align: top;
}
.max-width-800{
    width: 100%;
    max-width: 800px;
    vertical-align: top;
}

@media screen and (max-width: 1100px){
    .category-list{display:flex; margin: 5px 0 5px 5px;}
    .category-list aside{margin: 0 30px;}
    .category-list aside h3{font-size: 20px;}
    .controls h4{margin: 0; padding: 5px 0;}
    .post-wrapper {
        margin: 0 30px 0 30px;

}
    
}
@media screen and (max-width: 2000px){
    /* .blog-gallery {
        display: inline-block;
        margin: 30px 10px 0px;
        justify-content: ;
        align-items: center;
    } */
}