body
{
	background-color:  #c6e8f9;
}
#Home
{
	background-image: url("../Images/Background.jpg");
	background-size: cover;
    background-position: center;
	
}
#main
{
	display: flex;
}
#mainbody 	
{
	background-color:  rgb(246, 216, 175); 
	padding:10px;
	box-shadow: 0px 0px 20px 3px #aaa;
	flex: 3;
	float: left;
}

#Homemainbody h2
{
	padding: 8px;
	display: inline-block;
	box-shadow: 0px 0px 20px 3px #aaa;
	flex: 3;
	color: lab(84.62% -67.55 28.82);
	font-weight: bold;
	background-color: rgb(179, 106, 16);
	border-radius: 30px;
	margin: auto;
	
}
#Homemainbody
{
	padding:15px;
	box-shadow: 0px 0px 20px 3px #aaa;
	flex: 3;
	color: lab(0% 0 0);
	font-weight: bold;
}
#itmainbody
{
	background-color: rgb(213, 242, 243);
	padding:10px;
	box-shadow: 0px 0px 20px 3px #aaa;
	flex: 3;
}
#mainbody4
{
	background-image: url("../Images/View3.jpg") ;
	background-size: cover;
    background-position: center;
}	
.imageLeft
{
	float: left;
	margin: 10px;
}
ul
{
	list-style-type: square;
}

#main, #header, #navbar ul
{
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
}
#navbar
{
	background-color: #f2f2b3;
}

#navbar li
{
	display: inline;
}

#navbar a
{
	display: inline-block;
	text-align: center;
	width: 10em;
	line-height: 2em;
	text-decoration: none;
	color: rgb(84, 4, 4);
}

#navbar a:hover
{
	background-color: #f8c6f6;
}

#mainsidebar
{
	flex: 1;
	margin-left: 20px;
	border-radius: 16px;
    box-shadow: 0px 0px 20px 3px #aaa;
	background-image: url(../Images/Background3.jpg);
	background-size: cover;
    background-position: center;
	float: right;
	color:#00ff84;
	font-weight: bold;
}
#table
{
	display: flex;
	gap: 15px;
}
table
{
	flex: 1;
}
table, th, td
{
    border: 1px solid black;
}
.block
{
	background-image: url(../Images/View3.jpg);
	background-size: cover;
    background-position: center;
	padding: 15px;
	border-radius: 16px;
	box-shadow: 0 5px 10px black;
	font-size: larger;
	font-weight: bolder
}
.block img, #ambition img, .inblock img
{
	width: 100%;
	height: auto;
	object-fit: contain;
}
#ambition
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 100%;
}
.blocks
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.block2
{
	background-image: url(../Images/View4_s.jpg);
	background-size: 100% 100%;
    background-position: center;
	padding: 15px;
	border-radius: 16px;
	box-shadow: 0 5px 10px black;
	font-size: larger;
	font-weight: bolder;
}
.sbolder, table caption
{
	font-size: larger;
	font-weight: bolder;
	font-style: italic;
}
.sbolder
{
	color:red;
}
.bolder
{
	font-weight: bold;
	font-size: 1.4em;
	color: midnightblue;
}
.bolder1
{
	font-weight: bold;
	font-size: 10em;
	color: midnightblue;
}
.bolder2
{
	font-weight: bold;
	font-size: 2em;
	color:rgb(0, 255, 204);
	margin: 15px auto 0 auto;
	border: 3px solid slateblue;
	box-shadow: 0 2px 10px gray;
	padding: 10px;
	background-color: rgb(219, 139, 10);
}
.bolder3
{
	font-weight: bold;
	font-size: 1.8em;
	color: hotpink;
}
.bolder4
{
	font-weight: bold;
	font-size: 1.3em;
	color: rgb(129, 80, 236);
}
.bolder5
{
	font-weight: bold;
	font-size: 3em;
	color: rgb(129, 80, 236);
}
.bolder6
{
	font-weight: bold;
	font-size: 2.7em;
	color:rgb(188, 234, 245);
	margin: 5px auto 0 auto;
	border: 2px solid rgb(38, 8, 232);
	background-color: rgba(255, 155, 100, 0.796);
}
.bolder7
{
	font-weight: bold;
	font-size: 1.9em;
	color: rgb(234, 255, 174);
}
.bolder8
{
	font-weight: bold;
	color: rgb(255, 88, 202);
}
.bolder9
{
	font-weight: bold;
	font-size: 1.3em;
	color:rgb(255, 98, 46);
	margin: 5px auto 5px auto;
	
}
footer
{
	margin-top: 50px;
	padding: 25px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.908);
	color: white;
}
#socialmedia
{
	display: flex;
	justify-content: center;
	gap: 25px;
}
#socialmedia a
{
	color: white;
	text-decoration: none;
}
#socialmedia a:hover 
{
	text-decoration: underline;
}