.Dept_Title{
		border: 5px grooved #ffffff;  
		Text-align: center;
		font-size: 60px;
		font-family: Times New Roman;
		color:red;
		background-color:white;
		text-shadow:2px 0px black;
		text-decoration-line: underline; 
		text-decoration-style: solid; 
		}
.maincontent{
			display: grid;
			grid-template-columns:auto 85%;
			grid-auto-rows: minmax(auto, 400px);
			grid-gap: 1em;
			margin-bottom: 500px;
			
		}
		
body{
			background-image: url('images/pcjefdpatch.jpg');
			background-repeat: no-repeat;
			background-position:center;
			background-attachment:scroll;
			background-size: 33%;
			padding: 1em;
			
		

			
			
			
		}

.main1, .main2, .main3{
			font-size: 18px;
			font-family: arial black, Times New Roman;
			
}



ul.nav {
		list-style-type: none;
}		
ul.ops {
		text-align: left;
}

li.nav{
		width: 100px;
		height: 20px; 
		border: #333 1px solid; 
		padding: 5px; 
		margin: 5px;
		text-align: center;
		background-color: red;
		font-size: 20px;
		font-family: times new roman; 
}

ul.nav{
	list-style-type: none;
	width: 150px;
	height: 200px;
	text-align: center;
	font-size: 16px;
	font-family: times new roman;
	
}
ul.ops,.ed{
	list-style-type: none;
	font-size: 18px;
	font-family: times new roman, sans seriff;
}
a:link{
		color: black;
}

a:hover {
		text-decoration: none;
		color:gray; 
}

footer{
	background-size: 100%;
	text-align: center; 
	font-size: 12px; 
	padding-top: 100px;
	} 
.stations{
	justify-content: space-evenly;
	height: 800px; 
}
.wrapper{
		display: grid; 
		justify-content: space-evenly;
		grid-template-columns: auto auto auto; 
		grid-gap: 50px ;
		text-align: left;
	        }
.wrapper > div{
		background:;
		padding:2px;
		}
.wrapper > div:nth-child(odd){
		background:#ddd;
		}
		
.wrapper2{
		display: grid; 
		justify-content: space-evenly;
		grid-template-columns: auto auto auto; 
		grid-gap: 50px ;
		text-align: center;
		 }
.wrapper3 {
		display: grid;
		grid-template-columns: auto auto;
		justify-content: space-between;
		height: 1000 px;
		
	
}
.wrapper4{
		display: grid;
		grid-template-columns: 33.33% 33.33% 33.33%;
		justify-content: space-evenly;
		grid-gap: 20px;
		max-height: 100%;
		Text-align: center;
		color: black;
		max-width: 90%;
		
		
}
ul.adm{
	list-style-type: none;
	text-align: left; 
}
ul.ofs{
	list-style-type: none;
	text-align: left;

}
ul.FT{
	list-style-type: none;
	text-align: left;
}
ul.PT{
	list-style-type: none;
	text-align: left;
}
ul.vol{
	list-style-type: none;
	text-align: left;
}
ul.cad{
	list-style-type: none;
	text-align: left;
}
.officers {
	font-family: times new roman, sans seriff;
	font-size: 18 px;
	text-align: center;
	font-weight: bold;
	border: 4px double red;
	border-radius: 5%;

}
.admin{
	font-family: times new roman, sans seriff;
	font-size: 18 px; 
	font-weight: bold;
	border: 4px double red;
	border-radius: 5%;
	
}
.FullTime {
	font-family: times new roman, sans seriff;
	font-size: 18 px;
	font-weight: bold;  
	border-radius: 5%;
	border: 4px double red;
}
.PartTime{
	font-family: times new roman, sans seriff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5%;
	border: 4px double red;
}
.Volunteers{`
	font-family: times new roman, sans seriff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5%;
	border: 4px double red;
}
.cadets{
	font-family: times new roman, sans seriff;
	font-size: 18px;
	font-weight: bold;
	border-radius:5%;
	border: 4px double red;
}
@media only screen and (max-width: 600px) {
	.maincontent, div.wrapper ,div.wrapper2 ,div.wrapper3 ,div.wrapper4{
		display: inline;
		
	}
	div{
		margin: 20px;
		display: center;
		
	}
}