blockquote{
    border-left:solid 3px var(--active-color)!important;
}
/*font-family*/
body{
    font-family: var(--mainbody-font)!important;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--mainhead-font)!important;
}
.site-logo{color:#000!important;font-size: 30px;font-weight: 700;}

.height100,
.height150,
.height200,
.height250,
.height300,
.height350,
.height400,
.height450,
.height500,
.height550,
.height600
{display:block;width:100%;object-fit:cover}
.height100{height:100px;}
.height150{height:150px;}
.height200{height:200px;}
.height250{height:250px;}
.height300{height:300px;}
.height350{height:350px;}
.height400{height:400px;}
.height450{height:450px;}
.height500{height:500px;}
.height550{height:550px;}
.height600{height:600px;}