* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    margin: 5%;
}

header {
    display: block;
}

header img {
    float: left;
    clear: left;
}

header h1 {
   padding-left: 20%;
}

header h2 {
    padding-left: 20%;
}

nav  {
    clear: left;
    // display: block;
    padding-top: 1%;
}

nav ul {
    width: 100%;
    display: table;
    text-align: center;
    list-style: none;
}

nav li {
    display: inline;
    padding-right: 1%;
    float: none;
}

section {
    clear: left;
    display: block;
}

section h3 {
    text-align: center;
}

article {
    float: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

article h4 {
    text-align: center;
}

article .statement  {
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

ul .statement {
    list-style: none;
}

footer {
    clear: left;
}

address {

}
