﻿@font-face { 
	font-family: "BodyFont";
	src: url('fonts/fontmedium.ttf'), url('fonts/fontmedium.ttf');
}


a:link, a:active, a:visited {
	font-family: "BodyFont";
	text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMobile{ display: true; }  /* show it on smaller screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMobile{ display: none; }   /* hide it larger screens */
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMain{ display: none; }  /* show it on larger screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMain{ display: true; }   /* hide it smaller screens */
}


.NavBackground {

background-color: rgba(0,0,0, 0.75);

z-index: 10000001; 
color: rgba(255,255,255, 1);
position: fixed; 
left: 0; 
top: 0; 
margin: 0; 
height: 40px; 
width: 100%; 
border: 0px;
font-size: 20px;
text-align: center;
border-collapse: collapse;

}

.fade {
   opacity: 1;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
   }

.fade:hover {
   opacity: 0.5;
}

#MenuSpacer {

height: 18px;
width: 2%;

}


a.Navigation {

font-weight: normal !important;
  
  color: rgba(255,255,255, 1); 
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .25 s ease-out, background .2s ease-in;
}
a.Navigation:hover { color: rgba(255,255,255, 0.5); 

text-decoration: none !important;

}


@font-face { 
	font-family: "BodyFont";
	src: url('fonts/fontmedium.ttf'), url('fonts/fontmedium.ttf');
}



.MouseOver {

margin: 0px;
padding: 5px;
font-size: 14pt;
color: rgba(255,255,255, 1); 

}



.MouseOver:hover {

color: rgba(255,255,255, 1); 

animation-name: FadeIn;
animation-duration: 0.4s;  
animation-fill-mode: forwards;

border-radius: 6px;


}

@keyframes FadeIn {
  from {background: rgba(200,200,200, 0);}
  to {background: rgba(200,200,200, 0.5);}

}

		.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
	}
	
	
	/*Sets background of navigation bar on mobile devices*/

.NavMobile-Background {

background-color: rgba(0,0,0, 0.85);
position: fixed;
left: 0;
top: 0;
z-index: 999996;
height: 40px;
width: 100%;

}

.NavMobileTitle {
width: 100%;
height: 40px;
font-family: "BodyFont";
padding-top: 10px;
text-align: center;
color: white;
font-size: 30px;
line-height: 20px;
}


.NavSubPages {

z-index: 10000001; 
position: fixed; 
left: 0; 
top: 0; 
margin: 0; 
height: 40px; 
width: 100%; 
border: 0px;

}

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 0px;
z-index: 10000009;
height: 100%;
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background: transparent;



/*Sets background of navigation bar on mobile devices*/