@charset "utf-8";
/* CSS Document */
body {
	background-color: #0A519F;
	font-family: 'Lexend', sans-serif;
	color: #E2E4E9;
}
a {
	text-decoration: none;
}
.mainBody {
	border: 2px solid #3F3F3F;
	background-color: #012553;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	margin: 30px auto;
	width: 1200px;
	min-width: 1200px;
	overflow: hidden;
}
.navHeader {
	width: 1140;
	background-color: #012553;
	height: 75px;
	display: flex;
	align-items: center; /* Vertically center content */
	padding: 0 30px;
}
.siteName {
	font-size: 24px;
	font-weight: bolder;
	width: 690px;
}
.navLink {
	font-size: 16px;
	font-weight: bold;
	width: 125px;
	text-align: center;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	cursor: pointer;
}
.mainHeader {
	height: 440px;
	width: 1040px;
	padding: 40px 80px 0 80px;
}
.mainBodyContent {
	font-size: 14px;
	background-image: url("https://freedomsystemsnetwork.com/images/banner.png");
	background-repeat: no-repeat;
}
.cleanTable {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}
.slogan {
	font-size: 64px;
	font-weight: bold;
	width: 650px;
}
.tagLine {
	font-size: 32px;
	width: 600px;
}
.ourProjects {
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.projectsBox {
	width: 1000px;
	margin: 0 auto;
}
.projectsTable {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 1000px;
	max-width: 1000px !important;
}
.projectObject {
	width: 480px;
	height: 150px;
	padding: 20px;
	background-color: #E2E4E9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	margin: 10px;
}
.projectTable {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	box-sizing: border-box;
}
.objectHeader {
	font-size: 24px;
	font-weight: bold;
	color: #012553;
	margin-left: 20px;
}
.objectText {
	font-size: 18px;
	color: #012553;
	margin-left: 20px;
}
.comingsoon {
	font-size: 18px;
	color: #012553;
	font-weight: bold;
	text-align: center;
}
.mission {
	width: 750px;
	text-align: justify;
	margin: 20px auto;
	padding: 20px;
	background-color: #E2E4E9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #012553;

}
.capabilitiesHeader {
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.capability {
	width: 950px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 20px auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.capability::before,
.capability::after {
	content: "";
	flex: 1;
	height: 3px;
	background-color: #E2E4E9; /* Change this to match your design */
}
.capablityBox {
	width: 950px;
	margin: 20px auto;
	font-size: 14px;
}
.screenshotL {
	
}
.screenshotR {
	
}