/* SH 08272026 */
@font-face{
	font-family: Roboto;
	src: url(https://fonts.googleapis.com/css?family=Roboto);
}

body
{
    font-family: Roboto, sans-serif;
    padding: 0px;
    margin: 0px;
	min-height: 100%;
	width: 100%;
	position: relative;
}


.LHC-Header
{
	padding: 0px;
	font-family: Roboto, sans-serif;
	color: #002d62;
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	margin: 40px 0 0 0;
}

@media all and (min-width:500px) {
.LHC-Header
{
	padding: 0px;
	font-family: Roboto, sans-serif;
	color: #002d62;
	text-align: center;
	font-weight: normal;
	font-size: 60px;
	margin: 60px 0 0 0;
}
}

a{
 color: black;
 text-decoration: none;
 }

.menu-title1{
padding: 0px;
margin: 0;
font-family: Roboto, sans-serif;
color: #002d62;
font-weight: normal;
font-size: 24px;
}

.menu-title2{
padding: 0px;
margin: 0;
font-family: Roboto, sans-serif;
color: #002d62;
font-weight: normal;
font-size: 24px;
}

.menu-title3{
padding: 0px;
margin: 0;
font-family: Roboto, sans-serif;
color: #002d62;
font-weight: normal;
font-size: 24px;
letter-spacing: -2px;
}

.menu-title4{
padding: 0px;
margin: 0;
font-family: Roboto, sans-serif;
color: #002d62;
font-weight: normal;
font-size: 24px;
}

.header{
	background: #002d62;
	height: 50px;
	width: 100%;	
}

.header-img{
    height: 50px;	
}

.container{
	overflow: auto;	
/*	height: calc(100vh - 50px); */
}

.hc-menu-item{
	display: inline-block;

	text-align: center;
	vertical-align: top;

}

.menu-items{
display: block;
text-align: center;
margin-top: 65px;
margin-bottom: 50px;
background: #f4f4f4;
padding: 4% 0 0 0;
}


.menu-item1{
	border: 8px solid #002d62;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0 2% 5% 2%;
	background: white;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	cursor: pointer;

}


.menu-item2{
	border: 8px solid #45b049;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0 2% 5% 2%;
	background: white;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	cursor: pointer;

}

.menu-item3{
	border: 8px solid #ee3373;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0 2% 5% 2%;
	background: white;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	cursor: pointer;

}


.menu-item4{
	border: 8px solid #f8971d;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0 2% 5% 2%;
	background: white;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	cursor: pointer;

}


@media all and (min-width: 500px){
.hc-menu-item{
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
margin: 0 2% 0 2%;;
	text-align: center;
	vertical-align: top;

	cursor: pointer;
}
	
.menu-item1{
	display: inline-block;
	border: 8px solid #002d62;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;

}


.menu-item2{
	display: inline-block;
	border: 8px solid #00802F;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;

}

.menu-item3{
	display: inline-block;
	border: 8px solid #DD2273;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;
}


.menu-item4{
	display: inline-block;
	border: 8px solid #DB2C14;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;
}

.menu-item5{
	display: inline-block;
	border: 8px solid #115AAF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;

}

.menu-item6{
	display: inline-block;
	border: 8px solid #661D57;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;

}

.menu-item7{
	display: inline-block;
	border: 8px solid #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 280px;
	height: 280px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
margin: 0 5% 75px 5%;
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
cursor: pointer;

}
}

.menu-item1:active{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.menu-item2:active{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}

.menu-item3:active{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
.menu-item4:active{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}



.features{
	font-size: 18px;
    text-align: left;
	margin: 10px 0 0 0;
	border-top: 2px solid;
	padding-top: 10px;
	list-style-type: circle;
	padding-left: 22px;
}

.menu-icon{
	height: 115px;	
	border: 0;
}

.footer{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #bcc1c6;
	height: 50px;
}

.footer-img{
	height: 50px;
	margin: 0 auto;
	display: block;
}
