body {
	padding-bottom:125px;
	margin:auto;
	width:50%;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

div {
	background-color:#F9F9F9;
	border:1px solid #D3D3D3;
	border-radius:10px;
	padding: 15px;
	text-align:center;
	margin:auto;
	margin-top:50px;
	width:65%;
}


@media only screen and (max-width: 1250px) {
	body {
		width:85% !important;
	}
	h1 {
		font-size:65px;
	}
	h2 {
		font-size:40px;
		line-height:65px !important;
	}
	a {
		font-size:25px !important;
	}
	
	p {
		font-size:25px !important;
	}
	img {
		width:70% !important;
	}
	div {
		width:95% !important;
		font-size: 25px !important;
	}
	
}

a {
	min-width:200px;
	text-decoration:none;
	font-size:18px;
	color:#09E;
}

a div:hover {
	background-color:#D3D3D3;
}

img {
	width:325px;
}

h2 {
	line-height:35px;
}

a:hover {
}

a:visited {
	color:#09E;
}

input {
	
}

button {
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:7px;
	background-color:#DDD;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	padding:4px 15px;
	font-weight:bold;
	text-shadow:0px -1px 0px #5b6178;
	margin-left:15px;
	border:2px solid #057fd0;
}

button:hover {
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
}
