body{
	background-color: #F1EFEF ;
	color : #F18701;
	font-family: 'Roboto', sans-serif;
	font-weight : 5; 
	font-weight : lighter;
}

h1{
	color : #A4031F ;
	font-family: 'Gloock', serif;
	letter-spacing: 10px;
	font-size: 60px;
}	

h2{
	color : black ;
	font-family: 'Lora', serif; 
	letter-spacing: 4px;
	font-size: 25px;
}	


a {
	text-decoration: none;
	color : #A4031F;
	font-size: 15px;
	font-weight : bold;
	font-family: 'Roboto', sans-serif;
}

a:hover {
	color : black; 
}


.container {
	width: 700px;
	margin: 40px auto;
}


@media (max-width: 760px) {
	.container {
		width:400px;
	}
}

@media (max-width: 500px) {
	.container {
		width: 400px;
	}
}

.card-white {
	background-color: white;
	padding: 40px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	border-radius: 5px;
	margin : 20px 0px;

}

.img-circle {
	width : 100px; 
	border-radius:100%;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.9);
}

.btn-red {
	background-color: #A4031F;
	color : white;
	padding : 15px 20px;
	border-radius: 5px;
	margin: 50px 0px;
}

.list-inline i {
	display : inline;
	padding : 10px;
	font-size : 50px;
}

.list-inline i:hover {
	color: black;
}

