@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

h1,h2,h3,h4,h5 {
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 {
	font-size: 50px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 50px;
}
h2 {
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 50px;
}


#dem-main-container h1,
#dem-main-container h2,
#dem-main-container h3,
#dem-main-container h4,
#dem-main-container p {
	color: #FFF;
}
#dem-main-container p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300; 
}