
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');

}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');

}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
}

body, html {
		margin:0; padding:0;
	}
.info {
		font-family: 'Source Sans Pro', sans-serif; margin:250px 0 0 0; border: 1px solid #ccc; background-color:#eee; padding:10px 0; text-align:center; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	}
.info:hover {
		background-color:#E9E9E9;
}
.info a:link {
		text-decoration:none; color:#000; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
	}
.info a:hover {
		color:#1C6FB7;
	}
.logo {
	display:none; 
}
@media only screen and (max-width:650px){
	.logo {
		display:none; width:350px;
	}
	.info {
		font-family: 'Source Sans Pro', sans-serif; margin:75px 0 0 0; border: 1px solid #ccc; background-color:#eee; padding:10px 0; text-align:center;
	}

}
@media only screen and (max-width:350px){
	.logo {
		display:none; width:175px;
	}
	.info {
		font-family: 'Source Sans Pro', sans-serif; margin:75px 0 0 0; border: 1px solid #ccc; background-color:#eee; padding:10px 0; text-align:center;
	}
}