body {
	background-image: url(page-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.panel {
	margin: 8% auto;
	text-align: center;
	width: 50%;
	height: auto;
	padding: 30px;
	background: rgba(255,255,255,1);
	color: #888;
	box-shadow: 8px 12px 45px rgba(0,0,0,0.8);
	border-radius: 5px;
	border: 2px solid #e1e1e1;
}

.panel img {width: 28%; height: auto;}

.panel h1 {
	font-size: 28px;
	color: #666;
}

.button {
	display: block;
	margin-top: 15px;
}

.panel a {color: #888; text-decoration: underline;}
.panel a:hover {color: #888;  text-decoration: none;}
@media (min-width: 768px) {
body{font-size: 18px;}
.panel {
	margin: 8% auto;
	text-align: center;
	width: 28%;
}
.panel h1 {
	font-size: 32px;
	color: #666;
}
