body{
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}
.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.86)), url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.navbar-brand{
	max-width: 700px;
}

a{
	color: white;
	text-decoration: underline;
}
.card a{
	color: black;
}
.first p{
	font-weight: 600;
    margin-bottom: 5px;
    color: white;
}
.card{
	min-height: 160px;
	border-radius: 0px;
}
.frow{
	border-top: 0px !important
}
table th, table td{
	color: white;
}
footer h5{
	color: white;
}
.card {
	box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	cursor: pointer;
	transition: 0.4s;
	background-image: linear-gradient(to bottom, #f3e7e9 0%, #03a9f47a 99%, #03a9f4 100%);
}

.card:hover {
	transform: scale(1.1);
	box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
	-5px -5px 30px 15px rgba(0,0,0,0.22);
}
.card-title{
	font-weight: bold;
    font-size: 17px;
}
.card p,.card a{
	font-size: 14px;
	margin-bottom: 1px;
}