@charset "utf-8";
/* CSS Document */

.rightPageSub
{
	background-color: White;
	color:black;
	z-index:3;
	opacity:100;
	display:flex;
	flex-direction:column;
	overflow-x:hidden;
	overflow-y:scroll;
}

#leftMenu
{
	z-index: 2;
	background-color: #CFDBD5;
	color:black;
}
#leftMenu h1
{
	color:black;
}
.nav-link
{
	color:black;
}
.subPageContent
{
	font-size:110%;
	padding:20px 20px 0 20px; 
	background-color:rgba(255,255,255,0.8);
	min-width:50%;
	display:flex;
	flex-direction:row;
}
.subPageContent h1
{
	font-size:50px;
	font-weight: 600;
	color:var(--dr);
	margin-bottom:20px;
}
.subPageContent p a
{
	text-decoration:underline;
	color:var(--dr);
}
.subPageSec
{
	padding-bottom:0;
}

#aboutBadges img
{
	margin-top:40px;
	padding-bottom:0;
	max-width:180px;
}
.subPageSecL
{
	min-width: 25%;
	
}

#aboutSection h4
{
	margin-bottom:0px;
	margin-top:10px;
}

#aboutSection p
{
	padding-top:0px;

}

#conDetails
{
	padding-bottom: 8px;
	margin-top:5px;
	color:#a0b6ed;
}
.subPageSecL h1
{
	color:var(--lb);
	font-size:30pt;
}
#withContact
{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
#sec2
{
	background-color:#333a4b;
	color:var(--f2);
}
#sec2 p
{
	width:60%;
	margin-bottom:0;
}

#sec2 p a
{
	color:var(--lp);
}

#sec2 h1
{
	color:var(--lb);
}

#exp
{
	color:var(--f2);
	background-color:#1f232d;
	padding-top:40px;
}

#pro
{
	color:var(--f2);
	background-color:#002E2C;
	padding-top:40px;
}

#cert
{
	color:var(--f2);
	background-color: #412234;
	padding-top:40px;
	padding-bottom:100px;
}

#cw
{
	color:var(--f2);
	background-color: #775c27;
	padding-top:40px;
	padding-bottom:100px;
}
#contactTitle h1
{
	color:var(--f2);
}
#experienceTitle
{
	margin-top:10px;
}

#projectsTitle h1
{
	margin-top:10px;
	color:#CFDBD5;
}

.workExperience h2
{
	color:var(--f2);
}
.workExperience
{
	margin:15px 0 100px 0;
	padding:0;
	max-width:800px;
}

.jobTitle
{
	font-size:30pt;
	text-decoration: underline;
	margin-bottom: 0;
}
.firm p
{
	margin:0 0 0 0;
	color:lightgray;
	font-size:13pt;
}
.timeDuration
{
	color:var(--lb);
	font-style:italic;
}
.specs p
{
	margin:1px 1px 5px 1px;
}

#projectDes
{
	color:#cfdbd5b6;
}

#horizontalCert
{
	display:flex;
	flex-direction: row;
}
#certSecs
{
	display:flex;
	flex-direction: row;
}
#certSections
{
	margin-right:50px;
	margin-bottom:0px;
}
