@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Rubik|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Roboto&display=swap');

* {box-sizing: border-box;}
body{
	margin: 0;
	padding: 0;
	background: #4682B4;
	overflow: none;
	scroll-behavior: smooth;
}
header{
	display: none;
	position: sticky;
	top: 0;
	font-family: 'Quicksand', sans-serif;
}

.logic img{
	display: none;
}

.welcome{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	background-image: url("images/Awitong2.jpg");
	background-size: cover;
}
.welcome p{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-align: center;
}
@media screen and (max-width: 600px){
	.anganya a img{
		width: 300px;
		height: 350px;
		padding-left: 5px;
	}

	.page{
		display: none;
	}
}

@media screen and (max-width: 1317px){
	nav ul li a{
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	left: 50%;
	right: 50%;
}

	.link h1{
		text-align: center;
	}
}
nav{
	width: 100%;
	height: auto;
	background: darkblue;
	padding: 0 10px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	text-decoration: none;
	}
	nav .active{
    border-bottom: 2px solid #fff;
  }
	
	nav .link img{
		margin: 0;
	}

	nav .link a{
		text-decoration: none;
		font-size: 20px;
	}
	nav .link  a:hover{
		color: green;
	}
	
	nav ul{
		padding: 0;
		float: right;
	}
	nav ul li{
		list-style: none;
		display: inline-block;
		padding: 30px 30px;
		transition: 0.5s;
	}
	nav ul li a{
		color: #fff;
		text-decoration: none;
		font-family: 'Quicksand', sans-serif;
		box-sizing: border-box;
		font-size: 20px;
	}
	nav ul li a:hover{
		color: 	#483D8B;
	}

/*responsive number one (800px)*/

@media (max-width: 800px){

nav #icons a{
    margin:10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
  }

nav{
	padding: 0;
	}

nav ul li{
	padding: 20px 30px;
	font-size: 15px;
	}

}


/*responsive number two*/

@media (max-width: 600px){

	nav{
		display: none;
		padding: 0;
	}
	nav #icons a{
		display: none;
	}
	.responsive-bar{
		display: block;
		position: fixed; 
	}
	nav h1{
		display: none;
	}
	nav ul{
		float: none;
	}
	nav ul li{
		display: block;
		text-align: center;
		background: #141e33; 
		padding: 15px 20px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	h1.brand{
		display: none;
		text-align: center;
	}
	.container h1{
		text-transform: uppercase;
		font-family: 'IBM Plex Sans', sans-serif;
		text-align: center;
	}
	.container .gallery{
		width: 70%;
	}

	.left-columb{
	width: 100%
    margin-left: 0;
    padding: 0;
    top: 0;
    bottom: 0;
	}
	.left-columb h2{
		font-size: 20px;
	}
	.left-columb img{
		width: 300px;
		height: 300px;
	}

	.more img{
		display: none;
	}

	.logic img{
	display: block;
	background: #fff;
}


}


#box-1>h1{
	text-transform:uppercase;
	color: #666699;
	font-family:  Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 50px;
}
#box-1>h2{
	text-transform: uppercase;
	text-align: center;
	font-family: serif;
}

.left-columb{
    background-color: #D3D3D3;
    margin:0 auto; 
	max-width: 100%;
	margin-top: 0
}
}
.left-columb img{
	image-rendering: unset;
	width: 400px auto;
	height: 400px;
	margin: 0;
	padding: 0;
}
.left-columb p{
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px;
	font-size: 25px;
}
.left-columb h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

.description h2,h3{
	text-transform: uppercase;
	margin: 10px;
}
.description img{
	margin: 10px;
}
.padding-page{
	padding: 2px;	
}
#clan-leader{
	border-radius: ;
	padding: 2px;
}

.container h1{

	font-family: 'Open Sans Condensed', sans-serif;
	
}
#paragraph{
	color:orange;
	background:white;
	margin:5px;
}
#about{
	color:pink;
	margin:5px;
	background:white;
	text-align:center;
}


/*FOOTER STYLINGS STARTS HERE*/

	footer{
	   color:white;
	   background-color: #141e33; 
	   padding:20px;
	   float:left;
	   width:100%;
	   } 
	footer a{
		color: #ff9100;
		font-family: sans-serif;
		text-decoration: none;
	}  
	footer a:hover{
		background: #007eff;
		transition: 0.2s;
	} 
	footer p{
		text-align: center;
	}
#container{
	max-width: 1000px;
	left: 50%;
	padding: 0 5px;
}
#container img{
	float: right;
	padding-top: 90px;
	padding-left: 30px;
}
#container p{
font-family: 'Hind Siliguri', sans-serif;
padding:2px;
font-size: 19px;
}
#container h2{
	line-height: 50px
	font-size: 40px;
}
.division{
background: #fff;
border-radius: 5px;
}
.division h1{ 
	text-align: center;
	color: #1a53ff;
	font-family: 'Cormorant SC', serif;
	font-weight: bold;
	height: 60px;
	line-height: 60px;

}
.division h3{
	background-color: #f0f0f5;
	font-family: 'Playfair Display SC', serif;
	height: 100px;
	text-align: center;
	line-height: 100px;
}
.container{
	width: 100%;
	margin: auto;
	background-color: #4169E1;
	overflow: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 15px;
	top: 0;
}
.gallery{
	margin: 5px;
	float: left;
	width: 240px;
}
.gallery img{
	width: 100%;
	height: auto;
}
.desc{
	padding: 5px;
	text-align: center; 
}


