/* Fullscreen GIF */
.background-gif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body {
	background-color: #000;
}
footer.col-md-12 {
    display: none !important;
}
.homepage .fa-angle-down{
    display: none !important;
}
.homepage #toc-collapse {
    display: none !important;
}
.navbar.bg-primary {
	background-image: linear-gradient(cadetblue);
}
.homepage .navbar.bg-primary {
      background-image: linear-gradient(#000,#000 60%,#000);
}
.homepage .dropdown-menu {
	--bs-dropdown-color: #000;
	--bs-dropdown-bg: #000;
	--bs-dropdown-border-color: rgb(237, 151, 134);
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-link-hover-bg: rgb(237, 151, 134);
}
.dropdown-menu {
	--bs-dropdown-color: #212529;
	--bs-dropdown-bg: #212529;
	--bs-dropdown-border-color: #5f9ea0;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-link-hover-bg: #5f9ea0;
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgb(95, 158, 160) !important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #5f9ea0;
}
.col-md-9 img {
	max-width: 100%;
	display: inline-block;
	padding: 0px;
	line-height: 1.428571429;
	background-color: #000;
	border: 0px solid #000;
	border-radius: 4px;
	margin: 20px auto 30px auto;
}
