body {
  background-color: #FFFFEE;
  padding: 0;
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header {
  height: 100px;
  position: sticky;
  top: 0;
  background-color: #FFFFEE;
  border-bottom: #003366 3px solid;
  .logo {
    img {
      width: 100px;
    }
  }
}

.title-section {
  background-color: #003366;
  background-image: url(electionbackground.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5vw;
  color: #FFFFFF;
  .tagline {
    margin: 30px;
    font-size: 6vw;
    text-align: center;
  }
  .we-are-all-in {
    margin: 30px;
    font-size: 4vw;
    text-align: center;
  }
  #quote-section {
    height: 8vw;
    align-content: center;
  }
  #quote-text, #quote-source {
    margin: 10px;
    font-size: 14pt;
    text-align: center;
  }
  #quote-source {
    font-style: italic;
  }
}

.goal-section {
  padding: 5vw;
  .goal-statement, .goal-find-out-more {
    font-size: 14pt;
    padding: 1vw;
    text-align: center;
  }
}

.question-section {
  padding: 0 15vw;
  .question-text {
    font-size: 16pt;
    padding: 1vw;
    text-align: center;
  }
  .answer-text {
    padding: 1vw;
  }
  .answer-subtext {
    margin-top: -12px;
    padding: 1vw;
    font-size: 14px;
  }
}

.header-section {
  background-color: #003366;
  padding: 12px;
  color: #FFFFFF;
  text-align: center;
  .tagline {
    display: contents;
    font-size: 20pt;
    text-align: center;
  }
  .we-are-all-in {
    display: contents;
    font-size: 20pt;
    text-align: center;
  }
}

.article-list {
  margin: 0px 5vw;
  .article {
    margin: 15px;
    .article-title {
      font-size: 16pt;
    }
  }
}

.contents {
  margin: 0px 5vw;
  .bylaw-heading {
    font-weight: bold;
  }
  .bylaw-heading, .bylaw-contents {
    margin: 24px 20vw;
  }
  table {
    width: 100%;
  }
  td, th {
    padding: 0px 10px;
    text-align: center;
  }
  h5 {
    font-size: 15px;
    text-align: center;
  }
}
.notes {
  margin: 0px 5vw
}
.contents + .notes {
  margin-top: 40px
}
.contents > div, .notes > div {
  margin: 12px;
}

.iconsdesc-list {
  display: flex;
  .iconsdesc {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    .iconsdesc-icon {
      width: 120px;
      flex-basis: 120px;
      background-color: #003366;
      display: flex;
      justify-content: center;
      align-items: center;
      img {
        width: 80px;
      }
      border-radius: 20px;
    }
    .iconsdesc-title {
      margin: 12px 12px 6px 12px;
      font-size: 16pt;
      font-weight: bold;
      text-align: center;
    }
    .iconsdesc-desc {
      margin: 0px 12px;
    }
  }
}

@media screen and (max-width: 800px) {
  .title-section {
    .tagline {
      font-size: 40pt;
    }
    .we-are-all-in {
      font-size: 24pt;
    }
  }
}

.name-emphasis {
  font-style: italic;
}
