@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'sitefont';
  src:url(BOOKOS.TTF);
}


body{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(bgbody.jpg);
	background-size:100% 100%;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: 'sitefont', sans-serif;
}
#top{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.logo{
	height:100px;
}
.orgname{
	font-weight:bolder;
	font-style:italic;
	font-size:30px;
}
.orgname1{
	font-weight:500;
	font-size:18px;
}
#nav{
	width:100%;
	height:auto;
	background-color:#00F;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
#nav1{
	width:95%;
	height:auto;
	background-color:#00F;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:5%;
}
.navbt{
	display:inline-block;
	padding:5px;
	margin:5px;
	border:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
	font-size:large;
}

