.bee-selection{
	flex-direction:row;
	padding-left:20%;
}

body {
	font-family: Verdana
}

.tab-container{
	font-family: Verdana
}


.cards {
    height: auto;
}

.title {
	width:100%;
	height:auto;
	background-size: auto;
	border-radius:30%;
	margin:auto;
}

h1 {
	font-family:Bahnschrift;
	text-align:center;
	padding:2vh;
	font-size:6em;
	margin:auto;
	
}

.buttons{
	
	display:flex;
	align-items:center;
	justify-content:space-between;
	background-color:white;
	flex-direction:row;
	position:sticky;
	top:5%;
	z-index:300;
	padding-bottom:1%;	
}

.top-sticky{
	position:sticky;
	top:0;
	z-index:200;
	background-color:white;
	display:flex;
	flex-direction:row
}

div {
	font-family: Verdana
}
.dropdown-row{
	flex-direction:row;
	top: 24.5%;
	z-index: 220;
	position: sticky;
}

.dropdown-row2{
	flex-direction:row;
	top: 32.5%;
	z-index: 200;
	position: sticky;
}

.double-graph{
	width: 50%;
}


#tables{
		flex-direction:row;
		width:auto;
		margin: 5%;
	}

.vertical-scroll{	
	overflow-y: auto;
    max-height: 100vh;
}
.landing{
	display: flex;
	flex-direction:row;
	height: 100%;
}

.logo-image{
	width:80%;
	border-radius:30%;
	padding:1%;
	margin:auto
}

.background-image{

	height:auto;
}

.landing-text{

	padding-top:10px;
	width:50%;
	margin:auto;
}

#landing-page{
		flex-direction:row;
		width:100%;
		padding-right:10px;
		height:100%;
		background-image:url("/beeapp/assets/hex.jpg");
		background-repeat:repeat;
		gap:50%;
		margin:auto;
		
	}

.logo-header{
		width:50%;
		display:flex;
		flex-direction:column;
		padding-top:10px
	}


.display-col{
		height:100vh;
		width:50%;
	}
	
.multi-chrono{
		width:100%;
	}


.pagination > li > a
{
    background-color: white;
    color: black;
}


.pagination > li 
.pagination > li 
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: black;
    background-color: #eee;
    border-color: #301808;
}

.pagination > .active
{
    color: white;
    background-color: #301808;
    border: solid 1px #301808;
	--bs-pagination-active-bg: #301808;
}

.tab{
	padding: 10 25;
}


.full-width {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.vertical-tabs {
    width: 20%;
    min-width: 220px;
    flex: 20%;
	z-index: 50;
	float:left;
	position:sticky;
	top: 24%;
}

.tabs {
    flex: 1 1 auto;
    width: 80%;
    min-width: 0;
}

.chrono {
    width: 100%;
    max-width: 100%;
}

.double-display{
		width: 100%;
		flex-direction:row;
	}
	
	
.cards{
		width:95%;
		margin:5%;
	}
	
.single-card {
	height:100%;
	margin-top:5vh;
	margin-left:5%;
}

.double-disp {
	width:100%;
	height:auto;
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	min-height:50vh
}

.chrono-menu {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px
}

.full-card{
	height:60vh;
	margin-top:5vh;
	margin-left:5%
}
	
@media (max-width: 1200px){
	
	.double-display{
		width: 75vw;
		flex-direction:row;
	}
	
	
}

.my-tabs {
    position: sticky;
    top: 15%;
    z-index: 175;
}

@media (max-width: 768px) {

	.double-display{
		flex-direction:column;
	}

	.bee-selection{
		flex-direction:column;
		padding-left:0%;
	}

	.double-graph{
		width: 100%;
	}

	.landing{
		flex-direction:column-reverse;
	}

	.logo-image{
		width:100%;
	}

	.background-image{

		height:auto;
	}
	.landing-text{
		width:100%;
	}
	
	.display-col{
		width:100%;
		height:300vh;
	}
	.dropdown-row{
		flex-direction:column;
		top:0;
		position: static;
	}
	
	#tables{
		flex-direction:column;
		width:90%;
		margin:auto;
	}
	
	.logo-header{
		width:100%;
	}
	
	.buttons{
		flex-direction:column;
		position:static;
	}
	
	.tab{
	padding: 25 25;
	}
	
	.my-tabs {
    position: static;
	top:0;
	}
	
	.top-sticky{
		position:static;
		top:0;
	}
	
	.dropdown-row2{
	flex-direction:column;
	top:0;
	position: static;
}

	.full-width {
		display: flex;
		width: 100%;
		align-items: flex-start;
		flex-direction:column;
	}

	.vertical-tabs {
		width: 100%;
		flex: none;
		position:static;
		top: 0;
	}

	.tabs {
		flex: none;
		width: 100%;
	}


	.double-display{
		width:100%
	}


}



.tab.custom-tab{

	background-color: #feffe3;
}

.tab.selected{

	font-weight: bold;
	background-color: #301808;
	color: white;
}

.list-title{
	font-weight:bold;
	font-size:1.5em;
}

ul {
	font-size:1em;
}