table{
	width: 100%;
}
table thead tr{
	height: 150px;
	text-align: center;
	background-color: #fff;
	color: #353333;
	font-size: 33px;
}
.menu{
	text-align: center;
	background-color: #c8e637;
	color: #353333;
	font-size: 20px;
}
.menu a{
	color: #353333;
	text-decoration: none;
}
tbody .menu-row{
	height: 50px;
}
.menu .active{
	color: #fff;
}
.content{
	padding: 3% 10%;
	text-align: justify;
}
.footer{
	background-color: #c8e637;
	color: #353333;
	text-align: center;
	height: 50px;
}
input{
	display: block;
	width: 80%;
	padding: 2% 0;
	margin: 2% 0;
}
textarea{
	width: 80%;
}
.button{
	display: block;
	margin: 2% 0;
	padding: 2% 0;
	width: 81%;
	background-color:grey; 
	font-weight: bold;
	cursor: pointer;

}
.head-social{
	height: 50px;
}
.frame{
	height:500px;
	width: 500px;
}