/*This is the design for sub clan leadership*/

.int-clan ul li{
	margin: 0;
	display: inline;
	list-style: none;
	padding: 0 30px 0 30px;
	background-color: navy blue;
	color: black;
	font-size: 20px;
	font-family: sans-serif;
	height: 60px;
	animation: ease-out;
	float: none;
	font-weight: bold;
}

.welcome h1{
	text-align: center;

}



/* Add a black background color to the top navigation */
	.topnav {
		background-color: #333;
		overflow: hidden;
		display: none;
		position: sticky;
	}
	
	/* Style the links inside the navigation bar */
	.topnav a {
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
	}
	
	/* Change the color of links on hover */
	.topnav a:hover {
		background-color: #ddd;
		color: black;
	}
	
	/* Add an active class to highlight the current page */
	.topnav .active {
		background-color: #4CAF50;
		color: white;
	}
	
	/* Hide the link that should open and close the topnav on small screens */
	.topnav .icon {
		display: none;
	}
	
	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
	@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
        display: none;
    }
	.topnav a.icon {
		float: right;
		display: block;
	}

	header{
		display: block;
	}
	}
	
	/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
	@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;"
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav {
		display: block;
	}
	}

/* SLIDESHOW STYLINGS */
@media screen and (max-width: 800px){
	.mySlides img{
		width: 100%;
		height: 300px;
	}

}

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

	.topnav .fa-home{
		margin: 2px;
	}

	.mySlides img{
		width: 100%;
		height: 250px;
	}

	.img-1{
		display: none;
	}

	.page h1{
		display: none;
	}
}
	
.page{
	background-color: #000;
	top: 0;
	bottom: 0;
	width: 100%;
}

.page i{
	font-family: sans-serif;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.page i a{
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}

i{
	margin: 0;
}

.fas{
	color: 	#1E90FF;
	font-size: 20px;
}
img {vertical-align: middle;}

.slideshow-container {
  width: 100%;
  
  margin-top: 1px;
}

/* Caption text */
.text {
  display: none;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  display: none;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.topnav .active {
  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) {
  .text {font-size: 11px}
}


@media screen and (max-width: 600px) {
 
  .div-1{
  	width: 100%;
  }
  .div-1 ul li{
  	width: 100%;
  }
}
.div-1{
	background-color: linear-gradient(45deg, rgb(76, 0, 255), transparent), 
	repeating-linear-gradient(45deg, rgb(183, 0, 255) 0%, rgb(183, 0, 255) 5%, transparent 5%, transparent 10%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 6px;
    top: 0;
    bottom: 0;
}

.inter-clan h1{
	font-family: 'Ubuntu', sans-serif;
	color: 	#191970;
	font-size: 50px;
}
.inter-clan p{
	font-size: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: 	#CD853F;
}
.inter-clan ul li{
	text-align: center;
	background-color: #4169E1;
	border: 1px solid white;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin: 0;
	border-radius: 6px;
	list-style: none;
	color: 	#ffffff;
	font-family: 'Didact Gothic', sans-serif;
	text-transform: uppercase;
	width: 160px;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.ranging{
		margin: 5px 10px 0 10px;
		float: left;
		width: 300px;
		height: 100px;
	}
.description{
		font-family: 'Barlow', sans-serif;
	}

.diwic{
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	color: 	#fff;
	font-size: 20px;
	text-align: center;
}

.comit{
	margin-top: 10px;
}

.more{
	width: 100%;
	background-color: #191970;
	border: 6px solid#000080;
	box-sizing: border-box;
	height: 250px;
	border-radius: 5px;
	bottom: 0;
	top: 0;
}

/* STYLINGS FOR WITHIN BEFORE FOOTER*/

@media screen and (max-width: 600px){
	.within .foto img{
	display: inline;
	padding: 5PX;
	width: 100%;
}
}

.within{
	width: 100%;
	height: 100px auto;
	margin: 0;
	padding: 0; 
	margin-left: 5px;
}
.within .foto img{
	display: inline;
	padding: 5PX;
}

.nagasha{
	clear: both;
}

.recent{
	clear: both;
}

table {
  font-family: sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

td, tr{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: normal;
}
tr:nth-child(even) {
  background-color: #4169E1;
}

#tableContainer{
	background:	#191970;
}

.thead{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
}

#rec-com{
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	text-align: center;
	color: cornsilk;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  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);
}

.right{
	font-family: 'Montserrat', sans-serif; 
	text-align: center;
}

#page{
	width: 100%;
}

.columb-list ul li{
	list-style-type: square;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 25px;
}


/*DROPDOWN LIST STYLINGS*/

.dropbtn {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  border: none;
  cursor: pointer;
  display: inline;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}
		