/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 5.5rem;
}
      
.nav-link {
	color: white;
	--bs-nav-link-hover-color: white;
	--bs-nav-link-color: white;
	margin-right: 5px;
	margin-left: 5px;
}

.nav-link:hover {
	text-decoration: underline;
}

.landing
{
   min-height: 60rem;
   background-image:url('images/tahoe.png');
   background-repeat:no-repeat;
   background-size: cover;
   background-position: center;
}

.landingCover
{
	min-height: 60rem;
	background-color: rgba(0,68,68,0.4);
	background-size: cover;
	background-position: center;
}

.approach
{
	min-height: 60rem;
	background-image:url('images/carson-valley.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.approachCover
{
	min-height: 60rem;
	background-color: rgba(0,68,68,0.9);
	background-size: cover;
	background-position: center;
}

.tenet
{
	min-height: 60rem;
	background-image:url('images/truckee.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.tenetCover
{
	min-height: 60rem;
	background-color: rgba(0,68,68,0.9);
	background-size: cover;
	background-position: center;
}

.strategy
{
	min-height: 60rem;
	background-image:url('images/washenshu.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.strategyCover
{
	min-height: 60rem;
	background-color: rgba(255,255,255,0.9);
	background-size: cover;
	background-position: center;
}

.team
{
	min-height: 60rem;
	background-image:url('images/pyramid.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.teamCover
{
	min-height: 60rem;
	background-color: rgba(255,255,255,0.9);
	background-size: cover;
	background-position: center;
}

.contact
{
	height: 60rem;
	background-image:url('images/washoe.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.contactCover
{
	height: 60rem;
	background-color: rgba(0,68,68,0.9);
	background-size: cover;
	background-position: center;
}

.landingFont
{
   font-family: Quicksand, sans-serif;
   font-size:20pt;
   color: white;
   font-weight: 500;
   text-align: center;
   padding-bottom: 150px;
}

.pageHeaderWhite
{
   font-family: Quicksand, sans-serif;
   font-size:26pt;
   color: white;
}


.pageTitleWhite
{
   font-family: Quicksand, sans-serif;
   font-size:24pt;
   color: white;
   text-align: center;
   scroll-margin-top: 140px;
}

.pageTitle
{
   font-family: Quicksand, sans-serif;
   font-size:24pt;
   color: #555555;
   text-align: center;
   scroll-margin-top: 140px;
}


.infoNormalWhite
{
   font-family: Quicksand, sans-serif;
   font-size:14pt;
   color: white;
}

.infoNormal
{
   font-family: Quicksand, sans-serif;
   font-size:14pt;
   color: #555555;
}

.infoNormalLarge
{
   font-family: Quicksand, sans-serif;
   font-size:18pt;
   color: #555555;
   text-align: center;
   vertical-align: middle;
}

.infoNormalLargeWhite
{
   font-family: Quicksand, sans-serif;
   font-size:18pt;
   color: white;
   text-align: center;
   vertical-align: middle;
}

.linkImage
{
	
}

.linkImage:hover
{
	cursor: pointer;
}

.cam-background
{
	background-color: #004444;
}

.cim-productWhite
{
	margin-left: 3rem;
	margin-right: 3rem;
	margin-bottom: 3rem;
	background-color: white;
}

.footer
{
   height: 1rem;
   background-image:url('images/footer.png');
   background-repeat:no-repeat;
   background-position: center;
   background-size: 50rem;
}

.disclaimer-format
{
	text-align: right;
	margin-right: 5rem;
	margin-top: 1rem;
}

.legalLink
{
   TEXT-DECORATION: none;
   font-family: Quicksand, sans-serif;
   font-size:8pt;
   color:black;
}

.whiteLink
{
   font-family: Quicksand, sans-serif;
   --bs-link-hover-color: white;
   --bs-link-color: white;
   color: var(--bs-link-color);
   transition: color .15s ease-in-out,border-color .15s ease-in-out,border-color .15s ease-in-out;
}

.cim-footer-info
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:10pt;
   color:#555555;
   text-align: center;
   margin: 1rem;
}

.profile-img
{
   margin-right: 10px;
}