html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
@font-face{
	font-family: 'Ballega';
	src: url('Ballega.otf');
}
.cAll{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.a_row{
	display: flex;
	flex-direction: row;
}
#main_content{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;

}
.menumain{
	width: 99%;
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
}
.menumain>div{
	width: 150px;
	height: 100px;
	display: flex;
	flex-direction: column;
	background-color: #d7ecec;
	border: 1px solid #569da3;
	margin: 10px;
	padding: 5px;
	cursor: pointer;
}
.floatw{
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	z-index: 100;

}
.floatw >div{
	width: 350px;
	height: 450px;
	background-color: #fefefe;
}
.camps{
font-family:'Ballega';
font-width:bold;
font-size: 14px;
height: 20px;
width: 99%;
color:#172b34;
border:0px solid;
background-color: white;
border-bottom: 1px solid #cacbcb;
border-radius: 2px;
}
.camps3{
font-family:'Ballega';
font-width:bold;
font-size: 14px;
height: 20px;
width: 99%;
color:#172b34;
border:1px solid #cacbcb;
background-color: white;
border-radius: 2px;
}
.btn1{
font-family:'Ballega';
font-width:bold;
font-size: 16px;
height: 25px;
padding: 5px;
color:#ffffff;
border:0px solid;
background-color: #03a86c;
border: 1px solid #2fab94;
border-radius: 5px;
max-width: 350px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
}
.camps2{
font-family:'Ballega';
font-width:bold;
font-size: 18px;
border:0px solid;
color: #2a2a2a;
}
.row_text{
	width:200px;
	border-bottom: 2px solid #676767;
	cursor: pointer;
	text-align: left;
}
.cellc{
	border: 2px solid #9c9c9c;
	cursor: pointer;
	text-align: left;
	padding-left: 3px;
	height: 25px;
	background-color: blue;
}
f1{
font-family:'Ballega';
font-width:bold;
font-size: 18px;
border:0px solid;
color: #2a2a2a;
}
f2{
font-family:'Ballega';
font-width:bold;
font-size: 11px;
border:0px solid;
color: #2a2a2a;
}
f3{
font-family:'Ballega';
font-width:bold;
font-size: 16px;
border:0px solid;
color: #5fa4a4;
}
f4{
font-family:'Ballega';
font-width:bold;
font-size: 12px;
border:0px solid;
color: #2a2a2a;
}
f5{
font-family:'Ballega';
font-width:bold;
font-size: 12px;
border:0px solid;
color: #5fa4a4;
}
a:link{
text-decoration: none;
}
a:visited{
 text-decoration: none;
}
