body {
	background: #f0f0f0;
	font: 14px/20px Arial, San-Serif;
	color: #555;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
h1 {
	text-align: left;
	font-size: 180%;
	line-height: 120%;
	padding: 2% 0;
}
h2 {
	text-decoration: underline:
	line-height: 280%;
	padding-left: 2%;
}
h3 {
	padding: 5px;
}
p {
	padding: 5px;
	color: black;
	text-align: justify;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
a {
	color: #B00000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.menu a {
	color: white;
}

header {
	background: #333333;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
	transition-duration: 0.5s;
}
header a {
	font-weight: bold;
}
#name {
	margin: 0;
	float: left;
	width: 450px;
	height: 30px;
	color: white;
	font-size: 160%;
	font: bold 160% Colonna MT;
	padding: 10px;
	padding-top: 5px;
}
header nav {
	float: right;
	padding: 5px 20px 20px 0;
}
#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
}
a:hover#menu-icon {
	border-radius: 4px 4px 0 0;
}
header ul {
	list-style: none;
}
header nav ul li {
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.current {
	color: #FFF;
	text-decoration: underline;
}
#profilephoto {
	height:200px;
	border-radius:40px;
}
section {
	width: 25%;
	float: left;
	margin: 2% 4%;
	text-align: center;
}
section h1 {
	text-align: center;
}
.clear {
	clear: both;
	margin-top: 30px;
}
article {
	float: left;
	margin: 1% 0;
	width: auto;
	height: auto;
	padding: 4%;
}
aside {
	float: left;
	margin: 0 0;
	width: 550px;
	height: auto;
	padding: 7% 1%;
}

footer {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #4D4E50;
	background-color: #333333;
	max-height: 30px;
	text-align: right;
	opacity: 0.95;
}
footer p {
color: white;
	padding-top: 5px;
	text-align: right;
}
/*------------- COURSES.html ---------------*/
.courses {
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;
}
.courses h1 {
	text-align: left;
}
.courseslink  {
	font-size: 120%;
	line-height: 170%;
	padding: 10px;
}

/*------------- PROGALAP2016171.html ---------------*/
.boxes{
	background: #f0f0f0;
	width: 97%;
	height: 0px;
	margin-left: 20px;
	margin-right: 25px;
	overflow: hidden;
}
.boxes ul, .boxes hr {
	list-style-type: square;
	padding-left: 30px;
	margin-right: 50px;
	color: black;
}
pre {
	list-style-type: square;
	padding: 5px;
	background: white;
	color: black;
	white-space:pre-wrap;
}
.prelinux {
	padding: 5px;
}
#gyakok {
	width: auto;
	margin: 50px 20px 0px 20px;
	top: 0;
	left: 0;
	
}
.gyak {
	margin-top: 5px;
	width: auto%;
}
.buttons {
	width: 100%;
	height: 30px;
}
.buttons:hover {
	border: 2px solid #000000;
}


/*----------------MEDIA--------------*/

@media screen and (max-width: 478px) {
	body {
		position: apsolute;
	}
	#name {
		font-size: 150%;
		width:230px;
	}
}
@media screen and (max-width: 350px) {
	body {
		position: apsolute;
	}
	#name {
		font-size: 120%;
		width:100px;
	}
}
@media screen and (max-width: 740px) {
	header {
		position: apsolute;
	}
	#menu-icon	{
		display: inline-block;
	}
	header nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #405580;
		border: 1px solid white;
		right: 20px;
		top: 60p;
		width: 50%;
		border-radius: 2px 0 2px 2px;
	}
	header nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	header nav:hover ul {
		display: block;
	}
	section {
		float: left;
		width: 100%;
		margin: 2% 2%;
		padding: 0;
	}
	article {
		float: left;
		width: 100%;
		margin-left: 30px;
		margin-top: 35px;
		padding: 0;
	}
	aside {
		float: left;
		width: 100%;
		margin: 30px;
		padding: 0;
	}
}

/* Slide in-out */

#slide_in_out{
	height:auto;
	width:196px;
	background-color:#DFDFDF;
	border:2px solid #808080;
	position:fixed;
	top:53px;
	left:-200px;
}
#slide_in_out p{
	color:red;
	padding-left:10px;
	margin-top:15px;
}
#slide_in_out button{
	font:bold 14px Cambria;
	background-color:#DFDFDF;
	width:196px;
}
#slide_in_out button:hover{
	background-color:white;
}
