body
{
	padding: 0;
	margin: 0;
}
#navigationBar
{
	width: 20%;
	height: 38em;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 15px grey;
	float: left;
	position: fixed;
	background-image: url(Home/4.jpg);
	height: 1000px;
}
#menu
{
	line-height: 35px;
}
.icon
{
	border-radius: 5px;
	width: 10%;
	height: 10%;
	vertical-align: middle;
}
#menu a
{
	text-decoration: none;
	color: snow;
	display: inline-block;
	width: 87%;
}
#menu a:hover
{
	display: inline-block;
	color: darkturquoise;
}
#menuItem
{
	display: inline-block;
	width: 100%;
}
#menuItem:hover
{
	background-color: white;
	color: darkturquoise;
	border-radius: 5px;
}
#content
{
	float: left;
	padding-left: 24%;
	position: relative;
	width: 76%;
	background-image: url(Home/back2.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	height: 1000px;
}
.itemLogo
{
	width: 15%;
}
#content div
{
	outline: dashed;
	text-align: center;
	width: 25%;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 2%;
	background-image: url("Home/2.jpg");
	float: left;
}
#content div:hover
{
	outline: 5px double red;	
}
#content span
{
	color: snow;
	text-shadow: 0 0 black;
}
#content button
{
	border-radius: 15px;
    cursor: pointer;
    background: teal;
    color: white;
    height: 40px;
    box-shadow: 0 6px 2px -2px grey;
    margin-top: 10px;
    background-image: url("Home/1.jpg");
    font-family: cursive;
}
#content button:active
{
	transform: translateY(4px);
}
.NavButtons
{
	width: 6%;
	cursor: pointer;
}
.NavButtons:active
{
	transform: translateY(4px);
}
select
{
	width: 20%;
    background: lightcyan;
    height: 25px;
    font-variant-caps: all-petite-caps;
    border-style: dotted;
    cursor: pointer;
    border-radius: 10px;

}
option
{
	font-family: timesnewroman;
}
input[type="button"]
{
	width: 5%;
	height: 30px;
    border-radius: 20px;
    cursor: pointer;
}
input[type="button"]:active
{
	transform: translateY(4px);
}