#bg
{
background:#f5ba7a;
}

/*tital container options*/
#titalcontainer
{
	background:#a37039;
	margin-left: 10%;
	width: 80%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 30px;
	border-top-Right-radius: 30px;
}

/*tital text options*/
#ttop
{
	text-align: center;
	font-size: 50px;
	color: black;
}

/*menu background*/
#menubg
{
	background:#dbb486;
	margin-left: 10%;
	width: 80%;
	border-radius: 10px;
	margin-top: -2%;
	height: 40px;
	align-items: center;
}

/*menu icon options*/
.menuico
{
	background: #91806d;
	align-items: center;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 9px;
	float: left;
	font-size: 20px;
	color: black;
}

/*Home button options*/
.menuicoh
{
	background: #91806d;
	align-items: center;
	margin-Right: 10px;
	margin-top: 10px;
	border-radius: 9px;
	float: right;
	font-size: 20px;
	color: black;
}

/*paragraph/content options*/
.pgopt
{
	background:#c9a987;
	margin-left: 10%;
	width: 80%;
	border-top-left-radius: 10px;
	border-top-Right-radius: 10px;
	border-bottom-left-radius: 30px;
	border-bottom-Right-radius: 30px;
	font-size: 40px;
	text-align: left;
	margin-top: -20px;
}

/*Content options*/
#copt
{
	margin-left: 10px;
	margin-right: 10px;
	word-wrap:normal;
}

/*image option 1*/
.img1
{
	height: 500px;
	width: 750px;
	margin-left: 10px;
	border-radius: 30px;
}

/*image option 2*/
.img2
{
	height: 500px;
	width: 425px;
	border-radius: 30px;
	margin-left: 10px;
}

/*image option 3*/
.img3
{
	height: 500px;
	width: 525px;
	border-radius: 30px;
	margin-left: 10px;
}

/*tital image*/
.imgt
{
	height: 666.841828692px;
	width: 1000px;
	border-radius: 30px;
	margin-left: 10px;
}