body {
    width: 800px;
    margin: 0 auto;
    font-family: 'Annie Use Your Telescope', cursive;
    font-size: 20px;
}

a {
	color: #D94245;
}

h1, h2 {
    text-align: center;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h1 a, h2 a, a.more {
    text-decoration: none;
}

header {
/*     height: 230px; */
	width: 100%;
    margin-top: 40px;
    margin-top: -110px;
/*     margin-bottom: 50px; */
}

main {
	width: 549px;
    margin: 0 auto;
}

section {
    margin-bottom: 240px;
}

img {
    width: 100%;
}

#logo {
    display: inline-block;
    background: url('imgs/pn_logo.svg') center center no-repeat;
    background-size: 70%;
    width: 100%;
    height: 300px;
    text-indent: -3000px;
}

.more {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-top: .83em;
}

.recent_strip {
    /* background: #EBEBEB; */
    position: relative;
}

.recent_strip h2 {
    text-align: left;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.gallery {
    display: flex;
    flex-wrap: wrap;

    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery li {
    min-width: 264px;
    flex: 2 2 25%;
    flex-grow: 1;

    outline: 10px solid white;
}

footer {
    text-align: center;
}

@media (max-width:600px)  {
  body {
      width: 90%;
  }
  main {
	  width: 90%;
  }
}
