

*	{margin: 0;padding: 0;border: 0;} /*Hard reset*/

#banner{	min-width: 100px;
			/*transition: 0.1s;*/
			width: 100%;
		}

.top{	position: sticky;
		top:0px;
		background-color: white;
	}


.Nav ul{	
		background-color:#404040;
		text-align: center;
		width:100%;
		color:aliceblue;
		}

.Nav ul li{	font-weight: bold;
			font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			padding:10px 10px 10px 10px;
			color:aliceblue;
			text-decoration: none;
			display:inline-block;
			list-style-type: none;
			position:relative;
			}

.Nav ul li a{
			padding:0;
			color:aliceblue;
			text-decoration: none;
			}


.Nav ul li:hover{background-color:#111111}
.Nav li:hover .Dropdown{opacity: 0.9;}


ul.Dropdown{
				position:absolute;
				background-color:#404040;
				list-style-type: none;
				width:225px;
				
				margin-left:-10px;
				margin-top: 10px;
				text-align:left;
				opacity:0;
	
	
}

ul.Dropdown li{display:block
		
}

ul.Dropdown li:hover{background-color:#111111}


#Content h1{text-align: center;
			font-weight: normal;
			margin-bottom: 30px;
			margin-top: px;}

#Content h2{
			font-weight: normal;
			margin-bottom: 20px;
			margin-top: 25px;}
#Content h3{
			font-weight: normal;
	font-size:22px;
			margin-bottom: 10px;
			margin-top: 20px;}
#Content{max-width:900px;
	color:#4B4B4B;
	font-size: 20px;
	padding: 100px 25px;
	margin:auto;
	clear:both;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}


.hovering-content{display:none;}


#Footer{clear:both;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		background-color:#404040;
		color:#A7A7A7;
		display: flex;
				
		}
#Footer div{padding:10px;}

.foot1{flex:2}

.foot2{flex:1}

.foot3{flex:1;
padding:30;}


ul.UEList{list-style-type:square;
	padding-left:50px;}

a.UEName{color: #797979;text-decoration: none;	
}


