body {
		font-family: 'Cardinal', sans-serif;
		background-color: #095228;
		color: white;
	}
a:link, a:visited {
	color: white;
	text-decoration: none;
	cursor: auto;
	}

a:link:active, a:visited:active {
	color: white;
	}



@media screen and (min-width: 576px) {
	.text {	
		font-size: 2em;
		}
	}
@media screen and (min-width: 768px) {
		.text {	
			font-size: 2.4em;
		}
	}
@media screen and (min-width: 992px) {
		.text {	
			font-size: 2.6em;
		}
	}
@media screen and (min-width: 1200px) {
		.text {	
			font-size: 3em;
		}
	}