/****
HOME PAGE


****/



.homemenutext{
	
}

.homemenuitem{
	font-size: 1.5em;
}

.container { 
  height: 900px;
  position: relative;
  /* border: 3px solid green; */ 
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a {
	display:inline-block;
	text-decoration: none;
 	color: black;
 	background-color: none;
 	padding:0.1em;
}
/* visited link */
a:visited {

  text-decoration: none;
  color: black;
}

/* mouse over link */
a:hover {
text-decoration: none;
 /* text-decoration: underline; */
 
  color: white;
  background-color: black;
}

/* selected link */
a:active {
text-decoration: none;
  /* text-decoration: underline; */
  
  color: white;
 background-color: black;
}

img.home_logo  {
		width: 24em;
		height: auto;
		padding-bottom:0;
}

.homemenuitemtop{
	border-top:0;
	margin-top:-0;
	padding-top:-0;
}
	
@media only screen and (max-width: 1000px) {
	img.home_logo  {
		width: 15em;
		height: auto;
		padding-bottom:0;
	}
	.homemenuitem{
		font-size: 1em;
	}
	.container { 
  		height: 1500px;
  		position: relative;
  	/* border: 3px solid green; */ 
	}
}