body {
    background-color:  #cfcac4;;

    font-family: 'Playfair Display', serif;
    font-size: 200%;
    width: auto;
}

h2 {font-family: 'Playfair Display', serif;}

img.pics {
    width: 640px;
}

img.picslogo {
    width: 320px;
}

input {
       font-size: 200%;
       width: 640px;
       padding: 12px 20px;
       margin: 8px 0;
       box-sizing: border-box; 
}

header {
    background-color: #cfcac4;
    padding: 10px;
    height: 200px;
    text-align: left;
    line-height: 100px;
}

a.nav {
        font-size: large;
}

nav {
    float: left;
    border: 1px silver;
    width: 250px;
    padding: 5px;
    margin: 10px;
    min-height: 640px;
}

button {
        font-family: 'Playfair Display', serif;
        padding: 10px 10px;
        border-width: 1;
        border-radius: 4px;
        /*display: block;*/
        min-width: 200px;
        margin: 25px auto 0;
        background: #a7adac;
        color: white;
        font-size: 30px;
        outline: none;
        text-transform: uppercase;
      
}

h3 {
    font-size: 1.0em;
  }