		p{
			width:100%;
			font-family: 'Roboto', sans-serif;
		}
	
		.text-center{
			text-align: center;
		}
		.text-left{
			text-align: left;
		}

		.headline{
			font-size:31.5px;
			color:#22222;
		}
		
		.bold-text{
			font-weight:strong;
		}

		.title{
			font-size:18px;
			color:#22222;
			font-weight:bold;
		}

		.font-large{
			font-size:15px;
			color:#22222;
			font-weight:strong;
		}