body,p,h1,h2,h3,h4,h5,h6,li{
	font-family: 'Hind Siliguri', sans-serif;
}
.featured{
	background-color:rgba(238, 238, 238, 0.8);
}
.content-bg{
	background-color:rgba(238, 238, 238, 0.8);
}
.adjust-footer{
	margin-bottom: -10px;
}
.live-shade{
    background-image: url(../images/shade-rt.svg);	
	background-repeat:no-repeat;
	background-position:left top;
	width:auto;
	height:100%;
	max-height:550px;
	margin-top:2rem;
	margin-left:-2rem;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.footer-link a {
    cursor: pointer;
    text-decoration: none;
    color: rgba(255,255,255,.5);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer-link a:hover {
    color: #f0f0f0;
}
.text-white-50{
	color: rgba(255,255,255,.5);
}
.carousel-multi-item {
    margin-bottom: 10px!important;
}