body {
	font-family: Frutiger, Helvetica, Arial, sans-serif;
}

#welcome {
	max-width: 80%; 
	display:block; 
	height: auto;
	margin: auto;
	margin-top: 50px;
}

div {
	max-width: 80%; 
	display: block;
	height: auto;
	margin: auto;
	margin-top: 15px;
}

h1 {
	color: #00A2DA;
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
}

p, span {
	color: #636463;
	font-family: Avenir;
	font-size: 17px;
}

p {
	font-weight: 400;
}

span {
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-top: -7px;
	margin-right: 10px;
}

a {
	color: #b20101;
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	#welcome, div {
		max-width: 90%; 
	}
	h1 {
		font-size: 38px;
	}
	p {
		font-size: 22px;
	}
	span {
		font-size: 20px;
	}
}