/* custom.css */
.custom-navbar {
    background-color: #fff;
    color: #2980b9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
	position:fixed;
	width: -webkit-fill-available;
	z-index: 99999;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
body{
	background-color: white;
}

.wy-nav-side {
	top:85px;
	background-color: #778c8e;
}
.wy-nav-content {
	top:85px;
	position: absolute;
	    width: -webkit-fill-available;
}
.navbar-logo {
}

.navbar-menu {
    list-style: none;
    padding: 0;
    display: flex;
}

.navbar-menu li {
    margin-right: 85px; /* Adjust the spacing between menu items */
}

.navbar-menu a {
    text-decoration: none;
    color: #086BA5;
}
.wy-side-nav-search {
    background-color: #ffffff00;
}
.wy-menu-vertical p.caption {
	color: #086BA5;
}
.wy-menu-vertical a:active {
    background-color: #a1b0b1;
    color: #fff;
}
.wy-menu-vertical a {
    color: #fff;
}
.wy-menu-vertical a:hover {
    background-color: #a1b0b1;
    color: #fff;
}

.icon-logo {
	height: 60px;
	margin-right:50px;
	
}
.navbar-menu li {
    margin-right: 20px;
}
.menu{
	line-height: 56px;
}
.wy-nav-content {
    max-width: -webkit-fill-available;
} 
.caption-text{
color: #333;

}
.wy-side-scroll {
    height: 91%;
}
.image-reference img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
table{
  width: 75%;
}
.rst-content div.figure .caption-text, .rst-content figure .caption-text {
    margin-left: 40%;
}