/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \********************************************************************************************************/
.font-color-light {
  color: #fff;
}
.font-color-light h1, .font-color-light h2, .font-color-light h3 {
  color: #eee1ef;
}

.small-font {
  font-size: 0.8em;
}

.medium-font {
  font-size: 1.2em;
}

.large-font {
  font-size: 1.5em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  color: rgb(255, 255, 179) 5, 187, 0;
}

hr {
  border: 0;
  height: 3px;
  background: #822a85;
  background-image: linear-gradient(to right, #eee1ef, #822a85, #eee1ef);
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.special {
  color: #822a85;
}

.tab-in {
  padding-left: 20px;
}

.center-all-fit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.col {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 100%;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

/*.wrap-container-4 {
    flex: 1 0 25%;
}*/
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.align-items-right {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-left {
  align-items: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-right {
  justify-content: flex-end;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.min-width-300px {
  min-width: 300px;
}

.max-width-100-percent {
  max-width: 100%;
}

.width-100-percent {
  width: 100%;
}

.width-85-percent {
  width: 85%;
}

.width-66-percent {
  width: 66%;
}

.width-50-percent {
  width: 50%;
}

.width-33-percent {
  width: 33%;
}

.width-25-percent {
  width: 25%;
}

.max-w-1200px {
  max-width: 1200px;
}

.max-w-800px {
  max-width: 800px;
}

.max-w-600px {
  max-width: 600px;
}

.max-w-400px {
  max-width: 400px;
}

.mar-top-5 {
  margin-top: 5px;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-40 {
  margin-top: 40px;
}

.mar-top-60 {
  margin-top: 60px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-bot-20 {
  margin-bottom: 20px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-60 {
  margin-top: 60px;
}

.mar-bot-80 {
  margin-top: 80px;
}

.mar-left-10 {
  margin-left: 10px;
}

.mar-right-10 {
  margin-right: 10px;
}

.mar-left-20 {
  margin-left: 20px;
}

.mar-right-20 {
  margin-right: 20px;
}

.mar-left-40 {
  margin-left: 40px;
}

.mar-right-40 {
  margin-right: 40px;
}

.mar-right-auto {
  margin-right: auto;
}

.padding-20 {
  padding: 20px;
}

.padding-40 {
  padding: 40px;
}

.padding-60 {
  padding: 60px;
}

.padding-80 {
  padding: 80px;
}

.area-highlight {
  background-color: rgba(130, 42, 133, 0.2);
}

.area-highlight-dark {
  background-color: #554056;
}

.area-highlight-alt {
  background-color: rgba(238, 225, 239, 0.2);
}

.round-corners {
  border-radius: 5px;
}

.round-img {
  border-radius: 50%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

h1, h2, h3 {
  color: #822a85;
}

h1 {
  text-transform: uppercase;
}

h3 {
  margin-block-end: 0em;
}

.iframe-container {
  position: relative;
  width: 400px;
  height: 300px;
  padding-bottom: 0%; /* for an aspect ratio of 16:9. Adjust as needed */
  margin-right: 10px;
}
.iframe-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body section {
  flex-grow: 1;
}
body header {
  background-color: #822a85;
  background-image: url(../header-1.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}
body header .logo {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 100px;
  padding-left: 10px;
  padding-top: 5px;
}
body header nav ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
body header nav ul li {
  flex-shrink: 0;
  text-align: center;
}
body header nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
body header nav ul li a:hover {
  background-color: rgb(255, 255, 179) 5, 187, 0;
}
body main {
  background-color: #fff;
  color: #333;
  /*.row {
      max-width: 100%;
  }*/
}
body main h1, body main h2, body main h3 {
  margin-block-end: 0em !important;
  margin-block-start: 0em !important;
}
body main img {
  object-fit: cover; /* or 'contain' depending on your needs */
}
body main .yt-video {
  max-width: 400px;
  width: 100%;
}
body main .NOS {
  background-color: #822a85;
  background-image: url(../nancy-omalley-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .NOS h1 {
  color: #fff;
  text-align: center;
  margin-block-start: 0.2em !important;
  margin-block-end: 0.2em !important;
}
body main .NOS .hr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body main .NOS .hr-line {
  max-width: 150px;
  width: 100%;
  flex-grow: 1;
  height: 3px;
  background: rgb(255, 255, 255);
}
body main .NOS .hr-square {
  width: 250px; /* Adjust as needed */
  height: 15px; /* Adjust as needed */
  background: rgb(255, 255, 255);
  margin: 0 0px; /* Adjust as needed */
}
body footer.col {
  background-color: #822a85;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
body footer.col .row {
  max-width: 1200px;
  color: #fff;
}

body main.donate .donate-img {
  max-width: 100%;
  height: auto;
}
body main.donate .AuthorizeNetSeal > img {
  height: 72px !important;
  width: 90px !important;
}

body main.home .align-items-center {
  align-items: flex-start;
}
body main.home .image .inner-container {
  position: relative;
  width: fit-content;
  height: fit-content;
}
body main.home .image .inner-container img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
body main.home .image .inner-container:hover img {
  transform: scale(1.05);
}
body main.home .image .caption {
  color: #822a85;
  max-width: 200px;
}

body main.about .pres-list {
  padding: 20px;
  background-color: #eee1ef;
  border-radius: 10px;
  height: fit-content;
  width: fit-content;
  text-align: left;
  margin-top: 0px;
  font-size: small;
}
body main.about .pres-list .special, body main.about .pres-list h3 {
  color: #822a85;
}

@media (max-width: 1400px) {
  body main.about .pres-list {
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    height: auto;
    width: auto;
    text-align: center;
    margin-top: 30px;
    font-size: inherit;
  }
  body main.about .pres-list .special, body main.about .pres-list h3 {
    color: #822a85;
  }
  body main.about .pres-list .tab-in {
    padding-left: 0px;
  }
  body main.about .grid-3 {
    grid-template-columns: 1fr;
  }
  body main.home .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* for an aspect ratio of 16:9. Adjust as needed */
    margin-right: 0px;
  }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Adjust as needed */
  body header {
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  body main .yt-video {
    width: 100%;
  }
  body main.donate .donate-img {
    max-width: 100%;
    height: 200px;
  }
  body main.donate .AuthorizeNetSeal > img {
    height: 72px !important;
    width: 90px !important;
  }
  body main.home .align-items-center {
    align-items: center;
  }
  body main.home .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .row {
    flex-direction: column;
  }
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  .logo {
    padding-left: 0px;
    padding-top: 0px;
  }
}
