
a{
    text-decoration: none;
}


.header{
    /* background-image: url('img/ljubomir-zarkovic-o5uLvpGOouM-unsplash.jpg'); */
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;

}


.header_title{
    font-size: larger;
}


.search_title{
    border-radius: 30px; 
    border: none; 
    outline: none; 
    /* opacity: 80%; 
    background-color: #ffffff; */
}
/* 
.search_title::placeholder {
    color: #000000;
    opacity: 1; 
}

.search_title:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
  
.search_title::-ms-input-placeholder { 
    color: #000000;
}
   */
.gosearch{
    border-radius: 30px; 
}

.catlist{
    float: left; 
    margin-left: 20px;
}

.catlist a{
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
}


/* 
.post_items{
    display: none;
}

.post:hover{
    display: block;
}
 */

/* 
i:hover{
    color: #ffffff;
    background-color: #eb9834;
} */



































