.videos-section,
.messages-section {

  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 8px;

}

.btn-bar {

  padding-top: 6px;
}

.progress-bar {
  background: white;


}

.signers-list {
  order: 5;
  margin-top: 24px;
}

.signer-container {
  padding: 12px;

}


/* modal */
div#iframeModal {
  padding: 0 !important;
}

#iframeModal .modal-dialog {
  max-width: 100%;
}

iframe#iframe-record-video {
  height: calc(100vh - 94px);
}

/* hidden elements */
.progress-container-div {
  display: none !important;
}

.navbar {
  background-color: white !important;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2) !important;
  box-sizing: border-box;
  padding-bottom: 6px;
  padding-top: 6px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .navbar {
    height: 50px !important;
  }
}

@media (max-width: 576px) {
  .videos-section {
    margin-left: -15px;
    margin-right: -15px;
  }

  .btn-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}

.more-copy .copy-content p {
  margin-bottom: 10px;
}

.more-copy .copy-content p, .more-copy .copy-content li {
  line-height: 1.5;
}

.more-copy h2 {
  margin-top: 12px;
}

/* .campaign-container {
  padding-top: 24px !important;
} */

.intro-image {
  padding-top: 24px !important;
}


@media (min-width: 992px) {

  .campaign-container {
    padding-right: 24px !important;
  }

  .module-signature-counter {
    margin-top: 16px !important;
  }

  .more-copy .copy-content {
    column-count: 2;
    column-gap: 28px;
  }
}

body {
  background-image: none;
  overflow-x: hidden;
  font-size: 16px !important;
  min-width: 100vw;
}

@media (max-width: 992px) {
  .bg-red-wide-mobile {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    /* height: 100%; */
    background-color: #F55D49;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .bg-red-wide-mobile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    /* Height of the slant */
    background: white;
    transform: skewY(-2.5deg);
    /* Adjust angle as needed */
    transform-origin: bottom right;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .bg-red-wide {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    /* height: 100%; */
    background-color: #F55D49;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 50px;
  }

  .bg-red-wide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    /* Height of the slant */
    background: white;
    transform: skewY(-2deg);
    /* Adjust angle as needed */
    transform-origin: bottom right;
    z-index: 1;
  }
}

.spa-section {
  padding-top: 0;
  min-height: calc(100vh - 50px);
}

.page-content {
  /* margin-top: 50px; */
}

h5 em {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.form-container {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  /* .spa-section {
      padding-top: 110px;
  }

  .form-section {
      padding-top: 75px !important;
  }

  .campaign-heading, .section-heading {
      font-size: 28px !important;
  }

  .campaign-text, .section-text {
      font-size: 22px !important;
  }

  .navbar-brand, .progress-container-div {
      margin-left: auto;
      margin-right: auto;
  }

  .form-container {
      background-color: white !important;
      color: black !important;
  } */

  .campaign-container {
    background-color: white;
    color: black;
    padding-top: 0;
  }
}

/* form */

.form-container {
  background: white !important;
  color: black !important;
}

@media only screen and (min-width: 768px) {
  .Email_opt_in .text-muted.form-text {
    color: black !important;
  }
}

.form-content,
.form-control,
.privacy-policy {
  max-width: 100% !important;
  text-align: left;
}

.form-container .text-center,
.privacy-policy {
  text-align: left !important;
  font-family: "Source Serif 4", system-ui, -apple-system, "Segoe UI", Roboto !important;
  font-weight: normal !important;
}

.form-container form, 
.form-modal-content form{
  margin-top: 24px;
}

.row {}

body,
form,
form input {
  font-family: "Source Serif 4", system-ui, -apple-system, "Segoe UI", Roboto !important;
  font-weight: normal;
  /*   font-size: 14px; */
}

form input {
  margin-bottom: 8px;
  ;
}

.section-heading {
  margin-top: 0 !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .375rem;
  font-family: "Source Serif 4", system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem !important;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h2,
h2 {
  font-size: 2.15rem !important;
  line-height: 2.75rem;
  margin-bottom: .7rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h3,
h3 {
  font-size: 1.75rem !important;
  line-height: 2.25rem;
  margin-bottom: .6rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.h4,
h4 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin-bottom: .75rem !important;
  font-weight: 700 !important;
}

.h5,
h5 {
  font-size: 18px !important;
  margin-bottom: .25rem !important;
  line-height: 1.333;
  font-weight: 700 !important;

}

.h6,
h6 {
  font-size: 16px !important;
  line-height: 1.25
}

p,
li,
ul {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
}

p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

bold {
  font-weight: 700;
}

li,
ul {
  line-height: 2rem;
}

.btn-gp {
  background: #FFFF5F;
  color: black;
  font-weight: 700;
}

.btn-gp:hover
 {
    color: black;
    border-color: none;
    background-color: #FFFF5F;
    filter: brightness(.95);
}

header {
  margin-bottom: 0 !important;
}

.section-container .card {
  max-width: 400px !important;
}

.section-container .row > div {
  width: 100%;
}

.section-container .section-text {
  padding-bottom: 1rem;
  font-weight: normal;
}


h1.campaign-heading {
  font-size: 32px !important;
  margin-top: 0 !important;
}

.btn-skip {
  color: black;
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 600;
  padding: 6px;
}

.btn-skip:hover {
  background-color: #fff;
  border: none;
  color: black;
  text-decoration: underline;
}

.btn-donate, .btn-donate-alt {
  font-weight: 600;
}

#donate-monthly-section h1, 
#donate-single-section h1 {
  text-transform: unset;
}

.form-control {
  color: black !important;
  font-weight: normal !important;
}

.form-check label {
  margin-left: 12px;
}

.campaign-text {
  font-size: 1rem !important;
}

