@charset "utf-8";
@font-face {
	font-family: "FjallaOne Regular";
	src: url("webfont/FjallaOne-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-Italic.ttf") format("truetype");
	font-style: italic;
}
@font-face {
	font-family: "Arvo";
	src: url("webfont/Arvo-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #BF6163;
}
a:hover {
	color: #9E4446;
	text-decoration: underline;
}
.navbig a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF0004;
}
.stripe {
	padding: 6px;
	background-color: #000000;
}
.banny {
	font-family: "FjallaOne Regular";
	font-size: 25px ;
	text-align: center;
	padding: 0px;
}


.navbig {
	font-family: "FjallaOne Regular";
	font-size: 35px;
	color: #BF6163;
	line-height: 39px;
	text-decoration: none;
	text-align: center;
	overflow: visible;
}
.navwee {
	font-size: 20px;
	line-height: 24px;
}
.bod {
	font-family: "Arvo";
}
.bod2 {
	font-family: "Arvo";
	font-size: 18px;
	color: #673637;
	line-height: 1.7em;
}
.bod3 {
	font-family: "Arvo";
	font-size: 12px;
	color: #626262;
	line-height: 1.2em;
}
.bod3 p {
	margin-top: 0;
	margin-bottom: .5em;
}
.lyricnav {
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 35px;
	padding-bottom: 10px;
}
.tit {
	font-family: "FjallaOne Regular";
	font-size: 35px;
	color: #000000;
	line-height: 39px;
	text-decoration: none;
	/* [disabled]font-variant: small-caps; */
}
.padz {
	padding: 20px;
}
.padz25 {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25%;
	padding-right:25%;
	line-height:1.4;
}

div.colz {
	width:75%;
	margin:auto;
}
.colz {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
table {
	table-layout: fixed;
}
img.fillwidth {
	max-width: 100%;
	height: auto;
}
.thanksbox {
	background-image:url(./img/icon/thanksbox.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.thankslink {
	margin-bottom: 10%;
	color: #322C19;
}
.thankslink a:link, .thankslink a:visited {
	color: #322C19;
}	
.thankslink a:hover {
	color: #FFFFFF;
}
.mid {
	margin-left:auto;
	margin-right:auto;
}