.about {
  padding: 6rem 20rem; }
  .about .about-content {
    margin-bottom: 2rem; }
  .about h2 {
    font-weight: bold;
    color: var(--primary-text) !important; }

@media only screen and (max-width: 800px) {
  .about {
    padding: 2rem; } }

@media only screen and (min-width: 800px) and (max-width: 1025px) {
  .about {
    padding: 6rem; } }

.level {
  display: flex;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
  justify-content: space-around !important; }
  .level .cards {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 980px; }
    @media screen and (max-width: 1088px) and (min-width: 850px) {
      .level .cards {
        max-width: 650px; } }
    @media screen and (max-width: 850px) and (min-width: 775px) {
      .level .cards {
        max-width: 360px; } }
    @media screen and (max-width: 775px) {
      .level .cards {
        max-width: 280px; } }
  .level .carousel-viewing {
    position: absolute;
    bottom: 0;
    right: 5rem; }
  .level i {
    font-size: 3rem !important;
    color: var(--primary);
    transition: color .5s; }
  .level i:hover {
    color: var(--primary-text); }

.empty {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.37) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.37) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.37) !important;
  display: none; }

.card {
  flex: 1;
  margin: 0 .5rem;
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.37); }
  .card a {
    color: var(--primary); }
  .card .wideImg {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1279px) {
      .card .wideImg {
        height: 305px; } }
    @media screen and (max-width: 1278px) and (min-width: 1088px) {
      .card .wideImg {
        height: 219px; } }
    @media screen and (max-width: 1088px) and (min-width: 850px) {
      .card .wideImg {
        height: 238px; } }
    @media screen and (max-width: 850px) and (min-width: 775px) {
      .card .wideImg {
        height: 205px; } }
    @media screen and (max-width: 775px) {
      .card .wideImg {
        height: 259px; } }
  .card .img100 {
    width: 100%; }
  .card .card-content {
    position: relative;
    min-height: 150px; }
    @media screen and (max-width: 1175px) {
      .card .card-content {
        height: auto !important;
        overflow-y: visible !important; } }
    .card .card-content .book-details {
      font-size: 12px !important;
      position: absolute;
      bottom: 0;
      padding-bottom: 1rem; }
  .card .contributor {
    font-size: 12px;
    color: var(--primary-text) !important; }
  .card .author .contributor {
    margin-top: 5px; }

.media {
  margin-bottom: 0; }

.title {
  margin-bottom: 5px; }

h1.title {
  font-size: .9rem !important; }

.subtitle {
  font-size: 12px; }

.media-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90px; }
  @media screen and (max-width: 1175px) {
    .media-content {
      height: auto !important; } }

.category {
  cursor: pointer;
  transition: box-shadow .5s; }
  .category h1 {
    margin-bottom: .5rem !important; }
  .category h2 {
    margin-bottom: 0;
    color: var(--primary) !important; }
  .category .subtitle {
    position: absolute;
    bottom: 0;
    padding-bottom: 1rem; }

.category:hover {
  -webkit-box-shadow: 4px 4px 7px 0px var(--primary-text);
  -moz-box-shadow: 4px 4px 7px 0px var(--primary-text);
  box-shadow: 4px 4px 7px 0px var(--primary-text); }

@media only screen and (max-width: 825px) {
  .card {
    max-width: 90%;
    margin-left: 5%; } }

.newsletter {
  padding: 3rem 8rem;
  display: flex;
  flex-direction: row; }
  .newsletter .newsForm, .newsletter .cats, .newsletter .contactInfo {
    padding: 1rem;
    width: 50%; }
  .newsletter form > .newsForm {
    width: 100% !important; }
  .newsletter .contactInfo {
    padding-top: 3rem; }
  .newsletter h4, .newsletter p {
    margin-bottom: 1rem; }
  .newsletter .newsletter-form, .newsletter .column {
    display: flex;
    flex-direction: column; }
  .newsletter input {
    width: 100%; }
  .newsletter .button {
    transition: background-color .5s;
    transition: color .5s;
    width: 150px; }
  .newsletter .align-right {
    align-items: flex-end; }
  .newsletter .categories {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap; }
  .newsletter .category {
    cursor: pointer;
    transition: box-shadow .5s;
    display: flex;
    flex-wrap: none;
    padding: .25rem;
    border: 1px solid var(--primary-text);
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px; }
  .newsletter .category:hover {
    -webkit-box-shadow: 4px 4px 7px 0px var(--primary-text);
    -moz-box-shadow: 4px 4px 7px 0px var(--primary-text);
    box-shadow: 4px 4px 7px 0px var(--primary-text); }
  .newsletter .is-active {
    background-color: var(--primary-text) !important;
    color: white !important; }
  @media only screen and (max-width: 800px) {
    .newsletter .newsletter {
      padding: .5rem .5rem; } }
  @media only screen and (min-width: 800px) and (max-width: 1025px) {
    .newsletter .newsletter {
      padding: 2rem 10rem; } }

.event h1, .event button {
  margin-bottom: 0; }

.event p {
  width: 90%;
  margin-top: .5rem; }

.event input[type="checkbox"] {
  margin-right: 5px; }

.checkbox input {
  margin-right: 5px; }

