*{
	box-sizing: border-box;
}

body{
	background-color: white;
}

#menu{
	padding: 8px;
	background-color: darkgreen;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#menuDouble{
	padding: 8px;
	background-color: darkgreen;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	display: none;
}

#Icon{
   margin-bottom: -0.5em;
   height: 2.2em;
   width: 2.2em;
   display: inline-block;
   cursor: pointer;
}

#menuLink{
	padding: 5px;
	font-weight: bold;
	color: white;
   display: inline-block;
}
#menuLink:visited{
	color: white;
}
#menuLink:hover{
	color: #00e600;
}
#menuLink:active{
	color: #00e600;
}

#menuCurrentLink{
	padding: 5px;
	padding-right: 2px;
	font-weight: bold;
	color: #00e600;
   display: inline-block;
}
#menuCurrentLink:visited{
	color: #00e600;
}
#menuCurrentLink:hover{
	color: #00e600;
}
#menuCurrentLink:active{
	color: #00e600;
}

#menuSecondLink{
	padding: 2px;
	font-weight: bold;
   font-size: 0.7em;
	color: white;
   display: inline-block;
}
#menuSecondLink:visited{
	color: white;
   font-size: 0.7em;
}
#menuSecondLink:hover{
   font-size: 1em;
	color: #00e600;
}
#menuSecondLink:active{
   font-size: 1em;
	color: #00e600;
}

#menuExLink{
	padding: 2px;
	font-weight: bold;
   font-size: 0.7em;
	color: #00e600;
   display: inline-block;
}
#menuExLink:visited{
	color: #00e600;
   font-size: 0.7em;
}
#menuExLink:hover{
   font-size: 1em;
	color: #00e600;
}
#menuExLink:active{
   font-size: 1em;
	color: #00e600;
}

a:visited{
	color: blue;
}

button{
	color: white;
	background-color: darkgreen;
	border-width: 0px;
	cursor: pointer;
	margin-bottom: 0.4em;
	border-radius: 8px;
	padding-left: 3em;
	padding-right: 3em;
}

#Projects{
	float: left;
	width: 85%;
	padding: 0.8em;
}

#Languages{
	float: left;
	width: 100%;
	padding: 0.8em;
}

#Download{
	float: left;
	width: 100%;
	padding: 0.8em;
}

section{
	display: flex;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

#navDouble{
	padding-right: 20px;
	float: left;
	border: 1px solid black;
	display: none;
	position: fixed;
}

#navigation{
	float: left;
}

#nav{
	padding-right: 20px;
	border: 1px solid black;
}

#blocked{
	list-style-image: url("PW.svg");
}

#content{
	float: left;
	padding: 20px;
}

#AppDownloads{
	padding-top: 0px;
	top:0px;
}

#Prog{
	height: 333px;
}

#MainLink{
	display: inline-block;
}

#MainIcon{
   height: 3.5em;
   width: 3.5em;
   display: inline-block;
}