/* Light Theme CSS Document */

	/* Colors */

body {
	background-color: #670809;
}

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

/* Override Navbar */
.navbar {
	background-color: #eeeeee !important;	
}

/* 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 */

	/* Formatting */
