p {color: #000000;
font-family: 'Quicksand', sans-serif;
font-weight: 450
text-align: center;
}
h5 {font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #747373;
} 
h1 {font-family: 'Poppins', sans-serif;
text-align: center;
}
h2 {font-family: 'Poppins', sans-serif;
	text-align: center;
}
h3 {font-family: 'Poppins', sans-serif; 
	text-align: center;
	color: #FFFFFF;
}
h4 {font-family: 'Poppins', serif;
	font-weight: 200;
	text-align: center;
	color: #AF2121;
}
h6 {font-family: 'Poppins', serif;
	font-weight: 200;
	text-align: center;
	color: #FFFFFF;
}

h7 {font-family: 'Poppins', serif;
	font-weight: 400;
	text-align: center;
	color: #000000
}

li {color: #000000;
font-family: 'Quicksand', sans-serif;
text-align: left;
}

body{
 	background: #676767;
 }
.graybg {background-color: #EFEFEF}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #982323;
	border-radius: 0.3rem;
}

.article {
	text-align: left;
}


