@font-face {
      font-family: "BAUHS93";
      src: url("./Font/BAUHS93.TTF");
    }

@font-face {
      font-family: "BRUSHSCI";
      src: url("./Font/BRUSHSCI.TTF");
    }

@font-face {
      font-family: "calibri";
      src: url("./Font/calibri.ttf");
    }

@font-face {
      font-family: "Dancing Script";
      src: url("./Font/Dancing Script.ttf");
    }
    
    
.maincont *{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.maincont .mathadu, .maincont .mathadu *{
    font-size: 20px !important;
}

.material-icons{
    font-family: 'Material Icons' !important;
    text-transform: lowercase !important;
}

input, select, textarea{
    padding: 5px !important;
}



div{
	display: block;
}
a{
	text-transform: capitalize;
}
body{
	margin: 0;
	background-color: #FFF3DA;
	text-transform: capitalize;
}
p{
	white-space: pre-line;
	font-family: calibri;
	font-size:18px;
	margin: 0;
	text-transform: capitalize;
}
td{
	white-space: pre-line;
	text-transform: capitalize;
	text-align: left;
}
th{
	font-size: 20px;
	padding: 5px 0;
	background-color: rgb(255, 217, 137);
} 
table{
	width: 100%;
}
select,option,p,td{
	text-transform: lowercase;
}

.header{
	background-image: url(../imgs/header_bg.jpg);
	width: 100%;
	float: left;
	background-size: cover;
	height: 210px;
}
.logos{
	height:200px;
}
#left{
	float: left;
}
#right{
	float: right;
}
#middle{
	float: left;
	height: inherit;
}
#headphotoes{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: inherit;
}
.footer{
	clear: both;
	background-image: url(../imgs/header_bg.jpg);
	width: 100%;
	background-size: cover;
	background-position-y: 150px;
}
#hitcounter p{
	font-family: calibri;
	font-size: 25px;
	color:orangered;
	/*font-weight: bold;*/
	display: inline-block;
	margin: 6px 0 0 0;
}
#counter_ele{
	background-color: #C0C0C0;
	background: -webkit-linear-gradient(#c0c0c0,#716464,#c0c0c0);
	background: -ms-linear-gradient(#c0c0c0,#716464,#c0c0c0);
	background: -moz-linear-gradient(#c0c0c0,#716464,#c0c0c0);
	background: -o-linear-gradient(#c0c0c0,#716464,#c0c0c0);
	background: linear-gradient(#c0c0c0,#716464,#c0c0c0);
	padding: 3px 8px;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	color:#000;
	font-size:18px;
}
#developer{
	font-size: 18px;
}
.maincont{
	/*width: 960px;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*clear: both;*/
	/*background-color: #fff;*/
	margin: 0 15px;
}
.mainsite .maincont{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #fff;

}
.menus{
	background-color: orange;
	/*background-color: rgb(255, 197, 15);*/
	/*border-radius: 8px;*/
	height: 47px;
	clear: both;
}
#menuhead{
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	/*padding: 10px 9px 10px 9px;*/
	padding: 10px;
	width: 960px;
}
#menuhead li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
#menu_link{
	text-decoration: none;
	color: #fff;
	/*font-weight: bold;*/
	font-family: calibri;
	font-size: 20px;
	padding: 10px 11px 10px 11px;
	border-radius: 8px;
}
#menu_link:hover{
	background-color: #CD6600;
}
#menuico{
	height: 20px;
	width: 20px;
	vertical-align: middle;
	padding-right: 2px;
}
#menuico1{
	height: 15px;
	width: 15px;
	vertical-align: middle;
	padding-right: 2px;
}
#submenu{
	background-color: orange;
	position: absolute;
	margin-top: 8px;
	z-index: 3;
	min-width: 100px;
	padding-left: 15px;
}
#submenu li{
	display: block;
}
#submenu li:hover{
	background-color: #CD6600;
	border-radius: 5px;
}
#submenu a{
	text-decoration: none;
	color:#fff;
	font-size: 20px;
	font-family: calibri;
}
#submenu a:hover{
	text-decoration: underline;
}
#userip_login{
	font-family: calibri;
	font-size: 16px;
	margin-left: 10px;
}
.mathadu{
	background-color: #ffa500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#fff;
	/*font-weight: bolder;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 10px 10px;
}
.login {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin-bottom: 5px;
	margin-left: 10px;
}
.login:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.login:active {
	position:relative;
	top:1px;
}
.adds1{
	width: 250px;
	height: 545px;
	margin-top: 10px;
	float: left;
	border-left:1px solid #C0C0C0;border-right:1px solid #C0C0C0;border-radius:5px;
	border-bottom: 5px solid #FFA500;
}
.adds2{
	width: 250px;
	height: 545px;
	margin-top: 10px;
	float: right;
	border-left:1px solid #C0C0C0;border-right:1px solid #C0C0C0;border-radius:5px;
	border-bottom: 5px solid #FFA500;
}
.president{
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-top: 10px;
	border-left:1px solid #C0C0C0;border-right:1px solid #C0C0C0;border-radius:5px;
	/*border-bottom: 5px solid #FFA500;*/
}
#welcome{
	font-family: calibri;
	font-size: 25px;
	color: orangered;
	font-weight: bolder;
}

.under_construction{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 99999;
}

#news{
	margin-left: 10px;
	background-color: #F8CEA7;
	width: 260px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#news_title{
	font-family: calibri;
	font-size:26px;
	font-weight: bold;
	margin: 0;
}
/*#news_title:hover{
	text-decoration: underline;
	cursor: pointer;
}*/
#news_date{
	font-family: calibri;
	font-size: 16px;
	text-decoration: underline;
	color: blue;
	margin: 0;
}
#news_txt{
	font-family: calibri;
	font-size: 16px;
	text-transform: justify;
	margin: 0;
}
#news_readmore{
	font-family: calibri;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	color: blue;
	margin: 0;
	text-align: right;
}
#news_master{
	font-family: calibri;
	font-size: 20px;
	color:#fff;
	text-align: center;
	width: 100%;
}
#plink:hover{
	cursor: pointer;
	text-decoration: underline;
}
.ver_menus{
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	/*font-weight: bolder;*/
	background-color: orange;
}
.ver_menus li{
	border-bottom: 1px solid #fff;
	padding: 5px 5px 2px 5px;
}
.ver_menus li a{
	border-radius: 4px;
	padding: 5px 5px 2px 5px;
	color: #fff;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ver_menus li:hover{
	background-color: rgb(205, 102, 0);
}
.fam_ip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}
.fam_tbl td{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 16px;*/
	font-weight: bolder;
}
.fam_mem_tbl td{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	font-weight: bolder; 
	padding: 5px 0;
}

.fam_mem_tbl th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

.bottom-nav{
	font-family: calibri;
	/*font-weight: bold;*/
	color:#007EFF;
	font-size: 15px;
	text-decoration: none;
}
.bottom-nav:hover{
	text-decoration: underline;
}
.editspan{
    font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 22px;	
	float: right;
	clear: both;
}














#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}