body {
   /*background-color: #e4e1e1;*/
	font-family:"Prompt", sans-serif;
	/*background-image: url("back2.png");
	background-attachment: fixed;
	background-repeat:repeat-x;*/
}

.main-wrapper {
		max-width: 1500px;
		margin: 0 auto;
		display: grid;
		gap: 10px;
}


.top-wrapper {
	margin: auto;
	max-width: 1500px;
	height: 400px;
	margin-top: 10px;
	overflow: hidden;
	animation-name: change;
	animation-delay: 15;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	border-radius: 15px;
}


.top-wrapper img{
	transform: translateZ(0);
}
/*
.top-wrapper-change {
	animation-name: change;
	animation-duration: 20s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	max-width: 1500px;
	white-space: nowrap;
}
*/

/*
@keyframes change{
 0%
    { 
		background-image: url(abannerset1a.jpg);
    }
20%
    { 
        background-image: url(abannerset1b.jpg);
    }
40%
    { 
        background-image: url(abannerset1c.jpg);
    }
60%
	{ 
        background-image: url(abannerset1d.jpg);
    }
80%
	{ 
        background-image: url(abannerset1e.jpg);
    }
100%
	{ 
        background-image: url(abannerset1f.jpg);
    }
}



@keyframes change{
 0%
    { 
		background-image: url(bbannerset2a.jpg);
    }
20%
    { 
        background-image: url(bbannerset2f.jpg);
    }
40%
    { 
        background-image: url(bbannerset2b.jpg);
    }
60%
	{ 
        background-image: url(bbannerset2c.jpg);
    }
80%
	{ 
        background-image: url(bbannerset2e.jpg);
    }
100%
	{ 
        background-image: url(bbannerset2d.jpg);
    }
}
*/


@keyframes change{
 0%
    { 
		background-image: url(cbannerset3b.jpg);
    }
20%
    { 
        background-image: url(cbannerset3a.jpg);
    }
40%
    { 
        background-image: url(cbannerset3c.jpg);
    }
60%
	{ 
        background-image: url(cbannerset3d.jpg);
    }
80%
	{ 
        background-image: url(cbannerset3e.jpg);
    }
100%
	{ 
        background-image: url(cbannerset3f.jpg);
    }
}
	

.nav-wrapper {
	max-width: 1500px;
	display: grid;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	background-color: transparent;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 1px solid #c9c7c7;
}

.navinner {
	display: flex;
	justify-content: space-between;
	border: 2px solid #c9c7c7;
	background-color: #cfced1;
	/*
	margin: 10px;
	padding: 10px;
	display: flex;
	max-width: 1500px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	
	*/
}

.logo {
	gap: 20px;
	display: flex;
	padding: 20px;
	float: left;
	font-weight: bold;
	font-size: 24px;
}

.Batch {
	float: left;
	display: inline;
	margin: 0 auto;
}

.update {
	background-color: transparent;
	display: flex;
	justify-content: space-between;
}

.update a{
	background-color: transparent;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border: 2px transparent;
}

.update ul li {
		display: inline;
		list-style-type: none;
}

.update a{
	background-color: transparent;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border: 2px transparent;
}

.nav-wrapper ul li {
		display: inline;
		list-style-type: none;
}

.nav-wrapper a{
	background-color: transparent;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border: 2px transparent;
}

.nav-wrapper a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #eee;
	background-color: #ad3847;
	padding: 5px;
	border: 2px #eee;
	border-radius: 2px;
}

.nav-items {
			margin-top: 30px;
			
		}

