@font-face {

	font-family: 'greycliff-bold';
	src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff') format('woff'),url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'greycliff-demibold';
	src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff') format('woff'),url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'greycliff-light';src:url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff') format('woff'),url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff2') format('woff2');font-weight:normal;font-style:normal;
}

		body { background: #003c71; text-align: center; padding-top: 100px;}
		h1 { font-family: 'greycliff-bold'; color: #ffd200; }
		h3 { font-family: 'greycliff-bold'; color: #fff; }
		p { font-family: 'greycliff-light'; color: #FFF; }
		p.large { font-family: 'greycliff-bold'; font-size: 18px; margin-top: 20px; margin-bottom: 0; }
		ul { margin: 0 auto 35px auto; padding: 0 25px; width: 100%; max-width: 500px; box-sizing: border-box; list-style: none; }
		li { margin: 0; padding: 0; }
		li img { width: 100%; display: block;}
		li a { font-size: 16px; font-family: 'greycliff-demibold'; display: block; text-align: center; padding: 0; color: #FFF; text-decoration: none; transition: all .2s ease-in;}
		a { color: #FFF; }
		a.learn-more { 
			    color: #003c71;
				background: #ffd200;
				padding: 10px;
				max-width: 200px;
				display: block;
				margin: auto;
				text-decoration: none;
				font-family: 'greycliff-bold';
     	}
		
		@media only screen and (max-width: 600px) {
			body { padding-top: 40px; margin: 0 30px; }
		}