img.respiv{
	width: 100%;
	height: auto;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.socialHover {
	position: relative;
	width: 100%;
}

.shareOver {
    background:rgba(0, 0, 0, .65);
    position: absolute;
    /*padding-top: 40%;*/
    bottom: 5%;
    text-align:center;
    width:100%;
    padding: 5px 0 10px 0;
    opacity:0;
}

.socialHover:hover .shareOver, .socialHover:focus .shareOver {
	opacity: 1;
}

body{
	background: #99cfca url('media/Grid.jpg') top center fixed;
}

h1, h2, h3, h4 {
	font-family: 'Rancho', serif;
	text-shadow: 2px 2px 2px rgba(255,255,255,.5);
}

.form-space {
	margin-bottom: 10px;
}

#ecard_button {
	width: 289px;
	height: 74px;
	margin: 0 auto;
	display: block;
	background: url("media/ecardm.png");
}

#ecard_button:hover {
	background: url("media/ecard_hoverm.png");
}

#print_button {
	width: 289px;
	height: 74px;
	margin: 0 auto;
	display: block;
	background: url("media/printm.png");
}

#print_button:hover {
	background: url("media/print_hoverm.png");
}

#body-main {
	background: rgba(255,255,255,.9) url('media/Grid-frosted.jpg') top center fixed;
	border-radius: 20px;
	padding: 0px 20px 40px;
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

#beer {
	margin-top: 20px;
}

#designs img {
	margin-bottom: 20px;
	border: 5px solid rgba(66,72,84,.5);
}

#brand {
	width: 150px;
}

footer {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #18164a;
}

footer * {
	color: #ccc;
}

footer h3 {
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

footer #logo img {
	width: 100px;
	margin: 0 auto;
}

#social .fa {
	font-size: 60px;
	letter-spacing: 10px;
	text-decoration: none;
}

#social a.fa:hover {
	text-shadow: 1px 1px #fff;
}

#social a.fa-facebook-square:hover {
	color: #3b5998;
}

#social a.fa-google-plus-square:hover {
	color: #dd4b39;
}

label.unavailable img {
	border: 10px outset #f00;
	opacity: .5;
}

label.unavailable::after {
	position: absolute;
	top: 20%;
	color: #f00;
	font-size: 4em;
	font-family: 'Rancho', serif;
	content: "Unavailable";
	padding-top: 20%;
	margin-left: -20px;
	width: 100%;
	text-align: center;
}

label.selected img {
	border: 10px outset #2ECCFA;
	opacity: .5;
}

label.selected::after {
	position: absolute;
	top: 20%;
	color: #00c;
	font-family: 'Rancho', serif;
	font-size: 3em;
	content: "Selected";
	padding-top: 20%;
	left: 0;
	width: 100%;
	text-align: center;
}

.radio input { display: none; }

.radio label { padding-left: 0 !important;}

@media(min-width:768px) {

	#beer {
		margin-top: 0;
	}

	#brand {
		position: absolute;
		left: 20px;
	}

	header {
		padding-top: 10px;
		padding-bottom: 20px;
		margin-bottom: 40px;
		position: relative;
	}

	#designs {
		margin: 0px 20px;
	}

	footer #logo img {
		width: 150px;
		margin: 0;
		text-align: left;
	}

	footer #mailer {
		text-align: center;
	}

	footer #social {
		text-align: right;
	}

	h1 { font-size: 5em; }

	#ecard_button {
		width: 390px;
		height: 100px;
		margin: 0 auto;
		display: block;
		background: url("media/ecard.png");
	}

	#ecard_button:hover {
		background: url("media/ecard_hover.png");
	}

	#print_button {
		width: 390px;
		height: 100px;
		margin: 0 auto;
		display: block;
		background: url("media/print.png");
	}

	#print_button:hover {
		background: url("media/print_hover.png");
	}

	footer {
		padding-top: 30px;
		padding-bottom: 50px;
	}

}

@media (min-width: 992px) {

	label.selected::after {
		font-size: 5em !important;
	}

	header {
		margin-bottom: 60px;
	}

	#brand {
		width: 200px;
	}
}
