/* bootstrap hacks */

* {
	font-family: "Arial", sans-serif;	
}

.display-4 {
	font-size: 2rem;
}

.lead {
	font-size: 14px;
}

.btn-lg {
	font-size: 1rem;
}

.body-bg {
filter: blur(25px);
-webkit-filter: blur(25px);
}
body{
background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(115, 148, 186,1) 50%, rgba(255,255,255,1) 100%);
background-color: #fff;
background-size: auto 170%;
}
.body-bg {display:none;}

.container-main {
box-shadow: 0 0 20px white;
}