body{
	font-family: 'Roboto', sans-serif;
}

.bg-image{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(https://sollerto.com/isolation2020/assets/images/header.jpg);
	background-size: cover;
	background-position: center;
}

.bg-black{
	background-color: rgba(0,0,0,0.4) ;
}

.bg-grey{
	background: rgb(249,249,249);
}

.text-white{
	color: white;
}

.text-black{
	color: black;
}

.text-green{
	color: rgb(211, 179, 83);
}

.progress-thin{
	height: 5px;
}

.hide{
	display: none;
}

.w-10{
	max-width: 10%;
}

.w-15{
	max-width: 15%;
}

.w-20{
	max-width: 20%;
}

.w-30{
	max-width: 30%;
}

.border-left{
	border-width: 4px!important;
}

.card{
	min-height: auto;
}

ul{
	list-style-type: none;
}

li{
	display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
	color: black;
}

.text-brown{
	color: #795548;
}

.text-purple{
	color: #673ab7;
}

.text-dark-green{
	color: #1b5e20;
}

.text-lime{
	color: #cddc39;
}

.text-orange{
	color: #ff5722;
}

.text-teal{
	color: #00e676;
}

.text-amber{
	color: #f57f17;
}

.text-red-darken{
	color: #b71c1c;
}

.text-red-accent{
	color: #ff1744;
}

.text-pink-accent{
	color: #1a237e;
}
.container.my-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}