/* MAIN */
body 
{
	font-size: 1.05em;
	line-height: 1.25em;
        font-family: Arial, "Bell MT", "Times New Roman", serif;
	background-image: url("../img/Bg.png"); 
	color: #8B4513;
}

nav
{ 
	display:block;
}

phNav 
{
	display: none;
}

.FontCursive 
{
	font-family: "Vladimir Script","Brush Script MT", cursive, "Alex Brush";
}

a 
{
	color: #8B4513;
	text-decoration: none;
	font-size:1em;
}

a:hover 
{
	color: #000000;
}

.JustifyFont {
	text-align: justify;
	text-justify: inter-word;
}

.OverlapImagel{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}


a.class2 {color:blue;}
a.class2:link {text-decoration: none; color: blue;}
a.class2:visited {text-decoration: none; color: blue;}
a.class2:hover {text-decoration: underline; color: black;}
a.class2:active {text-decoration: none; color: blue;}

input[type=number]{
    width: 80px;
} 


/* MEDIA QUERY */
@media only screen and (max-width : 800px) 
{
	nav
	{ 
		display: none;
	}
	
	phNav {
		display: block;
	}

	#ShowImageForPhone
	{
		display:block;
	}

	#ShowImageForWeb
	{
		display:none;
	}
}
