@charset "utf-8";
/* CSS Document */

#menu_fut {
  position: fixed;
  right: 0;
  top: 20%;
  width: 13em;
  margin-top: -2.5em;
}

#menu_churchM {
  position: fixed;
  right: 0;
  top: 26%;
  width: 13em;
  margin-top: -2.5em;
}

#menu_mobileCLarg {
	position: fixed;
	left: 0.5em;
	top: 6.5em;
	width: 200em;
	margin-top: 0.8em;
}

#MiniMenu {
	position: fixed;
	left: 0.09em;
	top: 7.8em;
	width: 200em;
	margin-top: 0.04em;
}

#menu_mobileC {
	position: fixed;
	left: 3.2em;
	top: 3.4em;
	width: 200em;
	margin-top: 1.8em;
}

#menu_mobileC a{
	display: inline-block;
	padding: 0.35em;
	background-image: linear-gradient(rgba(1,23,1,0.80),rgba(6,100,8,0.40));
	font-size: 0.9em;
	text-decoration: none; 
	text-shadow: 2px,2px,.5px,rgba(28,28,17,1.00);
	color: rgba(248,247,219,1.00);
	border: solid rgba(113,123,8,0.78) 0.7px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;	
}

#MiniMenu a{
	display: inline-block;
	padding: 0.28em;
	background-image: linear-gradient(rgba(1,23,1,0.80),rgba(6,100,8,0.40));
	font-size: 0.6em;
	text-decoration: none; 
	text-shadow: 2px,2px,.5px,rgba(28,28,17,1.00);
	color: rgba(248,247,219,1.00);
	border: solid rgba(113,123,8,0.78) 0.7px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;		
}

@media screen and (max-width: 600px){
	#menu_mobileC{
		width: 500px;
		top: 3.9em;
		font-size: 0.7em;
	}
	#menu_mobileC a{
		font-size: 0.8em;
		margin-top: 0.40em;
	}
}

	/*Dark Green Scrollbars*/ 
	/* width */
	::-webkit-scrollbar {
	  width: 8px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background:#001B04;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	  background:#0B8B42;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #096E83;
	}