.blog{
    position: relative;
    height: 300px;
    width: 100%;
    background-image: url(../img/banner-2.jpg);
    /* background-size: 150% 300%; */
    /* background-repeat: no-repeat;  */
    background-position: left top;
    z-index: 1;
}
.blog::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(20, 44, 75, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
}

.blog-section h2{
    color: white;
    font-weight: 700;
    font-size: 40px;
}
.blog-section a{
    color: white;
    font-size: 22px;
}
.blog-section a:hover{
    text-decoration: underline;
}
.blog-section span{
    color: white;
    font-size: 22px;
    font-weight: 800;
}
.blog-section strong{
    color: rgb(25, 190, 236);
    font-weight: 600;
    font-size: 22px;
}

.center-data{
    position: relative;
    top: 40%;
}
.borde{
    border: 1px solid black;
}
.cal{
    margin-right: 10px;
    margin-left: 10px;
    color: rgb(25, 190, 236);
}
.admin{
    margin-right: 10px;
    margin-left: 20px;
    color: rgb(25, 190, 236);
}

.post .post-img img{
    width: 100%;
}
.recent-post .post-img img{
    width: 100%;
}
.post .body{
    
}
.post .body p{
    color: #142b4a;
    margin-bottom: 30px;
}
.post .body h2{
    color: #142b4a;
} 
.post .body h2:hover{
    color: rgb(25, 190, 236);
}

.post .body .button a{
    background-color: #142b4a;
    padding: 10px 20px;
    color: rgb(225,225,225);
    font-size: 20px;
}
.post .body .button:hover a{
    background-color: rgb(25, 190, 236);
}

.search-bar{
    padding: 20px;
    background-color: #f7f7f9;
}
.search-bar button{
    background-color: rgb(25, 190, 236);
    padding: 10px 15px;
    color: rgb(225,225,225);
    font-size: 15px;
    border: none;
    position: relative;
    left: -5px;
    top: -3px;
    transition: 0.4s;
}
.search-bar button:hover{
    background-color: #142b4a;
    transition: 0.4s;
}
.search-bar input {
    width: 79%;
    background-color: white;
    padding: 5px 10px;
    color: rgb(225,225,225);
    border: 1px solid #7e93af;
    font-size: 20px;
    outline: none;
}
.search-bar input::placeholder {
    color: black;
    font-size: 16px;
}

.recent-post h3{
    color: #142b4a;
}
.title h2{
    color: #142b4a;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.6em;
}
.title h2:hover{
    color: rgb(25, 190, 236);
}

.body a{
    color: #142b4a;
}