.bee-selection{
	flex-direction:row;
	padding-left:20%;
}

body {
	font-family: Verdana
}

.tab-container{
	font-family: Verdana
}

.buttons{
	flex-direction:row;
}

div {
	font-family: Verdana
}
.dropdown-row{
	flex-direction:row;
}

.double-graph{
	width: 50%;
}

.double-display{
		width: 76vw;
		flex-direction:row;
	}

.vertical-tabs{
	z-index: 50;
	float:left;
	width:20%;
	position:sticky;
	top: 10%;

}

#tables{
		flex-direction:row;
		width:100%;
		margin: 5%;
	}

.vertical-scroll{	
	overflow-y: auto;
    max-height: 100vh;
}
.landing{
	flex-direction:row;
	height: 100%;
}

.logo-image{
	width:80%;
}

.background-image{

	height:auto;
}

.landing-text{

	width:60%;
}

#landing-page{
		flex-direction:row;
	}

.logo-header{
		width:40%;
	}


.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;
}
@media (max-width: 1200px){
	
	.double-display{
		width: 75vw;
		flex-direction:row;
	}
	
	
}

.my-tabs {
    position: sticky;
    top: 0;
    z-index: 100;
}

@media (max-width: 768px) {

	.double-display{
		flex-direction:column;
		width: 90vw;
	}

	.bee-selection{
		flex-direction:column;
		padding-left:0%;
	}

	.double-graph{
		width: 80%;
	}

	.vertical-tabs{
		float:none;
		width:100%;
		position:static;
		top:0;
	}

	.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;
	}
	
	#tables{
		flex-direction:column;
		width:90%;
		margin:auto;
	}
	
	.logo-header{
		width:100%;
	}
	
	.buttons{
		flex-direction:column;
	}
	
	.tab{
	padding: 25 25;
	}
	
	.my-tabs {
    position: static;
	}
}

	
}



