/* Light Theme CSS Document */

body {
	background-color: rgba(247,247,247,1.00);
}

.nav-link-vbar {
    color: #000000;
    font-size: 7vw;/* 16px */
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
}

/* Horizontal Nav Bar Background Color */
.nav-bar-bg-theme {
	background-color: rgba(248, 249, 250, 1.0);
}

/* Style and Position Loading Box Div */
#loadingbox {
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 8000;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,1.00);
	float: right;	
}
/* End Style and Position Loading Box Div */
