﻿h1
	{
	font-size: 70px;
	}
.mainHeading
	{
		border-width: 40px 0px 0px 0px;	
		height: 200px;
	}
header
{
	text-align: left;
	background-color: gray;
}
.pictureBackgroundColor
{
	padding-right: 0px;
}
nav
	{
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 0px;
		background-color: gray;
		display:none;
		overflow:hidden;
	}
.nestedItem
{
    padding: 10px 20px 10px 20px;
}
.navDiv
{
	height: 100%;
}
.item
{
	width: 100%;
    padding: 10px 20px 10px 20px;
}

/*a.hvr-fade
	{
		border-top-left-radius: 0px;
		border-bottom-left-radius:0px;
		border-top-right-radius: 10px;
		border-bottom-right-radius:10px;
		display: block;
		background: lightgray;
		padding: 10px 0px 10px 0px;
		border: 3px solid gray;
		border-left: 0px;
		margin: 5px 5px 5px 0px;
		color: white;
		font-size:x-large;
	}
a.hvr-fade:hover
	{
		background: lightgray;
		width: auto;
		color: white;
	}*/
/* Fade */
/*.hvr-fade 
{
  -webkit-transform:none;
  transform: initial;
  box-shadow: none;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
  -moz-osx-font-smoothing: initial;
  overflow: initial;
  -webkit-transition-duration: initial;
  transition-duration: initial;
  -webkit-transition-property: inherit;
  transition-property: inherit;
}*/
/*
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: lightgray;
	color: white;  
}*/

a.mobileMenu
	{
		display:block;
		width: 60px;
		height:60px;
		background: url(../images/Hamburger_03.png) no-repeat center;
		background-size:cover;
		cursor: pointer;
		background-color: gray;
	}

.mainAssignmentTable
{
    width: 95%;
}