
@font-face {
  font-family: 'ha';
  src: url('fonts/ha.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'oo';
  src: url('fonts/wb.ttf') format('truetype');
}
/* media:print */
body {
    /* background-color: powderblue; */
}
/* media:screen */
body {
	font-size: 45px;
	/* background-color: powderblue; */

	background-color: #FD5F00;
	padding: 7% 30% 0 7%;
}
h1   {color: blue;}

.hidden {
	display: none;
}

p    {
	padding: 0;
	margin: 0 10px 0 0;
	/*height: 30px;*/
	/*overflow: hidden;*/
}
.dualline{
	display: inline-block;
	position: relative;
	height: 50px;
	padding-right: 50px;
	/*width: 250px;*/
}
.noheight {
	display: inline-block;
	height: 0px;
	overflow: hidden;
}
.line {
	position: absolute;
	overflow: hidden;
	/*width: 100%;*/
	color: rgba(0,0,0,0.6);
}
.bottom, .top {

}
.top {
	height: 30px;
	/*top: -30px;*/

}
.bottom {
	height: 30px;
	top: 30px;
	/*top: -30px;*/

}
.bottom p {
	position: relative;
	top: -30px;
}
span {
	position: relative;
}

 /* fonts */
.andale {
	font-family: Andale Mono,AndaleMono,monospace;
}
.arial {
	font-family: Arial, sans-serif;
}
.arial-black {
	font-family: 'Arial Black', 'Arial Bold', sans-serif;
	/*font-size: 95%;*/
}
.arial-black span {
	top: -8px;
}
.comic-sans {
	font-family: 'Comic Sans MS', 'Comic Sans', ha, 'Courier New', Courier, monospace;
  "Comic Sans MS", cursive, sans-serif
	letter-spacing: 2px
}
.comic-sans span {
	top: -7px;
}
.courier {
	font-family: 'Courier New', Courier, monospace;
	letter-spacing: -1px;
}
.courier span {
	top: 5px;
}
.georgia {
	font-family: Georgia, serif;
}
.impact {
	font-family: Impact, 'Anton' , sans-serif;
	letter-spacing: 1px;
}
.times {
	font-family: TimesNewRoman, 'Times New Roman', Times, serif;
	letter-spacing: 3px
}
.trebuchet {
	font-family: 'Trebuchet MS', sans-serif;
}
.verdana {
	font-family: Verdana, sans-serif;
	letter-spacing: -2px;
}
.webdings {
	font-family: Webdings, oo, sans-serif;
	font-size: 80%;
	letter-spacing: -8px

	color: rgba(255,255,255,0.6);
}
.webdings span {
	top: 16px;
	/* color: rgba(255,255,255,0.6); */
  color: #ff8f6c;
}
