*	{
		padding:0;
		margin:0;
		font-family:times new roman;
}
body	{
			background:#fff;
			position:relative;
}
.topbar
{
	color:#fff;
	background-color:#f48924;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	border-top:3px solid #003366;
}
.topbarright
{
	text-align:right;
	padding:3px;
	color:#fff;
}
.topbarleft
{
	padding:3px;
	color:#fff;
}
.topbarright a
{
	color:#fff;
	text-decoration:none;
	padding-left:6px;
}
.website-logo	img {
					display: block;
					margin-left: auto;
					margin-right: auto;
				}
.header
{
	margin-top:8px;
}
.header h1, h2 , h3
{
	color:#C64E0C;
	font-weight:bold;
	margin-top:0px;
	text-align:center;
}
.header h1 
{
	margin-top:0px;
	font-size:60px;
}
.header h2
{
	font-size:34px;
	margin-top:-6px;
}
.header h3
{
	margin-top:-6px;
	font-size:18px;
}
.navbar
{
	border:none;
	background:none;
	color:#fbb034;
	font-size:18px;
}
#myNavbar li a
{
	color:#C64E0C;
	font-weight:bold;
}
#menubar
{
	margin-top:15px;
}
#myNavbar li.active a
{
	background:none;
}
#myNavbar li a:hover,
#myNavbar li a:focus	
{
	background:#C64E0C;
	border-radius:25px;
	transition:0.3s;
	color:#fff;
}
.navbar-toggle	{
					background:#C64E0C;
					border:none;
}
.icon-bar	{
	
				background:#fff;
}
.futterbar
{
	text-align:center;
	background-color:#620404;
	color:white;
	font-weight:bolder;
	font-size:18px;
}
.headbar
{	
	text-align:center;
	font-size:15px;
	margin-top:-1%;
	border:none;
	background-color:#f48924;
}
.headmar
{
	padding:5px 0px;
}
.mar a {
	text-decoration:none;
	color:white;
}
.futterbar a
{
    text-decoration:none;
	color:#fff;
}
.bottom
{
	background-color:#C64E0C;
	font-size:18px;
	text-decoration:none;
	border-top:3px solid #280202;
	margin-top:18px;
	color:white;
}
.bottom ul li a 
{
	color:white;
}
.bottom ul
{
	list-style:none;
}
.botmen
{
	padding:0px 30px;
}
/*index*/
.block-w	{
					background:#fff;
					padding:10px;
					border-radius:5px;
					box-shadow:0 2px 3px rgba(0,0,0,0.2);
					margin:5px 0;
}
.block-w h2	{
					font-weight:bold;
					font-size:22px;
					margin:0;
					color:black;
					text-align:center;
					margin-bottom:8px;
}
.about-website p{
						background:#fff;
						padding:10px;
						font-size:16px;
						border-radius:5px;
						margin:0;
}
.about-website p	{
					text-align:justify;
}
.author-image img	{
					width:100%;
					height:100%;
					border-radius:5px;
}
.midp p
{
	font-size:15.9px;
}
.ssp p{
	font-size:20px;
}
.ssi img
{
	height:250px;
}
.lasp p
{
	font-size:17.9px;
}
.firp p
{
	font-size:15px;
}
.author-info	{
				background:#fff;
				border-left:5px solid #f48924;
				border-radius:6px;
				padding:10px;
}
.author-info h3	{
					margin-top:7px;
					margin-bottom:5px;
					color:black;
					text-align:center;
					font-size:18px;
					font-weight:bold;
}
.author-info p	{
					text-align:justify;
}
.author-info p a	{
					color:#ee4f4f;
}
.author-info p a:hover	{
					color:#fbb034;
					text-decoration:none;
}
/*index*/
/*table*/
.facultytable
{
	font-family:times new roman;
	margin-top:20px;
	font-weight:bolder;
}
.faculty th
{
	font-size:20px;
	text-align:left;
}
.facultytd
{
	font-size:16px;
	text-align:left;
}
.faculty
{
	font-weight:bold;
	color:black;
	font-size:20px;
}
.resp-table
{
	width: 100%;
	display: table;
}
/*table*/
.cont h3 
{
	font-size:20px;
	color:black;
	text-align:center;
	font-weight:bold;
}
.cont p
{
	font-size:14px;
	color:black;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 767px) 
{
	.topbarleft,
	.topbarright,
	.header
	{
		text-align:center;
	}
	.website-logo	h1{
					text-align:center;
					font-size:28px;
	}.website-logo	h2{
					text-align:center;
					font-size:20px;
	}.website-logo	h3{
					text-align:center;
					font-size:12px;
	}.website-logo	img {
					display: block;
					margin-left: auto;
					margin-right: auto;
					width:80px;
					height:80px;
				}
}