:root {
  --heightMenu:   126px;
  --mrgBottom: 13px;
  --borders: 0px solid blue;

}

body {
	font-family:	arial;
	background-image: url('../img/bgnd.jpg');
}

.clH1 { font-size:16pt; margin-bottom:0cm; margin-top:0cm; font-family:arial; font-weight: bold;} 
.clH2 { font-size:14pt; margin-bottom:0cm; margin-top:0cm; font-family:arial; }
.clH3 { font-size:12pt; margin-bottom:0cm; margin-top:0cm; font-family:arial; }


p {
  padding: 0px;
  margin: 0;
  margin-top: 1px;
  margin-left: 15px;
}


button {
  color: black;
  background-color: #FFFFC9;
  width: 95%;
  text-align: center;
  font-size: 20pt;
  cursor: pointer;
}


.clMenu {
	width: 780px;
	height: calc((var(--heightMenu) - 4px)/2);
	display: flex;
	justify-content: flex-end;
	margin: auto;
	padding: 0px;
	background-color: white;
	border: var(--borders);
	margin-top: 20px;
}
.clitMenu:nth-child(1) {
	width: 24%;
	height: calc(100% - 2px);
	display: flex;
	justify-content: center;
	-margin-left: 5px;
	-margin-right: 5px;
	padding: 0px;
	border: var(--borders);
	background-color: white;
}
.clitMenu:nth-child(2) {
	width: 24% ;
	height: calc(100% - 2px);
	display: flex;
	justify-content: center;
	font-family:Arial;
	font-size:25pt;
	border: var(--borders);
	background-color: white;
}
.clitMenu:nth-child(3) {
	width: 24% ;
	height: calc(100% - 2px);
	display: flex;
	justify-content: center;
	-margin-left: 5px;
	-margin-right: 5px;
	font-family:Arial;
	font-size:25pt;
	border: var(--borders);
	background-color: white;
}




.clHeading {
	width: 780px;
	height: var(--heightMenu);
	display: flex;
	margin: auto;
	padding: 0px;
	background-color: white;
	border: var(--borders);
}
.clitHeading:nth-child(1) {
	-width: 300px;
	height: calc(100% - 2px);
	display: flex;
	justify-content: flex-start;
	margin-left: 12px;
	margin-right: 9px;
	padding: 0px;
	border: var(--borders);
}
.clitHeading:nth-child(2) {
	height: calc(100% - 2px);
	-display: flex;
	-margin-left: 5px;
	-margin-right: 5px;
	padding: 0px;
	border: var(--borders);
}

.clParticulars {
	width: var(--screenwidth);
	height: 360px;
	display: flex;
	padding: 0px;
	background-color: white;
	margin-top: 10px;
	border: var(--borders);
}
.clitParticulars:nth-child(1) {
	width: 70%;
	height: 100%;
	font-size:14pt; margin-bottom:0cm; margin-top:0cm; font-family:arial;
	margin-left: 15px;
	border: var(--borders);
}
.clitParticulars:nth-child(2) {
	width: 30%;
	height: 100%;
	justify-content: flex-end;
	border: var(--borders);
	margin-left: 15px;
	margin-right: 15px;
}



.clSizeLogo {
	height: 100%;
}
.clSizePhotoPP {
	width: 225px;
}
.clCompName {
	font-family:Arial; 
	font-size:14pt; 
	margin-top:10px; 
}
.clCompMission {
	font-family:Arial; 
	font-size:12pt; 
}
.clContent {
	width: 780px;
	margin: auto;
	margin-bottom: var(--mrgBottom);
	padding: 0px;
	background-color: white;
	border: var(--borders);
}

