.section-thumb-container {
  height: 45px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative; }
  .section-thumb-container .section-thumb {
    border: solid 2px #000000;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
    font-size: inherit;
    letter-spacing: 1px;
    overflow: visible;
    padding: 10px 5% 10px 12%;
    position: absolute;
    word-wrap: unset;
    z-index: 1; }
    .section-thumb-container .section-thumb::after {
      background-color: #666ad1;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .section-thumb-container .section-thumb::before {
      content: url("../img/ebarc_pole.svg");
      left: -11px;
      position: absolute;
      top: -30px;
      width: 60px;
      z-index: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fafafa;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px; }

a {
  color: #303f9f;
/*  text-decoration: none; */
    text-decoration: none;
}
  a:hover {
    color: #001970; }

strong {
  font-weight: bold; }

header.main-header {
  background: #fff;
  color: #fff;
}
  header.main-header h1 {
    font-size: 40px; }
  header.main-header img {
    margin: auto;
    width: 100%; 
  }

.hab {
  padding: 10px 5%;
  margin: initial;
}
.loud {
  background-color: crimson;
  padding: 12px;
  color: white;
  font-size: 24px;
  font-weight: bold; }

.dark {
  color: #fff;
  text-shadow: #000 1px 1px 8px; 
}

.light {
  color: #000;
  text-shadow: #fff 1px 1px 8px; 
}

.container {
  position: relative;
  margin: auto;
}

.main-header .container {
  background-repeat: no-repeat;
  height: 266px;
}
@media screen and (max-width: 600px) {
  .main-header .container {
    height: 20vh;
  }
}

/* Page Banner Background Images */

.page-home {
  background-position: center;
  background-size: cover;
  background-image: url(../img/1500x500.png);
}
.page-about {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/page-about-image-ft-8.png);
}
.page-hab {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/HAB-sky.jpg);
}
.page-have {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/ca_plate.png);
}
.page-events-current {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/events-current.jpg);
}
.page-events-past {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/events-past.jpg);
}
.page-links {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/Page-Links-mesh-header-image.png);
}
.page-photos {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/Antique_Camera.jpg);
}
.page-newsletter {
  background-position: center;
  background-size: contain;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/blown-fuse-logo.svg);
}
.page-contact {
  background-position: bottom;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/vla.jpg);
}
.page-break {
  background-position: center;
  background-size: 80%;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/bann.jpg)
}
.page-want {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0,0,0,.5),
                                    transparent 100%), 
                                    url(../img/banner_form_605.jpg);
}
.banner-text {
  position: absolute;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  font-size: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
  @media screen and (max-width: 600px) {
    .banner-text {
      font-size: 2rem;
      width: 90%;
    }
  }
.longish {
  font-size: 2rem;
}

.call-sign {
  font-family: monospace;
  font-weight: bold; }

.cal-embed {
  margin: 0 auto;
  text-align: left; }
  .cal-embed h1 {
    text-align: left; }
  .cal-embed p {
    text-align: left; }
    .cal-embed p.attribution {
      font-size: 24px;
      text-align: left; }
  .cal-embed iframe {
    border-width: 0;
    height: 400px;
    margin: 30px 0;
    max-width: 500px;
    width: 100%; }
  .cal-embed .ad-hoc-events {
    margin: 10px 0; }
    .cal-embed .ad-hoc-events li {
      padding-top: 10px; }
  .cal-embed .container {
    border-bottom: solid 1px #5d8888;
    padding-bottom: 20px; }

.main-nav {
  background-color: #666ad1;
  border: 2px solid #000000;
  font-family: 'Courier New', Courier, monospace;
  font-weight: normal;
  font-size: 2.75vw;
  margin: auto;
  padding: 0;
  z-index: 99; }
  .main-nav .container {
    max-width: 95%; }
  .main-nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    text-align: center;
    align-items: center; }
    .main-nav ul:last-child {
      padding-right: 0; }
    .main-nav li.current {
      background-color: #000000;
      height: 100%;
      text-transform: uppercase;
    }
    .main-nav a {
      color: #fff;
      line-height: 1.3;
      padding: 6px 0 0;
      display: inline-block;
    }
    .main-nav a:hover {
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
    .main-nav li.current a:hover {
      letter-spacing: initial;
      font-weight: initial; 
    }

section {
  padding: 10px 5%; }
  section p {
    margin: .5em 0; }
  section h2 {
    font-size: 16px;
    margin: 2em 0 1em;
    text-align: center;
    text-transform: uppercase; }
  section ul {
    list-style-position: outside;
    padding-left: 30px; }
  section li {
    line-height: 1.4rem;
    text-align: left; 
  }
  section .centered {
    text-align: center; }
    section .centered ul {
      list-style: none;
      margin-bottom: 15px;
      padding-left: 0; }
    section .centered li {
      text-align: center; }
  section.special {
    border: dashed 2px #7f0000;
    margin: 0 15%; }
  section:last-of-type {
    margin-bottom: 3.5rem; }

.cards {
  /* position: relative; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem; 
  /* font-family: 'Courier New', Courier, monospace; */
  align-items: start;
}
.cards .container {
  padding: 1rem;
}
.card {
  box-shadow: 0 1px 5px #555;
  background-color: #fff;
  padding: 3px;
  text-align: center;
}
  .card .button {
    display: block;
    background-color: #666ad1;
    padding: 10px 20px;
    color: white;
    margin-top: 0.5rem;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-out;
  }

  .card a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .card__title {
    align-self: start;
    padding: .5rem;
  }
  .card__description {
    padding: .5rem;
    line-height: 1.2;
  }

.meeting .container {
  position: relative; }
  .meeting .container .meeting-address {
    margin: 0 auto; }
  .meeting h3 {
    margin-top: 2rem;
  }

.meeting address {
  font-family: monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 1em auto;
  text-align: center;
  text-transform: uppercase; }
  .meeting address a {
    color: inherit;
    text-decoration: inherit; }
    .meeting address a:hover {
      text-decoration: underline; }

.event .container {
  border-bottom: solid 1px #5d8888;
  padding-bottom: 20px; }

.event .description {
  hyphens: auto; }

.event .event-date {
  font-weight: bold; }

.event:last-of-type .container {
  border-bottom: 0; }

.links ul {
  line-height: 1.4;
  list-style: disc; }
  .links ul p {
    padding-left: 20px; }
  .links ul li {
    padding-top: 6px; }
  .links ul ul {
    list-style-type: circle;
    padding-left: 50px; }

.links:last-of-type .container {
  border-bottom: 0; }

.link-list .container {
  border-bottom: solid 1px #5d8888;
  padding-bottom: 20px; }
  .link-list .container h2,
  .link-list .container h3 {
    margin-top: 16px; }

.photo-gallery {
  padding-bottom: 2em; }
  .photo-gallery:last-of-type .album {
    border-bottom: 0; }
  .photo-gallery h2 {
    font-size: 24px;
    margin-top: 1.2em;
    text-align: left; }
  .photo-gallery img {
    width: 100%; }
  .photo-gallery p {
    font-size: 14px; }
  .photo-gallery .thumbnail .wrapper:hover {
    border: 1px solid #5d8888; }
  .photo-gallery .thumbnail .photo {
    /* max-height: 150px; */
    overflow: hidden;
    width: 100%; }
  .photo-gallery .thumbnail .desc {
    font-family: monospace;
    font-size: 12px;
    padding: 6px;
    text-align: left; }

.album {
  border-bottom: solid 2px #008080;
  display: grid;
  grid-auto-rows: minmax(180px, auto);
  grid-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 2em; }

@media (min-width: 700px) {
  .main-nav {
    font-size: 14px; }
  .album {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 900px) {
  .main-nav {
    font-size: 18px; }
  .album {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1200px) {
  .main-nav {
    font-size: 18px; }
  .album {
    grid-template-columns: repeat(4, 1fr); } }

.newsletters h3 {
  margin: 10px 0 10px; }

.pub-month {
  margin-bottom: 50px; }
  .pub-month ul {
    display: grid;
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    padding-left: 0; }
  .pub-month li {
    border: solid 1px #008080;
    font-size: 12px;
    padding: 1em;
    text-align: center; }
    .pub-month li:hover {
      background-color: lightgrey; }

.postal {
  margin-top: 50px; }
  .postal .section-thumb-container {
    margin-top: 50px; }
    .postal .section-thumb-container:first-of-type {
      margin-top: 0; }

.eaddr {
  font-size: 24px; }

.atdot {
  background-color: lightgrey;
  line-height: 42px;
  padding: 3px; }

.gsheet-embed {
  text-align: left;
 }

footer {
  background-color: #666ad1;
  border-top: 2px solid #000000;
  bottom: 0;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 99; }

  @media (max-width: 700px) {
    .main-nav ul {
      min-height: 32px;
    }
    .main-nav a {
      line-height: 1.3;
      padding: 6px 0;
    }
    .main-nav a:hover {
      letter-spacing: normal;
    }
    footer {
      position: relative;
      padding: 7px;
    }
  }

  .hab {
    width: 80%;
    margin: 0 auto;
  }
  .hab img {
    display: block;
    width: 95%;
    margin: 1rem auto;
  }

  .specs {
    margin-left: 10%;
  }
    .specs h1 {
      margin-top: 1.2rem;
    }
    .specs h2 {
      text-align: left;
      font-size: 16px;
      margin-bottom: .5rem;
    }
    .specs h3 {
      margin-top: 1rem;
    }
