@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;
    justify-content: 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;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

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; 
} 

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;
}

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

#runzatitle {
    border: black 1px;
    padding: 1em 1em 1em;
    font-size: 24px;
}

#runza {
    background-color: bisque;
    padding: 10%;
}

figure {
    max-width: 80%;
}

img {
    max-width: 100%;
}

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

nav ul {
    */display: flex;
}
    
}