body{
	font-size: 16px;
	font-family: Lato,Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #333;
	background-color: #fff;
	letter-spacing: 1px;
	height: 100%;
}
.logininfo{
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	margin-left: 50px;
}
.form-control{
	font-size: 1.5rem;
}


.heading{
	height: 70px;
	text-align: left;
}

#navigation {
	background-color: #002366;
	padding: 0 1rem;
	z-index: 100;
	width: 100%;
	}

/* Navy restyle (VIRSCENDSI-8): legacy pages carry inline color/size styles
   on the brand and links, so these need !important to win without editing
   every page. Mirrors .staff-navbar-top in Staff/nav_render.php. */
#navigation .navbar-brand {
	display: flex;
	align-items: center;
	padding: 4px 0;
}
#navigation .navbar-brand img {
	width: 50px !important;
	height: 44px !important;
	object-fit: cover;
	margin-left: 0 !important;
	margin-right: 10px;
}
#navigation .navbar-brand span {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: bold;
	padding-top: 0 !important;
}
#navigation li a,
#navigation .nav-link {
	color: rgba(255,255,255,0.75) !important;
	font-size: 14px;
	transition: color 0.2s;
}
#navigation li a:hover,
#navigation .nav-link:hover {
	color: #fff !important;
}
/* Dropdown panels stay white with dark items. */
#navigation .dropdown-menu a,
#navigation .dropdown-menu a:hover {
	color: #212529 !important;
}
/* White hamburger: the legacy markup lacks Bootstrap's navbar-dark class. */
#navigation .navbar-toggler {
	border-color: rgba(255,255,255,0.5);
}
#navigation .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#naviagtion li{
	padding: 0 10px;
}



.aligned{
	display: flex;
    align-items: center;
}

.navbar-brand,
.navbar-brand:hover {
	color: #fff;
}

.navbar-toggler-icon{
	background-size: 100%;
}

.fixedNav #navigation {
	position: fixed;
	top: 0;
}

/* Navy restyle (VIRSCENDSI-9): secondary menu rows match the modern
   staff sub-bar (.staff-navbar-sub in Staff/nav_render.php). */
#navbar-bottom,
#navbar-bottom2,
#navbar-bottom3 {
	margin: 0 !important;
	background-color: #fff !important;
	border-bottom: 2px solid #e9ecef;
	padding: 0 1rem;
}
#navbar-bottom .nav-tabs,
#navbar-bottom2 .nav-tabs,
#navbar-bottom3 .nav-tabs {
	border-bottom: 0;
}
#navbar-bottom li {
	margin-left: 0;
}
#navbar-bottom2 li.dropdown {
	margin-left: 0;
}
#navbar-bottom li a,
#navbar-bottom2 li a,
#navbar-bottom3 li a,
#subnav a {
	color: #495057;
	font-size: 13px;
	padding: 10px 14px;
	border: 0 !important;
	border-radius: 0;
	background-color: transparent !important;
	transition: color 0.2s;
}
#navbar-bottom li a:hover,
#navbar-bottom2 li a:hover,
#navbar-bottom3 li a:hover,
#subnav a:hover {
	color: #002366;
}
#navbar-bottom .nav-link.active,
#navbar-bottom li.active > a,
#navbar-bottom2 .nav-link.active,
#navbar-bottom2 li.active > a,
#navbar-bottom3 .nav-link.active,
#navbar-bottom3 li.active > a,
#subnav .nav-link.active {
	color: #002366 !important;
	font-weight: 600;
	border-bottom: 2px solid #002366 !important;
}


/* .nav{
	margin-top: 50px;
} */

.card{
	background-color: white;
	width: 85%;
	padding: 10px;
	margin-left: 50px;
	margin-top:50px;
}

.card-body{
	margin-left: 20px;
	margin-right: 20px;
}

.card > .card-header,
.card > div > .card-header,
.card > .card-footer,
.card > div > .card-footer{
	display: block;
	background-color: #e8e8e8;
	background-image: none;
}

@media screen and (max-width: 768px){
	.card{
		margin-left: -15px;
		margin-right: -15px;
	}
}


/* Hide all steps by default: */


.button {
  background-color: #002366;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

.button:hover {
  opacity: 0.8;
}


/* Make circles that indicate the steps of the form: */

.footer{
	margin-top:30%;
	border-top: none;
	background-color: #002366;
	color: white;
}


/* #navbar2 {
	margin-top: -45px;
	max-height: 76px;
} */
#navbar3a {
	margin-top: -20px;
}
#navbar3b {
	margin-top: 5px;
}
