.site-wrapper a{
	cursor:pointer;
}


html{
	font-family: Lato, arial, "sans-serif";
}
* {
  box-sizing: border-box;
}
p{
	margin-top:0px;
}
h1{
	margin-top:50px;
	margin-bottom:40px;
}
h1, .site-wrapper{
	text-align: center;
}
.site-wrapper{
	overflow: hidden;
	margin:0px auto;
	width:90%;
}
.site-wrapper .col{
	width:49%;
	float:left;
}
.site-wrapper p{
	width:100%;
	border:1px solid #d0d2d2;
	padding:10px;
}
.site-wrapper a {
	width:100%;
	display:block;
	border:1px solid #d0d2d2;
	padding:10px;
}
.site-wrapper .col:last-child {
	margin-left:2%
}
.site-wrapper img{
	width:100%;
max-height:499px;
}

@media screen and (max-width: 870px) {
	h1{
		font-size:20px;
	}
	.site-wrapper p{
		margin-bottom:5px;
	}
	.site-wrapper .col {
		width:100%;
		float:none;
		margin:0 auto;
	}  
	.site-wrapper .col:last-child {
		margin:40px auto 0 auto;
	}
}
