body{
	background: #092940; 
	color: #cccccc;
	font-family: sans-serif;
	text-align: center;
	margin:0px;
}

nav{
background: rgba(104, 127, 145, .95);
	margin: 0px;
	padding: 15px 0px 15px 0px;
	position: fixed;
	width: 100%;
	z-index: 999;
	float: left;
	text-decoration: none;
	font-size: 1rem;
	
	
}
nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin:  0rem 1rem 0rem 1rem;
	max-width: 100%;

}

nav li{
	padding: 0rem .8rem 0rem .8rem;
}

a:visited{
	color:#cccccc;
}
a:hover{
	color: #cfdce6; 	
}
a{
	color: #cccccc;
	text-decoration: none;
}

#avatar{
	border-radius: 2rem;
	width: 4rem;
	margin: 0rem;
}
h1{
	
	padding: 0;

	margin: 0;
	
	
	
	/*border-bottom: 1px solid #092940;*/
}
#title{
	width: 100%; 
	background: #397aac;
	color: #cfdce6;  
	cursor: default;
	top:48px;
	margin: 0px;
	min-height: 5rem;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: space-around;
	
}
#titlecontainer{
	margin: auto;
	max-width: 80rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}

section{
	
	position: relative;
	top:48px;
	cursor: default;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: space-around;
}
section h2{
	margin:0px;
	background: #cfdce6;
	color: #092940;
	width: 100%;
}

section h3{
	margin: 30px 0px 15px 0px;
}

section h4{
	margin: 30px 0px 10px 0px;
}

ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}

footer{
	text-align: right;
	margin: 10px;
	position: relative;
	top:48px;
}
footer a{
	text-decoration: none;
}
footer p{
	font-size: 1rem;
	text-align: center;
	font-weight: lighter;
}
#instagramicon{
	height: 2rem;
}
#instagramicon:hover{
	position: relative;
	top:-.5rem;
	left:-.5rem;
	src: "instagram-hover.png";

}
#materiascur{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;

	/*display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: space-around;*/
}

#materiascur article{
	padding: 0px 2rem 0px 2rem ;
}
article p{
	font-size: 1.1rem;
}
nav{
	float: left;
}

#arq h2{
	margin-top: 2rem;
}