
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a,em, img, strong, b, u, i, dd, ol, ul, li,
form, label, embed, footer, header,
menu, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

/* custom styles */

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', Helvetica, arial, sans-serif;
    background-color: #000;
}

#wrap {
    position: relative;
    background: url(../images/siete-colores.png) center/contain no-repeat;
    width: 100%;
    height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
}

/* Header with Social links nav */

header {
    position: absolute;
    bottom: 8%;
    left: 74%;
}

@media(max-width: 620px) {
    header {
        bottom: 5%;
    }
}

#social-links {
    overflow: hidden;
}

#social-links li {
    float: left;
    margin-right: 10px;
}

@media(max-width: 620px) {
    #social-links li {
        margin-right: 8px;
    }
}

#social-links li:last-child {
    margin-right: 0;
}

#social-links a {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999em;
}

#facebook {
    background: url('../images/facebook.png') center/contain no-repeat;
}

#youtube {
    background: url('../images/youtube.png') center/contain no-repeat;
}

/* Footer */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #232323;
}

footer p {
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    color: #616161;
    float: left;
    margin-left: 3%;
}

footer a {
    float: right;
    margin: 13px 3% 0 0;
    color: #616161;
    fill: currentColor;
}

@media(max-width: 620px) {
    margin-top: 12px;
}