body{
    font-size: 0.875rem;
}

a{
    text-decoration: none;
}
h5 a{
	color: #d2691e;
}
.navbar {
    --bs-navbar-padding-y: 0.1rem;
}
.navbar-toggler-icon{
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

#logoBar img{
    max-height: 3rem;
}
.dropdown-item{
    font-size: 0.875rem;
}
.navbar-nav .nav-link{
    color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: yellow;
}
#clock{
    font-size: 0.750rem;
    font-weight: bold;
    color: yellow;
}

#menu > li:last-child
{
    float:right;
}

.textJustify{
    text-align: justify;
}
h5{
    color: #d2691e;
}
#cad img, #viewer img{
    max-height: 17rem;;
}
#lastModifiedDate{
	color: yellow;
	font-style:italic;
}
footer{
    position:fixed;
    bottom: 0;
    width: 100%;
    height: auto;
}