html,
body {
	margin:0;
	height: 100%;
}
@font-face {
	font-family: ShinyEyes;
	src: url(../fonts/Shiny_Eyes.otf);
}
@font-face {
	font-family: Digital Strip;
	src: url(../fonts/DigitalStripBB_Reg.ttf);
}

.main {
	top:0;
	left:0;
	background-image:url('../images/ricepaperbg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	background-size:cover;
	width: 100%;
	min-height: 100%;
}
.section {
	padding-top:120px;
}
.card {
	margin-top:2rem;
}
h2 {
	text-transform:uppercase;
}
footer {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	padding:2rem;
}

a  {
	text-decoration: none;
}
iframe {
	min-width: auto !important;
}
.button {
	padding:.5em 1em;
	background-color: #0071bc;
	color:#fff;
	font-weight: bold;
	font-size: 120%;
	border-radius: 10px;
}
a.button:hover {
	text-decoration: none;
	color:#fff;
	background-color:#005ea2;
}