
/****************************************************************/
/*   GLOBAL														*/
/****************************************************************/
	
	body {
		font-family: 'Lato',sans-serif;
		background-image: url("images/hare_large.jpg");
		background-size: 20%;
    	background-repeat: no-repeat;
		background-position: center 50px;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	a {
		cursor: pointer;
		text-decoration: none;
	}
	a img {
		border: none;
	}
	* {
		margin: 0;
		padding: 0;
	}
	.view {
		display: block;
		position: relative;
		top: 420px;
		text-align: center;
		font-size: 14px;
		color: #6f809a;
	}
@media (max-width: 1200px) {
	body {
		background-size: 30%;
	}
	.view {
		display: block;
		position: relative;
		top: 360px;
		text-align: center;
		font-size: 14px;
		color: #6f809a;
	}
}
@media (max-width: 796px) {
	body {
		background-size: 40%;
	}
	.view {
		display: block;
		position: relative;
		top: 300px;
		text-align: center;
		font-size: 14px;
		color: #6f809a;
	}
}