body {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    margin:0;
    padding:0;
}

.contenido {
    padding: 20px 30px 0;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

.contenido ul li {
    padding: 5px 1px 1px;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0px 0px 0px;
    letter-spacing: 0px;
}

main ul a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

main ul a:hover {
    color: #fff;
    background-color: rgba(188, 2, 9, 0.8);
    font-weight: 700;
}

h1 {
    color: #ffffff;
    margin-top: 20px;
    padding: 5px 30px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px;
    font-weight:700;
    max-width: 340px;
}

h2 {
    color: rgba(188, 2, 9);
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 1px 1px 1px;
    margin: 0;
}

h3 {
    color: #fff;
    margin: 0;
    padding: 0px 30px 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 340px;
}

img {
    max-width: 100%;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    max-width: 340px;
    padding: 460px 40px 0px;
}

header .menu img {
    height: 18px;
}

footer {
    color: rgba(188, 2, 9);
    padding: 30px;
    font-size: 10px;
}

/* PARALLAX */

header {
    display: flex;
    flex-direction: column;

    background-repeat: no-repeat;
    height: 640px;
    width: 100%;
    background-image: url(../3/img/avatar.jpg);
    background-size: auto;
    background-position: top center;
    background-attachment: fixed;
}
