.navi{

	background-color: white;
	overflow: hidden;
	top: 0;
	width: 100%;

}
	
.rib a{

	float: right;
	color: gray;
	padding: 30px 10px;
	text-decoration: none;
	font-size: 17px;
	font-family: Arial;
	position: relative;

}
.rib a:hover{

	color: black;
	opacity: 0.9;
	background-color: gray;
}

.rib a.active{

	border-bottom: 5px solid;
	color: black; 
}

.bttn{

	float: right;
	margin-right: 10%;
	margin-top: 20px;
	background-color: #0000cc;
	border-radius: 5px;
	color: white;
	height: 40px;
	width: 130px;

}

.bttn:hover{

	background-color: blue;
	opacity: 0.9;
}

.pic{

	margin-left: 10px;
	margin-top: 10px;
	height: 10%;
	width: 25%;


}



.slide-container{

	width: 1370px;
	height: 580px;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
	position: fixed;
	
}

.image-container{

	width: 4240px;
	height: 500px;
	position: relative;
	transition: left 2s;
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	-o-transition: left 2s;
}

.slider-image{

	float: left;
	margin: 0px;
	padding: 0px;
}

.button-container{

	top: -50px;
	position: relative;
}

.slider-button{

	display: inline-block;
	height: 10px;
	width: 10px;
	padding: 5px;
	border-radius: 10px;
	background-color: white;
}

#slider-image-1:target ~ .image-container{

	left: -60px;
}

#slider-image-2:target ~ .image-container{

	left: -1450px;
}

#slider-image-3:target ~ .image-container{

	left: -2830px;
}





.aboutus{

	background-color: orange;
	font-size: 35px;
	margin-top: -35px;
	text-indent: 130px;
	
}

.history{
 
	font-size: 23px;
	margin-left: 130px;
	margin-right: 130px;
}

h3{

	font-family: Calibri;
	
}

.small{

	font-size: 14px;
	margin-top: -20px;
	text-indent: 0px;
}

p{

	font-size: 20px;
	font-family: Calibri Light;
}

.stripetable{

	border-collapse: collapse;
	width: 100%;
	font-family: Calibri;
}

.stripetable thead{

	background-color: gray;
}

.stripetable th, td{

	padding: 10px;
}

.stripetable tr:nth-child(even){

	background-color: #dddddd;
}







.dashrib{

	background-color: black;
	overflow: hidden;
	top: 0;
	width:100%;
	
}

.dashrib a{

	text-decoration: none;
	position: relative;
	color: white;
	margin-left: 10px;		 
	font-size: 17px;
	font-family: Calibri;
	margin-top: 25px;
	
}

.dashrib a:hover{

	color: gray;
	opacity: 0.9;
}












.verticalnav{

	height: 583px;
	width: 270px;
	position: fixed;
	z-index: 1;
	left: 0;
	background-color: black;
	overflow-y: auto;
	height: 90%;	
	border-collapse: collapse;
}

.verticalnav a{

	color: white;
	text-decoration: none;
	font-size: 20px;
	margin-top: 5px;
	padding: 10px 20px 1px 60px; 
	display: block;
	
}

.verticalnav a:hover{

	text-decoration: none;
}


.notif a{

	float: right;
	margin-top: -50px;
	margin-right: 200px;
}





.dropdown {

  	float: right;
  	overflow: hidden;
  	margin-right: 50px;
  	margin-top: 10px;
  	text-align: center;
}

.dropdown .dropbtn {

  	cursor: pointer; 
  	border: none;
  	outline: none;
  	color: white;
  	padding: 15px 15px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0;
}

.dropdown-content {

  	display: none;
  	position: fixed;
  	min-width: 200px;
   	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-left: -70px;
	padding: 5px 10px;
}

.dropdown-content a {

  	float: none;
  	color: black;
	padding: 10px 5px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
}

.dropdown-content a:hover {
  	background-color: #f2f2f2;
}



.createpmr{

	margin-left: 80px;
	border-radius: 20px;
	background-color: blue;
	color: white;
	border: none;
	padding: 8px 10px;
	
}






.notif{

	float: right;
	overflow: hidden;
	text-align: left;

}

.notif .notifbtn{

	cursor: pointer;
	border: none;
	outline: none;
	color: white;
	padding: 15px 15px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;

}

.notif-content{

	display: none;
	position: absolute;
	min-width: 150px;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-left: -20px;

}










