@font-face {
	font-family: "Brush Script MT";
}

@font-face {
	font-family: "Trebuchet MS";
	panose-1: 2 11 6 3 2 2 2 2 2 4;
}


body {
	background: #ffffff;
	color: black;
	font-size: 1.3em;
  line-height: 1.5em;
}
div, p, blockquote, ol, ul, li, dl, dt, dd {
	background: transparent;
	color: #2c180e;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
table, tr, td, th { 
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
}
h2, h3 {
	background: transparent;
	color: black;
	font-family: "Comic Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
	font-weight: normal; 
}
h1 {
	color: #2c180e;
	font-family: "Comic Sans", "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-size: 3.0em;
	margin: 6pt 0pt 3pt 0pt; 
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1.0em;
	color: #2c180e;
}
.email-msg {
  font-family: "Libre Baskerville", Baskerville, Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 1.0em;
  text-indent: 0px;
  padding-left: 75px;
  margin-right: 300px;
}
.text-msg {
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 1.2em;
	font-weight: 200;
  text-indent: 100px;
}

.handwritten {
  font-family: "Nanum Pen Script", cursive;
  font-size: 1.6em;
  line-height: 1.2em;
  text-indent: 0px;
  margin-left: 60px;
  /*margin-right: 300px;*/
  padding-right: 100px;
}

.intro {
	font-size: 0.8rem;
  line-height: 1.8rem;
	font-style: normal;
}
.intro-italic {
	font-size: 0.8em;
	font-style: italic;  
}
.blurb {
	font-size: 0.8rem;
	font-style: italic;
	text-align: center;
}

.dark-red {
  color: #DB0019;
  font-weight: bolder;
  
}

.indented {
  text-indent: 50px;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.justified {
  text-align: justify;
  text-justify: auto;
}

.no-indent {
  text-indent: 0px;
}

.centered {
	text-align: center;
}

.section-break {
	text-indent: 0px;
    text-align: center;
}


.iframe-container {
   position: relative;
   width: 100%;
   padding-bottom: 56.25%;
   height: 0;
}

.iframe-container iframe{
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
}


h3 { font-size: 1.5em; }

h4, h5 {
	background: transparent;
	color: black;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.5em}

a {
	background: transparent;
	color: black; 
}
a[href] { text-decoration: none; }
a:link {
	background: transparent;
	color: #F7F2EE; 
	/* font-size: 0.8rem; */
	text-decoration: none; 
}
a:visited {
	background: transparent;
	color: #F7F2EE; 
	text-decoration: none; 
}
a:active {
	background: transparent;
	color: #F7F2EE; 
	text-decoration: none; 
}

a:hover {
	background: transparent;
	color: #ea0000; 
	text-decoration: none; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #663300;
	background-color: #000000; /* #b2b6b9; */
	color: black;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

.border-surround {
  border: 1px solid #000;
  padding: 5px;
}

.page hr {
	height: 3px;
	background: #2c180e;
	color: #2c180e;
}

.page #picture {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#CCCCFF;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in; /* // 254mm 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm; /* // 1.0in 1.0in; */
}
div.isoA4 { page: isoA4; }
div.page { page: usLetter; }
@media print {
	div.page { 
		page: usLetter; 
	}
} /* @media print */
@media screen {
	div.page { 
		margin: auto auto;
		width: 100%; 
    max-width: 960px;
		page: usLetter; 
	}
} /* @media screen */
