/* The Modal (background) */
.n-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.n-modal-content {
    background-color: #e94364;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #e94364;
    width: 90%;
    max-width: 500px;
    color: white;
}

/* The Close Button */
.close-b {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-b:hover,
.close-b:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-input {
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    min-width: 200px;
}

.popup-button {
    color: white;
    background-color: #286069;
    border-color: #286069;
}

.popup-comment {
    margin-top: 5px;
}

#dynamicContent form {
    text-align: center;
    padding-bottom: 20px;
}

.field--name-field-media-credit {
    text-align: left !important;
}

.field--name-field-caption-long {
    margin-top:10px;
}

.field--name-field-media-credit,
.field--name-field-caption-long {
    margin-left:10px;
    margin-right:10px;
    font-size: 14px !important;
}

.close-bK:hover {
    cursor: pointer;
}

.site-navigation nav>ul>li.open>ul>li.expanded {
    width: 270px;
}

.yellow-text {
    color:rgb(253,184,37);
}

.black-bg {
    background-color: black;
}

.field-image img {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.content {
  padding-bottom: 20px;
}

#what-were-reading {
  padding: 20px;
  padding-bottom: 30px;
  margin: 10px;
  border-radius: 16px;
  background-color: #2191a180;
}

.tealy-bg {
  background-color: #2191a180;
}

.field-boxed-image {

}

.field-boxed-image img {
  height: 100px;
  width: 200px;
  object-fit: cover;
}

#what-were-reading a {
  font-size: 18px !important;
}

#upcoming-events {
  min-height: 506px;
}

#block-donatebutton .shop {
    border: none !important;
    position: absolute;
    top: -41px;
    right: 186px;
    z-index: 1000;
    width: auto !important;
    padding: 1px 15px 3px !important;
}

#block-donatebutton .join {
    border: none !important;
    position: absolute;
    top: -41px;
    right: 122px;
    z-index: 1000;
    width: auto !important;
    padding: 1px 15px 3px !important;
}

@media (min-width: 992px) {
    header.site-header>.container-full .page-header a.logo {
        width: 147px !important;
    }
}

@media screen and (max-width: 992px) {
  #upcoming-events {
    min-height: 0;
  }
}
