body{
    font-family: Halant;
    /*background:#1a1a1a;*/
    background:#fff;
}
.topHeader {
    background-color: #ccc;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: url(../../assets/img/onioncity_header.jpg);
    background-position: 50% 50%;
    box-shadow: none;
    border-top: none;
    border-bottom: 1px solid #919191;
    z-index: 99;
    display: block;
}
.headerHeading{
    align-items: center;
    display: flex;
    margin-right: 0;
    justify-content: center;
    color: #fff;
}
.headerImg{
    width:50px;
    margin-right: 10px;
}
.site-title{
    font-family: Halant;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.50;
    letter-spacing: 0px;
    text-transform: capitalize;
    --text-color: #fefefe;
    --hover-color: #888888;
}
.header_button {
    font-family: Halant;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.50px;
    text-transform: capitalize;
    padding: 0.85em 1.25em 0.85em 1.25em;
    border: 1px solid #E0E0E0;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px 30px 30px 30px;
    box-shadow: none;
}
.header_button a{
    text-decoration: none;
}
.header_button:hover {
    background-color: rgba(237, 237, 237, 0.1);
    border-color: #E0E0E0;;
    box-shadow: rgba(44, 62, 80, 0.2) 0px 0px 15px 0px;
    color: #ececec;
    text-decoration: none;
}
.zoom-img {
  height:auto;
  overflow: hidden;
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}

.cardCustom {
    /*background-color: #1A1A1A;*/
    background-color: #fff;
    background-image: none;
    /*box-shadow: #0e0e0f 0px 15px 18px -15px;
    border: 1px solid #919191;*/
    border: 1px solid #d5cece;
}
.cardCustom p{
    color:#363333;
}
.cardCustom a{
    /*color:#fff;*/
    color:#000;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.50;
    letter-spacing: 0px;
}
.cardCustom a:hover{
    color:#919191;
    text-decoration: none;
}
.cardCustom .entry-meta-link {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.65rem;
    line-height: 1.5;
    text-transform: capitalize;
    color:#919191;
    
}
.cardCustom .fa{
    color: #919191;
    padding-right: 5px;
}
.card-footer {
    border-top: 1px solid #303030;
}