.list-item {
	margin: 0 auto;
	padding: 10px;
	text-transform: uppercase;
	color: #0a0202;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}

.container-main {
	display: grid;
	max-width:1500px;
	max-height: 1200px;
	
}

/*
.container-inner{
	display: grid;
	justify-content: left;
	background-color: transparent;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 1px solid #c9c7c7;
	grid-template-areas:
		"contentmain contentmain sidebarmain"
		"contentmain contentmain sidebarmain"	
}
*/

.container-inner{
	display: grid;
	justify-content: left;
	background-color: transparent;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 1px solid #c9c7c7;
	grid-template-areas:
		"contentmain contentmain sidebarmain"
		"contentmain contentmain sidebarmain"	
}

.content {
	grid-area: contentmain;
	margin: 10px;
	padding: 10px;
	background-color: #cfced1;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 2px solid #c9c7c7;
}


.sidebar {
	grid-area: sidebarmain;
	margin: 10px;
	padding: 10px;
	background-color: #cfced1;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 2px solid #c9c7c7;
}


.sidebarsub1 {
	
	margin: 10px;
	padding: 10px;
	background-color: #cfced1;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 2px solid #333;
}


.sidebarsub2 {
	margin: 10px;
	padding: 10px;
	background-color: #cfced1;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 2px solid #333;
}


.sidebarsub3 {
	margin: 10px;
	padding: 10px;
	background-color: #cfced1;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 2px solid #333;
}


.Title {
	text-align: center;
	padding: 20px;
	color: #0a0202;
}


.burger-icon {
		display: none;
}

.news {
	padding: 8px;
	background-color: #c9c7c7;
	border: 2px solid #333;
	border-radius: 5px;
}


.TextHead {
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size:20px; 
  color: #c1c1c1;
}

.TextHead1 {
  font-family: 'Lato', sans-serif;
  font-size:15px; 
  color: #000;
}
	
.TextHead2 {
  font-family: 'Lato', sans-serif;
  font-size:17px; 
  color: #259ce7;
}

.TextHead3 {
  font-family: 'Lato', sans-serif;
  font-size:20px; 
  color: #323237;
}

.footer {
		max-width: 100%;
		display: grid;
		
		grid-template-columns: minmax(20px,100%) minmax(20px,100%) minmax(20px,100%) minmax(20px,100%);
		border-radius: 3px;
		
		background-color: #c9c7c7;
		/*color:#333;*/
}


/* TABLET MEDIA QUERY */

@media screen and (max-width: 950px) {


		.container-inner {
			grid-template-areas:
				"contentmain contentmain contentmain"
				"sidebarmain sidebarmain sidebarmain"
		}
		
		.sidebar {
				grid-template-columns: repeat(3,1fr);
		}
		
		.nav-items {
			grid-column: 1/5;
			text-align: center;
		}
		
		.logo {
			grid-column: 1/5;
			text-align: center;			
		}
		
		.nav-wrapper {
			margin-top: 0;
			
		}
	
}

/* MOBILE MEDIA QUERY */

@media screen and (max-width: 690px) {
	
	.logo{
		grid-column: 1/3;
	}
	
	.nav-items{
		grid-column: 1/5;
		text-align: center;
	}
	
	.nav-wrapper ul {
		padding: 0;
		margin: 0;
		
	}
	
	
	.nav-wrapper ul li {
		display: block;
		
	}	
	
	.burger-icon {
		display: inline-block;
		justify-self: end;
		grid-column: 4/5;
		border: 2px #eee;
		color:#eee;
		padding: 10px;
		font-weight: bold;
		border-radius: 3px;
	}
	
	.burger-icon:hover {
			cursor: pointer;
			display: none;
	}
	
	.container-inner{
		grid-template-areas:
		"contentmain contentmain contentmain"
		"sidebarmain sidebarmain sidebarmain"
	}
	
	.sidebar{
		grid-template-columns: 1fr;
	}
	
	.footer > div{
		grid-column: 1/-1;
		
	}
	
	.featured h1 {
	font-size: 30px;
}

.mobile-show {
	display: block;
}

.mobile-hide {
	display: none;
}


	
}

/* Preloader */
@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}



.footertitle {
	text-align: center;
	padding: 20px;
	color: #0a0202;
}

.footer > div {
	padding: 20px;
}

.footer ul li {
	padding: 2px;
}

.footer a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
	background-color: transparent;
}

.footer a:hover {
	text-decoration: none;
	color: #eee;
	background-color: #ad3847;
	padding: 1px;
}

.copyright{
	max-width: 1200px;
	margin: auto;
	padding: 20px;
	grid-column: 1/-1;
}

.footerstuff{
	line-height:1.5em;
	font-size: 12px;
}

.footerbatch {
	display: grid;
	gap: 30px;
	margin: auto;
	text-decoration: none;
	font-weight: bold;
	color: #c1c1c1;

}

.foot1 {
	display: grid;
	justify-content: left;
	padding: 8px;
	background-color: #c9c7c7;
	border: 0px solid #333;
	border-radius: 5px;
}


a.info:link {
	color: #0080FF;
	text-decoration:none;
	background-color: transparent;
	padding: 1px;
	font-weight: bold;
}

a.info:visited {
	color: #0080FF;
	text-decoration:none;
}

a.info:hover {
	color: #fff; 
	text-decoration:none;
	background-color: #323237;
	padding: 1px;
	font-weight: bold;
}

a.info1:link {
	color: #46a2fe;
	text-decoration:none;
	background-color: transparent;
	padding: 1px;
	font-weight: bold;
}

a.info1:visited {
	color: #46a2fe;
	text-decoration:none;
}

a.info1:hover {
	color: #c1c1c1; 
	text-decoration:none;
	background-color: #323237;
	padding: 1px;
	font-weight: bold;
}

a.link:link {
	color: #000;
	text-decoration: underline;
}

a.link:visited {
	color: #000;
	text-decoration:none;
}

a.link:hover {
	color: #fff; 
	text-decoration:none;
	background-color: #323237;
	padding: auto;
}

a.nav:link {
	color: #fff;
	text-decoration:none;
	border: 2px solid transparent;
}

a.nav:visited {
	color: #fff;
	text-decoration:none;
	border: 2px solid transparent;
}

a.nav:hover {
	color: #000;
	background-color: #c1c1c1;
	padding:0px;
	text-decoration:none;
}

a.back:link {
	color: #000; 
	text-decoration:none;
	background-color: #c1c1c1;
	padding:2px;
	border: 1px solid #000;
}

a.back:visited {
	color: #000; 
	text-decoration:none;
}

a.back:hover {
	color: #fff; 
	background-color: #c1c1c1;
	padding: 2px;
	text-decoration:none;
	border: 1px so;
}
