* {
  box-sizing: border-box;
  max-width: 100%;
}

body {
  padding: 2rem;
  margin: 0 auto;
}

body, p {
    line-height: 1.25em;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    font-size: 10pt;
}

img, a img {
    max-width: 100% !important;
}

.art-img {
    max-width: 750px !important;
}

header {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 { 
    line-height: 1.75em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
}

section {
    margin-bottom: 30px;
}

.primary li, .pages li, .social li, nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}