@import url("https://use.typekit.net/yye0vap.css");

div { padding: 0px; margin: 0px; }
.sheet { font-family: Helvetica, Arial, sans-serif; }


  @font-face {
  font-family: "Pitch";
  src: url("../fonts/Pitch-Medium.otf");
  }
  


font.font0 { font-family: 'Pitch'; font-size: 36.0px; color: #00b932; text-decoration: underline #00b932; }
@media (max-width: 1000px) { font.font0 { font-size: 72px;  } }
@media (prefers-color-scheme: dark) { font.font0 { color: #00b932; } }
font.font2 { font-family: "adobe-caslon-pro", serif; font-size: 22.0px; line-height: 34px; }
@media (max-width: 1000px)  { font.font2 { font-size: 46px; line-height: 52px; } }
font.font3 { font-family: 'dejarip'; font-size: 14.0px; color: #c8c5b5; }
@media (max-width: 1000px)  { font.font3 { font-size: 20px;  } }
font.font4 { font-family: 'dejarip'; font-size: 18.0px; line-height: 34px; }
@media (max-width: 1000px)  { font.font4 { font-size: 52px;  line-height: 80px;} }
font.font7 { font-family: 'Pitch'; font-size: 18.0px; color:red; line-height: 50px; }
@media (max-width: 1000px)  { font.font7 { font-size: 34px; color:orange; } }

tr.main { background-color: #FFFFFF; }
tr.alt { background-color: #EDF3FE; }

img {
   max-width: 70%;
   height: auto;
}

.outer_box { background-color: #D7D1B4;  padding: 10px; }
.inner_box { background-color: #FFFFFF; margin-left: 25px; margin-right: 25px; border: dashed 1px; border-color: #00b932; }
.title { background-color: #FFFFFF; align: left; margin-top: 50px; margin-bottom: 0px; margin-left: 10%; margin-right: 10%; max-width: 850px; padding: 20px; text-indent: -3em; }
.content { background-color: #FFFFFF; align: left; margin-top: 5px;  margin-bottom: 25px; margin-left: 10%; margin-right: 10%; max-width: 650px; padding: 20px; text-indent: -3em; }
@media screen and (orientation: portrait) {
.content { background-color: #FFFFFF; align: left; margin-top: 5px;  margin-bottom: 25px; margin-left: 10%; margin-right: 10%; padding: 20px; max-width: 750px; text-indent: -2em; }}
.info_bottom { align: left; font-size: 9pt; background-color: #525252; margin-top: 50px; padding: 20px;}
.green_override { 
		color: #00b932;
	}

	u {
 		 text-decoration: none;
	}

	a:link {
 		color: #00b932; 
	}

 	a:visited { 
		color:#00b932;
	}


	a:hover {
  		background-color: yellow;
	}


	hr { 
		margin-top: 25px; margin-bottom: 25px;
	}






