html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-family: 'Carme', sans-serif;
    color: #292929;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
    border:none;
    color: #292929;
}

a img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
span{
    display: block;
}

#container{
    width: 726px;
    margin: auto;
}

#container header .logo{
    text-align: center;
    margin-bottom: 10px;
}

#container header span{
    font-size: 1em;
    text-align: center;
    letter-spacing:5px;
}

#slider{
    width: 100%;
    height: 484px;
    margin-top: 50px;
}

#container footer{
    margin-top: 20px;
    height: 34px;
}

#container footer .email,
#container footer .social{
    width: 50%;
    float: left
}

#container footer .email{
    padding-top: 5px;
}

#container footer .social{
    text-align: right;
}

#container footer .social div{
    background-color: #292929;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 770px){
    #container{
        width: 90%;
    }   

    #slider{
        height: auto;
    }
}

@media (max-width: 500px){
    #container footer .email,
    #container footer .social{
        width: 100%;
        float: none;
        text-align: center;
    }

    #container footer .social{
        margin-top: 20px;
    }
}
