/* pagina personal Facu */

body {
    margin: auto; 
    padding: 0 0 0 0;
    background: linear-gradient(0deg, rgba(236,16,235,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 92%) fixed;
    min-height: 100%;
    background-size: cover;
    background-repeat:no-repeat;
}

header {
    color: white;
    font-size: 3rem;
    height: 100px;
    align-content: center; 
    font-family: 'Calistoga', cursive;
    text-align: left;
    margin: 0rem 0rem 0rem 0rem; 
    padding: 0rem 0rem 1rem 5rem ;
}

nav {
    height: 3rem;
    width: 100%;
    background-color: #ec10eb ;
    font-family: sans-serif; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0 ;
    list-style-type: none;
    align-content: center;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
    box-shadow: 0px 10px 23px 7px rgba(0,0,0,0.32);
}
li {
    display: inline;
    padding: 1rem 2rem 1rem 2rem;
    width: 3rem;
}

a.menu:link {color: white; 
            text-decoration: none;
}
a.menu:visited {color: white; 
            text-decoration: none;
}
a.menu:hover {color: black;}

section {
    padding: 3rem 0rem 3rem 0rem;
    color: white;
    font-family: sans-serif;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;
	align-content: center;
}

.datos {
    width: 500px;
    align-content: center; 
    text-align: center;
}

.materias {
    margin: 0rem 0rem 0rem 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    width: 20%;
    border: 3px solid #ec10eb;
}




.foto {
    height: 200px;
    width: 200px;
    border-radius: 50%;

}

h2 {font-family: 'Calistoga', cursive;
    font-size: 3rem}

h3 {font-family: 'Calistoga', cursive;
    font-size: 1.5rem}

h4 {font-family: 'Calistoga', cursive;
    color: aquamarine; 
    }

footer {
    position:absolute;  
    overflow:hidden;
    width: 100%;
    height: 20rem;
    color: white;
    background-color: #232323;
    font-family: sans-serif;
    vertical-align: middle;
    text-align: center;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    
}

.primeralinea {
    color: aquamarine;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.logofadu {
    background-color: white;
    margin: 2rem 2rem 2rem 2rem;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;

}
.derechos {
    width: 850px;
    font-size: 0.8rem;
    text-align: center;
    display: inline-block;
}