html {
	background: #fafafa;
	font-family: "alternate-gothic-no-2-d", sans-serif;
}

.container {
	margin-top: 15px;
	/*background: #fafafa;*/
}

img {
	max-width: 90%;
}

h2 {
	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	color: #575756;
}

.six.columns.center {
	text-align: center;
}

.row.padded {
	padding: 0;
	padding-top: 2%;
}

.row.pad-top-bottom {
	padding: 3% 0;
}

a.reset {
	color: #575756;
	background: #a8d4b1;
	display: block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d",sans-serif;
	letter-spacing: 0.02rem;
}

a.reset:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.text {
	color: #575756;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	padding: 15px 25px;
	border: 4px solid #a8d4b1;
	border-left: 0;
	border-right: 0;
	letter-spacing: 0.04em;
	line-height: 1em;
	font-size: 2.6em;
	text-align: left;
}

.select-text {
	background: url('/img/gold.jpg');
	text-align: center;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	color: #fafafa;
	line-height: 1em;
	padding: 10px 0;
	padding-bottom: 5px;
	margin-top: 15px;
	letter-spacing: 0.04em;
	font-size: 2.4em;
}

.flip-container {
	perspective: 1000px;
	cursor: pointer;
}

.flip-container.flipped .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 295px;
	height: 295px;
}

.flip-container .back {
    background: #d44;
    color: #fafafa;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	letter-spacing: 0.04em;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.container {
    max-width: 615px;
}

html {
	background-image: url('/img/vinebl.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	padding-top: 1px;
	background-image: url('/img/vinetr.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
