*{
    padding: 6;
    margin: 6;
}

@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto+Condensed|Roboto:300,400';

html {
    background-color: #ebedec;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    
    font-family: 'Roboto', arial, sans-serif;
    margin: auto
}

footer { 
    height: 5.5em;
    margin-top: 1em;
    padding: 2em 4em 1em 4em;
    font-family: 'Playfair Display', serif;
    font-size: 0.8em;
    text-align: center;
    font-weight: 400;
    background-color: #222222;
    color: #ebedec
}


p {
    margin-left: 5%;
    text-align: center;
    width: 90%;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 400;
    color: #222222;
}

ul {
    list-style:none;
    display: inline-flex;
}

a {
  text-decoration: none;
  color: #ebedec;
}

nav {
    display: inline-flex;
}

.container { 
    width:100%;
    height: 8%;
    padding: 10px 10px 10px 100px;
    background: #222222;
    align-content: center;
}

.principal { 
    text-align: center;
    width: 100%;
    height: 10%;
    padding: 0em;
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    color: #222222;
}
.secundario { 
    text-align: center;
    width: 100%;
    height: 10%;
    padding: 0em 0em 1em 0em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

.boton{
  max-width: 20empx;    
  padding: 0.4em 0.4em 0.4em 0.4em;
  margin-right: 5px;    
  border: 1px solid #ebedec;
  text-align: center;
}
.logo{
  margin: 1.18em 0px 0px 0px;    
}

.avatar {
    width: 21em;
	height: 21em;
	border-radius: 21em;
	-webkit-border-radius: 21em;
	-moz-border-radius: 21em;
    display: block;
	margin-left: auto;
	margin-right: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
        }

.media {
     width: 3.5em;
    height: 3.5em;
    padding: 1.5em;
    display: block;
	margin-left: auto;
	margin-right: auto;    
}

.espacio {
     width: 2.5em;
    height: 2.5em;
    display: block;
	margin-left: auto;
	margin-right: auto 
}

hr { 
    margin-bottom: 2em;
    color: #222222;
}

header {
    max-width: 100%;
}