*{margin:0; padding:0;}
body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:left;
		height:100vh;
		background-repeat:repeat;
		margin:0 auto; padding:0;
		max-width: 1300px;
	}
.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}
#logo2,#logo{font-size:22pt; color:#4d1008;margin:10px;font-weight:bold;display:inline-block;text-transform: capitalize;}
article h1,h2,h3,h4,h5,h6{padding:15px;}
.heading{font-size:15pt;margin-bottom:5px;font-weight:bold;padding:10px;color:#1e3b13;}
#menu2{
	height:50px;z-index:6;letter-spacing:1px;font-size:14px;border-radius:10px;float:left;margin-top:20px;
}

#menu2 .nav{float:right;}
#menu2 ul{list-style-type:none;}
#menu2 ul li{float:left; position:relative; text-align:center;  margin: 0 1px;}
#menu2 ul li .fas{color:#3B3B3A !important; }
#menu2 ul li a.active .fas,#menu2 ul li a:hover .fas{color:white !important; }
#menu2 ul li a{ 
  text-decoration:none; 
  color:#fff;
  line-height:50px; 
  padding: 17px 12px;
  background-image: linear-gradient(#c81e07,#c81e07);
 
}
#menu2 ul li a.active,#menu2 ul li a:hover { 
  text-decoration:none; 
  color:white;
  line-height:50px; 
  padding: 17px 12px;
  background-image: linear-gradient(#c81e07, #4d1008);

}
#menu2 ul li:not(:last-child):after { margin-right: 5px;}

#menu2 ul li::before {
	content: '';
	position: absolute;
	width: 1.5em;
	height: inherit;
	border-radius: 50%;
	top: 0;
}

.nav>li>a {color: red;}

.mySlides {display: none}
img {vertical-align: middle;}
.mySlides img{ width: 100%;
  max-height: 400px;
    overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
   object-fit: cover;
  background-attachment: fixed;}

/* Slideshow container */
.slideshow-container {
  min-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



section{max-width:1200px;margin:auto auto;}
article{display: inline-block;margin-top:10px;}
article h1{font-size:19pt; color:#ba330f; font-family: Georgia, 'Times New Roman', Times, serif;}
article p{font-size:12pt; font-family: Georgia, 'Times New Roman', Times, serif;line-height: 18pt;}
article h2{margin-top:10px;font-size:15pt;color:#585858; margin-bottom: 8px;margin-top: 13px;font-family: Georgia, 'Times New Roman', Times, serif;padding:20px 5px 5px 20px;}
article p{display: inline-block;margin:0 20px;}
article hr{clear:both; width:80%; margin:30px auto;border-top: 1px dashed #fff;}
article img{margin:0 0 20px 20px; border:2px solid white; width:80%;}
aside{display: inline-block;float:right;}
aside .side-head{
	background:#2D3949;
	padding:15px 5px;
	border:1px solid gray;
	font-weight: normal;
	color:white;	
	font-size:17px;
	margin-left:30px;
	text-align: center; 
	font-weight: 520;
	
	}
aside .side-head div{
	border:1px solid gray;
	font-weight: normal;	
	font-size:14px;
	}
aside h1,form{margin: 5px 5px 5px 45px;}
aside p{margin:0px 25px 20px 45px;}

aside form{margin-left:40px;}
aside p,form{font-size:11pt;line-height: 1.3em;}
aside h1{font-size:13pt;color:#41312d;}
aside a{text-decoration:none; color:#41312d;}

.search{line-height:25px;border-radius:10px;width:250px;float:right;margin-top:0px; border:1px solid gray; }
#a2 h4,#a h4{color:green;min-height:36vh; font-size:15pt;	padding-top:20px;width:90%;display:inline-block;text-align:center;
line-height:1.3em;}

.top-nav .logo a strong {
	font-size: 2em;
	font-weight: 800;
}

footer{ display:block; text-align:center; font-size:11pt;margin: 15px 0; }
#top-header {padding:15px;}
#top-header a{padding:4px;text-decoration: none;color:black;}
.topnav {
  overflow: hidden;

	background-color: #333;
	position: relative;
  }
	
.topnav img{margin-top:10px;}
  .topnav #myLinks {
	display: none;
  }
  
  .topnav a {
	color: rgb(163, 160, 160);
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  display: block;
  }
  
  .topnav a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin:30px 20px 0 0;
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .topnav a.active {
	background-color: #f7f7f7;
	color: black;
  }