 @charset "utf-8";
/* CSS Document */
/*
Colors:
#960; dark brown
#C93; light brown
#003; font color
#fc3; index font color aka sunglow
*/

html {
	padding-bottom:01%;/* adds space between the bottom of the browser window and the content inside the page */
}
body { /* this tag holds all the content visible in a web browser window */
	position: relative;
 	max-width: 1200px;
	width: 100%; /*  creates a box for the page's content that's 100 percent the width of the browser window */
	background-color:#c93;
	color: #003;
	font-family: Georgia, "Times New Roman", Times, serif;
}

@font-face {
	font-family" 'Quintessential';
	src: https://www.karidasangha.net/Fonts/Quintessential-Regular.woff') format 'woff'');
	font-weight: normal;
	font-style: normal;
}
/*BEGIN IMAGES */
img	{
	max-width: 100%;
}

.imgleft {
	float: left;
	margin: 10px 10px 0 5px;
}
/*END IMAGES */
/* BEGIN PARAGRAPHS */
p {
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 5%;
	margin-right: 3%;
	line-height: 1.5;
}
.pnormal {
	line-height: 1.2;
}
.pout {
	font-size: 70%;
	line-height: .7;
}
.pin {
	font-size: 70%;
	text-indent: 40px;
	line-height: .7;
}
.pc {
	font-weight: bold;
	text-align: center;}
.pc1 {
	font-weight: bold;
	text-align: center;}
.pctr {
	text-align: center;
	line-height: 1.2;
}

.pre {
	white-space: pre;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.padded-dropcap {
	padding-left: -1px;
	padding-right: 10px;
	float: left;
	position: relative;
	top: -0.35em;
	margin-bottom: -0.9em;
	margin-left: -6px;
	margin-right: -7px;
	font-size: 60px;
}
/* END PARAGRAPHS */
/* BEGIN HEADINGS */

h1, h2, h3,h4 {
	font-weight: bold;
	font-family: 'Quintessential', cursive;
	text-align: center;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 125%;
	line-height: .5;
}
h3 {
	font-size: 125%;
	font-style: italic;
}
h4 {
	font-size: 125%;
	font-style: italic;
	line-height: 2.0;
}
/*
h5 {
	font-size: 170%;
	text-indent: 90px;
	font-family: 'Quintessential', cursive;
}
*/
/* END HEADINGS */
/* BEGIN COLUMN PROPERTIES */ 

.leftcolumn {
	position: absolute;
	left: 9px;
	top: 5%;
	width: 49%;
	z-index: 1;
	background: #C93;
	height: auto;
}

.rightcolumn {
	position: absolute;
	left: 52%;
	top: 5%;
	width: 48%;
	z-index: 1;
	background: #C93;
	height: auto;
}

.stay-away { 
	margin-left: 10%;
	margin-right: 6%;
 }

/* END COLUMN PROPERTIES */ 
/* BEGIN BUTTON PROPERTIES */
.btnyellow {
  background-color: #960;
  border-color: #FC3;
  color: #FC3;
}

.p110percent {
	font-size: 110%;
}
.p80percent {
	font-size: 80%;
}
.quintfont {
	font-family: 'Quintessential', cursive;
}
/* END BUTTON PROPERTIES */
