body {
	padding: 0;
	margin: 0;
	background: #333;
	font-family: 'Open Sans', sans-serif;
}

.toparea {
	height: 100px;
	width: 100%;
	background-color: #fff;
	position: absolute;
}

.toparea h1 {
		margin-top: 30px;
		color: #333;
		text-align: center;
		font-size: 32px;
}

.toparea span {
	color: #77b800;
}

.loginpage {
	width: 90%;
	margin-left: 5%;
	height: auto;
	margin-top: 100px;
}

.loginpage h4 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.loginpage-textinput {
	width: 30%;
	margin-left: 35%;
	margin-top: 10px;
	height: 40px;
	font-size: 30px;
	color: #77b800;
}

.loginpage button {
	width: 20%;
	margin-left: 40%;
	height: 40px;
	margin-top: 20px;
	background-color: #77b800;
	border: 0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.breadcrumb {
	margin-top: 50px;
	margin-left: 40px;
}

.breadcrumb p {
	display: inline;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	padding: 3px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin-top: 10px;
}

.breadcrumb h4 {
	display: inline;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 100px;
}

.breadcrumb p:hover {
	color: #fff;
	background-color: #77b800;
	-webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.toparea img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
}

.main-menu {
	width: 90%;
	margin-left: 5%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.main-menu-item {
	width: 30%;
	min-width: 300px;
	height: 200px;
	background-color: #fff;
	float: left;
	margin-left: 1.666%;
	margin-right: 1.666%;
	margin-top: 30px;
	-webkit-box-shadow: 10px 10px 130px -57px rgba(120,184,0,1);
	-moz-box-shadow: 10px 10px 130px -57px rgba(120,184,0,1);
	box-shadow: 10px 10px 130px -57px rgba(120,184,0,1);
	cursor: pointer;
}

.main-menu-item:hover {
	background-color: #f2f2f2;
	-webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
	-webkit-box-shadow: 0px 0px 127px 2px rgba(119,184,0,1);
	-moz-box-shadow: 0px 0px 127px 2px rgba(119,184,0,1);
	box-shadow: 0px 0px 127px 2px rgba(119,184,0,1);
}

.main-menu-item h4 {
	font-size: 50px;
	text-align: center;
	margin: 0;
	margin-top: 40px;
	color: #77b800;
}

.main-menu-item p {
	font-size: 20px;
	margin: 0;
	color: #333;
	margin-top: 10px;
	text-align: center;
}

.main-menu-item-option {
	width: 70%;
	margin-left: 4%;
	margin-top: 10px;
	height: 30px;
	background-color: #77b800;
	color: #fff;
	font-size: 15px;
	border-radius: 2px;
	border: 0;
}

.optionbtn {
	display: inline;
	margin-left: 2%;
	height: 30px;
	border: 2px solid #77b800;
	background-color: white;
	border-radius: 2px;
	color: #333;
	width: 20%;
	cursor: pointer;
}

.optionbtn:hover {
	background-color: #77b800;
	color: #fff;
	-webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media(max-width: 1100px) {
	.main-menu-item {
		width: 90%;
		margin-left: 5%;
		margin-right: 0;
	}
}

@media(max-width:800px) {
	.toparea h1 {
			margin-top: 35px;
			color: #333;
			text-align: left;
			font-size: 28px;
			margin-left: 20px;
	}
	.toparea img {
		position: absolute;
		top: 30px;
		right: 40px;
		height: 40px;
	}
	.loginpage-textinput {
		width: 80%;
		margin-left: 10%;
	}
	.loginpage button {
		width: 60%;
		margin-left: 20%;
	}
	.breadcrumb p {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
