@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic);

html {
    background-image: url(img/fadu.jpg)
}

* {
    box-sizing: border-box;
    text-align: center;
}


body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: 'Lato', sans-serif;    
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    color: #545454;
    background-color: #D89884;
}

h1 {
    font-weight: 100;
    letter-spacing: 0.2rem;
    font-size: 12px;  
    color: #222;
    line-height: 1.3em;
}

h2 {
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 16px;  
    color: #222;
    line-height: 1.3em; 
} 

ul {
    list-style: none;
    padding: 0em;
}

nav ul li a {
    display: inline-block; 
    list-style-type: none;
    line-height: 2em;
    background-color: #545454;
    width: 40rem;
    max-width: 400px;
    margin: 0.5rem;
    padding: 0.2rem;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.4rem;
    font-weight: 700
}

h3 {
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.2rem;
}

h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
}

a {
    color: #FFE8E1; 
}

b, strong {
    font-weight: 600;
}

p {
    line-height: 1.2rem;
}

footer {
    background-color: bisque;
    color: darksalmon;
    padding: 1em 1em 1em;
    font-size: 11px;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 20em) {

nav ul {
    */display: flex;
}
    
}
