body {
    font-family: 'Mukta Mahee',sans-serif!important;
    background-color: #333!important;
    color:antiquewhite!important;
    }

.container {
    padding:15px;
}

.header-image {
    width: 100%;
    height: 150px;
    background: url('https://images.unsplash.com/photo-1542831371-32f555c86880?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2100&q=80');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#header-gradient {
    width: 100%;
    height: 150px;
	background: rgb(41,72,255);
	background: linear-gradient(54deg, rgba(41,72,255,1) 0%, rgba(255,115,155,1) 100%)!important;
    background: -moz-linear-gradient(54deg, rgba(41,72,255,1) 0%, rgba(255,115,155,1) 100%)!important;
	background: -webkit-linear-gradient(54deg, rgba(41,72,255,1) 0%, rgba(255,115,155,1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2948ff",endColorstr="#ff739b",GradientType=1);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.header-image h1 {
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px #333;
    }


