@import url('https://fonts.googleapis.com/css?family=Anton|Roboto+Condensed:300,400,400i,700');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}

a {
    color: #121212;
}

a:hover {
    color: crimson;
    text-decoration: none;
}

.header {
    width: 20%;
    font-size: 2rem;
    padding: 1rem; 2rem; 2rem; 2rem;
}

.header a {
    margin: 15px;
}

.nav-menu {
    display: inline;
    float: right;
}

/* Estilos texto */ 

h1.title {
    font-family: 'Anton', sans-serif;
    font-size: 4rem;
    color: #fcfcfc;
    letter-spacing: 2px;
    padding-left: 30px;
}

h2.titulo {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    background: #121212;
    color: #fcfcfc;
    letter-spacing: 7px;
}

h3.nombre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    }

h4.descripcion {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    }

/* Listas */ 

li {
    list-style-type: none;   
}

ul.listita {
    background: #121212;
    text-align: center;
    font-family: 'roboto condensed';
    font-weight: 300;
    letter-spacing: 3px;
  }

ul.listita a {
    color:#fcfcfc;
}

ul.listita a:hover { 
    color: crimson
    }


/* Imagenes */ 

.avatar {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}


/* Footer */ 

footer {
    background: #121212;
    padding: 4rem 4rem 6rem 4rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fcfcfc;
    font-size: 1rem;
    margin-top: 4rem;
    
}