body {
	background-color: #4E4D4A;
	margin: 0px 0px 0px 0px;
	font-family: 'Offside', cursive;
	color: #FFF;
}

aside {
	background-color: #353432;
	width: 300px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #2790B0;
	font-size: 25px;
	font-weight: bold;
	border-right: solid 3px #61605C;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: fixed;
	z-index: 10;
}

nav ul {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

nav ul li {
	text-align: center;
	margin: 0px 0px 0px 0px;
	list-style: none;
	margin: 20px;
	color: #000;
}

nav button {
	width: 200px;
	height: 30px;
	cursor: pointer;
	background-color: #353432;
	border: solid 1px #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0% 0% 50% 50%;
	color: #FFF;
	transition: background-color 0.5s;
}

nav button:hover {
	background-color: #4E4D4A;
}

nav button:focus {
	outline: none;
}


#imgPerfil {
	width: 150px;
	height: 130px;
	border-radius: 50%;
	border: solid 3px #2790B0;
}

#home {
	width: 100%;
	float: right;
	color: #FFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 50px;
	text-align: center;
}

#home span {
	font-size: 90px;
	font-weight: bold;
}

.dispNone {
	display: none;
}

#home a {
	color: #CDCABC;
	text-decoration: none;
	font-size: 40px;
}

#home a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 40px;
}

#menuOpen {
	cursor: pointer;
	margin-top: 20px;
	margin-left: 20px;
	transition: color 0.5s;
	color: #FFF;
	display: none;
}

#menuClose {
	cursor: pointer;
	transition: color 0.5s;
	color: #FFF;
	display: none;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#menuOpen:hover, #menuClose:hover {
	color: #BFBBAE;
}

#websites {
	background-image: url("../img/windows.jpg");
	width: 100%;
	float: right;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#websites a {
	text-decoration: none;
	color: #FFF;
}

.site {
	border: solid 2px #FFF;
	width: 220px;
	height: 270px;
	margin: 0px 50px 0px 50px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 30% 0% 30% 0%;
}

.site:first-child {
	background-color: #795548;
}

.site:last-child {
	background-color: #EAAE4C;
}

.site hr {
	width: 100%;
	border: solid 1px #FFF;
}

.site i {
	position: absolute;
	bottom: 0px;
	right: 40%;
	margin-bottom: 10px;

}

.site-title {
	font-weight: bold;
	font-size: 18px;
}

#portugol {
	//background-image: url("../img/background-04.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	width: 100%;
	float: right;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;	
}

#listaAlg {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#listaAlg h1 {
	font-size: 30px;
}

.algoritmo {
	width: 80%;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #353432;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30% 5% 15% 0%;
	position: relative;
	text-align: center;
	cursor: pointer;
	justify-content: center;
	box-shadow: 5px 5px 5px #000;
}

.algoritmo p {
	width: 70%;
}

.algoritmo:hover {
	box-shadow: 8px 8px 8px #000;
	color: #FFF;
}

.algoritmo i {
	position: absolute;	
	right: 10px;
	bottom: 10px;
}

.algoritmo a {
	text-decoration: none;
	color: #FFF;
	width: 100%;
	justify-content: center;
	display: flex;
}

#C {
	margin-left: 400px;
	width: 100px;
}

@media screen and (max-width: 760px) {
	aside {
		display: none;
		transition: width 1s;
	}

	#home {
		width: 100%;
	}

	#menuOpen {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	#home {
		font-size: 20px;
	}

	#home span {
		font-size: 40px;
	}

	#home a {
		font-size: 20px;
	}
}

//http://www.colourlovers.com/palette/38562/Hands_On