/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-size: 18px;
  line-height: 1.25; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  text-align: center;
  margin: 25px auto; }

h1 {
  font-weight: bold;
  font-size: 4.8rem; }

h2 {
  font-size: 2.8rem; }

h3 {
  font-size: 2rem; }

body {
  font-family: 'Roboto', sans-serif; }

header {
  background: url(../images/paulandvinca.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  position: relative; }
  header h1 {
    font-size: 6.4rem;
    color: #fffff0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    position: absolute; }
  header .login {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
    header .login > div {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      text-align: center; }
      header .login > div input {
        display: block;
        width: 100%;
        border: none;
        margin-bottom: 10px;
        padding: 20px; }
    header .login h3, header .login a {
      color: #fff;
      text-shadow: 0 0 4px #000; }
  @media only screen and (max-width: 768px) {
    header h1 {
      font-size: 4.8rem; }
    header .login > div {
      width: 80%; } }

.logout {
  float: right;
  font-size: 12px;
  color: #777; }

.waggle {
  animation: waggle 0.45s ease;
  -o-animation: waggle 0.45s ease;
  -moz-animation: waggle 0.45s ease;
  -webkit-animation: waggle 0.45s ease; }

@keyframes waggle {
  0% {
    transform: translateX(0%); }
  20% {
    transform: translateX(5%); }
  40% {
    transform: translateX(-5%); }
  60% {
    transform: translateX(5%); }
  80% {
    transform: translateX(-5%); }
  1000% {
    transform: translateX(0%); } }
@-webkit-keyframes waggle {
  0% {
    -webkit-transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(5%); }
  40% {
    -webkit-transform: translateX(-5%); }
  60% {
    -webkit-transform: translateX(5%); }
  80% {
    -webkit-transform: translateX(-5%); }
  1000% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes waggle {
  0% {
    -moz-transform: translateX(0%); }
  20% {
    -moz-transform: translateX(5%); }
  40% {
    -moz-transform: translateX(-5%); }
  60% {
    -moz-transform: translateX(5%); }
  80% {
    -moz-transform: translateX(-5%); }
  1000% {
    -moz-transform: translateX(0%); } }
@-ms-keyframes waggle {
  0% {
    -ms-transform: translateX(0%); }
  20% {
    -ms-transform: translateX(5%); }
  40% {
    -ms-transform: translateX(-5%); }
  60% {
    -ms-transform: translateX(5%); }
  80% {
    -ms-transform: translateX(-5%); }
  1000% {
    -ms-transform: translateX(0%); } }
@-o-keyframes waggle {
  0% {
    -o-transform: translateX(0%); }
  20% {
    -o-transform: translateX(5%); }
  40% {
    -o-transform: translateX(-5%); }
  60% {
    -o-transform: translateX(5%); }
  80% {
    -o-transform: translateX(-5%); }
  1000% {
    -o-transform: translateX(0%); } }
header.unauth {
  background: url(../images/paulandvincab.jpg) no-repeat center center fixed;
  background-size: cover; }

.pinbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 10; }
  .pinbar a, .pinbar a:visited, .pinbar a:active {
    display: inline-block;
    color: #fff;
    text-decoration: none; }
  .pinbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .pinbar ul li {
      display: inline-block;
      padding: 5px 15px; }
  .pinbar .menu-toggle {
    display: none;
    background: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    background: url("../assets/menu.png") no-repeat center center;
    background-size: contain; }
  @media only screen and (max-width: 768px) {
    .pinbar .menu-toggle {
      display: inline-block;
      margin-left: 4px;
      margin-top: 4px; }
    .pinbar ul:not(.expanded) {
      display: none; }
    .pinbar ul.expanded li {
      display: block; } }

a[name] {
  position: absolute;
  top: -55px; }
  .map a[name] {
    top: -30px; }

.attribution {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px #000; }
  .attribution:hover {
    text-decoration: underline; }

@media only screen and (max-width: 1023px) {
  a[name] {
    top: -40px; } }
.column {
  width: 45%;
  float: left; }
  .column.right {
    float: right; }

.column-divider {
  width: 10%;
  float: left;
  text-align: center;
  display: inline; }
  .column-divider h3 {
    color: #777; }

.clear {
  clear: both; }

b {
  font-weight: bold; }

u {
  text-decoration: underline; }

article {
  clear: both;
  min-height: 100vh;
  position: relative; }
  article .content {
    max-width: 960px;
    padding: 0 25px;
    margin: 0 auto; }
  article p {
    margin-bottom: 40px;
    text-align: justify; }
  article ul {
    margin-bottom: 40px;
    list-style-type: disc;
    list-style-position: inside; }
  article blockquote {
    padding: 0 50px;
    font-style: italic;
    font-size: 22px;
    font-family: serif;
    color: #444; }
  article.image-separator {
    background: transparent; }
    article.image-separator.calton {
      background: url(../images/caltonhill.jpg) no-repeat center center fixed;
      background-size: cover; }
  article h1 {
    z-index: 1;
    position: relative; }
  article ol {
    list-style-type: lower-alpha;
    list-style-position: inside; }

.gift-option {
  width: 50%;
  float: left;
  padding: 0 20px; }

@media only screen and (max-width: 1023px) {
  .gift-option {
    width: 100%;
    float: none;
    padding: initial; } }
.menu {
  text-align: center; }
  .menu .course {
    font-weight: bold;
    margin-top: 15px; }
  .menu .separator {
    font-style: italic; }

.map .map-container, .map .directions {
  width: 50%;
  position: relative; }
.map .map-container {
  float: left;
  height: 100vh; }
.map .directions {
  float: right;
  padding: 0 20px; }
.map iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.charity-block img {
  float: left;
  width: 80px;
  margin-right: 20px; }

.charity-block-content {
  overflow: hidden; }
  .charity-block-content p {
    text-align: left; }
    .charity-block-content p:not(:last-child) {
      margin-bottom: 20px; }

.only-mobile {
  display: none; }
  @media only screen and (max-width: 1023px) {
    .only-mobile {
      display: block; } }

@media only screen and (max-width: 1023px) {
  .map .map-container, .map .directions {
    width: 100%;
    position: relative;
    float: none; }
  .map .map-container {
    display: none; } }
@media only screen and (max-width: 1023px) {
  .column {
    float: none;
    width: 100%; }

  .column-divider {
    display: none; }

  h1 {
    font-size: 3.6rem; }

  h2 {
    font-size: 2.4rem; }

  h3 {
    font-size: 1.6rem; } }
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.4rem; } }
