/* Navi */
#Navis, #Ranks, #Divisions{
	align-items: stretch;
	align-content: space-evenly;
	justify-content: center;
}

#Navis .navidivcat{
	max-width:80%;
}

#Navis ul{
	width: 100%;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
#Navis h3 {
	vertical-align: middle;
}

#Navis li, #Ranks li {
	float:left;
	margin:5px 5px;
	list-style: none;
	text-indent: unset;
}
#Navis li {	/*! background-color: rgba(255, 255, 255, 0.15); */
	font-size: 1.4em;
	text-shadow: rgb(0, 0, 0) 0em 0em 5px;
	border: 1px solid #232323;
	border-radius: 4px;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
	padding: 5px 10px !important;
	border: unset;
    padding: unset !important;
    margin: 2px;
}
#Navis a {
	color: #eee;
}

#Cohorts, #Ranks, #Navis {
	margin: 10px 5px;
	display: block;
}

#Navis.floating .navis-container{
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.95);
	background-color: #000000ee;
	
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	display: block;
	/*! float: left; */
}

#Navis .cohorts-navis-container{
	justify-content: space-around;
}

/* Containers */

.cohorts-container {
	background: #191919;
}

.cohorts-container,
.cohorts-container .navis,
.cohorts-container .cohorts-row {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cohorts-container .cohorts-row {
	margin: 0 auto;
	width: 100%;
	padding-left: 11px;
}

.cohorts-container .cohorts-row .header{
	width:100%!important;
}

.cohorts-container .cohorts-row ol {
	width: 150%;
	margin-left: -28px;
}

.cohorts-container .cohorts-row ol .member-division {
	color: #7e7e7e;
	font-size: 9px;
}

.cohort {
	width: 15.5%!important;
	float: left!important;
	margin-left: 6px!important;
	margin-right: 6px!important;
}

/* Media queries */

@media screen and (min-width: 1025px) {
	#Navis.floating {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		margin: 0;
		width: 100vw;
		display: block;
	} 
}

/* @media screen and (max-width: 1025px) {
	.cohorts-container .cohorts-row {
		display: flex;
	}
} */

@media screen and (max-width: 1025px) {
	#Navis{
		max-width: 100%;
		text-align:center;
	}

	#Cohorts, #Ranks, #Navis {
		margin: 0;
	}
}