html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  height: 100%;
  background: #fff;
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.status-mes {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid #000;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 10000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.theme-background {
  background: #481a58;
  color: #ffffff;
}

.theme-alt-background {
  background: #280136;
  color: #ffffff;
}

.theme-foreground {
  background-color: #f0ecec;
  color: #481a58;
}

.theme-alt-foreground {
  background-color: #f0ecec;
  color: #280136;
}

.theme-background-font-color {
  color: #ffffff;
}

.theme-foreground-font-color {
  color: #481a58;
}

.theme-alt-font-color {
  color: #f84d17;
}

.border-theme {
  border-color: #481a58;
  border-width: 10px;
}
.theme-background .container-fluid {
  padding: 0% 5%;
}

.navbar a {
  /* font-family: 'Adagasima'; */
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #ffffffe6;
}
.navbar-brand {
  max-height: 75px;
}

.navbar-toggler:focus {
  outline: none;
  border: 1px solid;
  box-shadow: none;
}

.navbar.theme-background {
  background-color: #280137;
  padding: 0px;
}
.navbar.theme-background .navbar-btn {
  border: 1px solid #f24e19;
  color: #fff;
  border-radius: 5px;
}

#welcome {
  height: 100vh;
}

#main-image {
  width: 100%;
  height: 100%;
  object-position: 50% 57%;
  /* opacity: 0.9; */
}

#main-frosty {
  position: absolute;
  top: 40%;
  left: 7%;
  right: 2%;
  background: transparent;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main-frosty img {
  border-radius: 10px;
  max-height: 30vh;
  /* -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
    mask-image: linear-gradient(to right, transparent, #fff, transparent); */
}

/* home About */
.section-padding {
  padding-top: 70px;
  padding-bottom: 78px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  color: #481a58;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 700;
  position: relative;
}
.section-title h2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  height: 2px;
  width: 100px;
  background: #000;
  margin-left: -50px;
}

.section-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50px;
  height: 2px;
  width: 50px;
  background: #000;
  margin-left: -25px;
}

.about-text {
  margin-top: 30px;
}
.about-text p {
  margin-bottom: 10px;
}

a.read-more {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #481a58;
  padding: 10px 25px;
  border: 1px solid #481a58;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

.priorities-us-area {
  background-color: #f0ecec;
}

/*
* ----------------------------------------------------------------------------------------
* 14.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
}

.single-blog {
  margin-top: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-blog img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.blog-description {
  padding-top: 20px;
}

.single-blog h4 {
  color: #481a58;
  /* text-transform: uppercase; */
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 100;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-blog h4:hover {
  color: #481a58;
}
.single-blog a {
  text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
  padding: 100px 0px;
  background: url(../images/volunteer/TownVolunteer.png);
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: 4% 27%;
}

.call-to-action-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.call-to-action-area h2 {
  color: #fff;
  font-family: "EXO 2";
}
.call-to-action-area p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  margin-top: 32px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-contact-details {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  padding: 40px 20px;
  min-height: 225px;
}

.single-contact-details:hover {
  border: 1px solid rgba(243, 114, 34, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-contact-details h4 {
  color: #333;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

.single-contact-details span {
  font-size: 30px;
}

.lnr-phone-handset::before {
  color: #481a58;
}

.lnr-envelope::before {
  color: #481a58;
}

.lnr-map-marker::before {
  color: #481a58;
}

.contact-form p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin: 0;
}

.form-control {
  display: block;
  border: 0px;
  width: 100%;
  height: 45px;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  text-indent: 10px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 10px;
}

.form-control:focus {
  border-color: #481a58;
  outline: 0;
  box-shadow: none;
}

.contact-form-design-area {
  margin-top: 30px;
}

.contact-form button {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  background: #481a58;
  padding: 10px 25px;
  border: 1px solid rgba(243, 114, 34, 0.5);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-form button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  background: transparent;
}

.success {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.single-contact-details a {
  color: #481a58;
  text-decoration: none;
  font-size: 14px;
  line-break: anywhere;
}
.single-contact-details .connect a {
  font-size: 18px;
  margin-right: 10px;
}

#priorities h1 {
  /* font-family: 'Exo 2'; */
  font-size: 75px;
  font-weight: 700;
}
.card-text {
  /* font-family: 'Exo 2'; */
  font-size: 16px;
  font-weight: 100;
}

#about-me {
  height: 50vh;
}

#about-me img {
  max-height: 50vh;
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-image: linear-gradient(to right, transparent, #fff, transparent);
}
#about-me a #about-me-frosty {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  background: linear-gradient(to right, #fff -100%, #481a58 200%);
  border-radius: 5px;
}
#about-me-frosty p:first-of-type {
  /* font-family: 'Exo 2'; */
  font-style: italic;
  font-size: 40px;
  font-weight: 800;
  color: #481a58;
  padding-top: 15px;
}
#about-me-frosty p {
  /* font-family: 'Montserrat'; */
  font-size: 20px;
  color: #481a58;
  padding-left: 15px;
  padding-right: 15px;
}
#address,
#phone,
#email,
#social {
  border-top: 2px solid #481a58;
  border-right: 2px solid #481a58;
}
#footer p {
  /* font-family: Roboto; */
}
#footer p:last-of-type {
  font-size: 12px;
  padding-left: 33%;
  padding-right: 33%;
}

/* #about {
  height: 60vh;
} */
#about #main-image {
  object-position: 55% 30%;
}
#about #main-frosty {
  top: 43%;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#about h1 {
  /* font-family: 'Ysabeau Office'; */
  font-size: 75px;
  font-weight: 700;
}
#about-main-section h2 {
  /* font-family: 'Bebas Neue'; */
  font-size: 35px;
  font-weight: 800;
}
#about-main-section p {
  /* font-family: 'Ysabeau Office'; */
  font-size: larger;
}

#my-priorities {
  height: 50vh;
}
#why-me {
  height: 70vh;
}
#my-priorities #main-image {
  object-position: 47% 40%;
}
#why-me #main-image {
  object-position: 80% -7%;
}
#my-priorities #main-frosty {
  top: 35%;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#why-me #main-frosty {
  top: 54%;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#my-priorities h1,
#why-me h1 {
  /* font-family: 'Bebas Neue'; */
  font-size: 75px;
  font-weight: 700;
}
#my-priorities-main-section #content,
#why-me-main-section #content {
  border-bottom: 1px solid #481a58;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
#my-priorities-main-section h2,
#why-me-main-section h2 {
  /* font-family: 'Exo 2'; */
  /* font-size: 30px;
  font-weight: 700; */
}
#my-priorities-main-section p,
#why-me-main-section p {
  /* font-family: 'Exo 2'; */
  /* font-size: larger;
  color: black; */
  text-align: justify;
}
#my-priorities-main-section img,
#why-me-main-section img {
  /* max-width: 60%; */
  min-height: auto;
}
.img-thumbnail-vert {
  height: 30vh;
  margin-bottom: 20px;
}
#my-priorities-main-section #secondImage {
  top: 80%;
  left: 30%;
}
/* #why-me-main-section #secondImage {
  max-width: 100%;
  height: 20vh;
  margin-top: 38%;
  margin-left: -54%;
} */

#vote {
  height: 40vh;
  border-bottom: 1px solid #481a58;
}
#vote #main-image {
  object-position: 40% 40%;
  max-height: 40vh;
}
#vote #main-image-2 {
  object-position: 40% 40%;
}

#vote-fest {
  /* background-image: url("../images/flag-2.png"); */
  background-blend-mode: overlay;
  background-size: cover;
}
#vote-fest #early-vote-img,#vote-fest .early-vote-img {
  color: #f84d17;
}
#vote-fest #election-day-img,#vote-fest .election-day-img {
  color: darkslategray;
}
#vote-fest #voter-img,#vote-fest .voter-img {
  color: olive;
}
#vote-fest #mail-vote-img,#vote-fest .mail-vote-img {
  color: lightseagreen;
}

#donate {
  min-height: calc(2 * 900px);
}
#donate #main-image {
  object-position: 47% 40%;
  max-height: 100vh;
  width: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
  mask-image: linear-gradient(to right, transparent -50%, #fff 100%);
  border-bottom-left-radius: 10px;
}
#donate #main-frosty {
  top: 130px;
  width: 75%;
  background-color: #f0ecec;
  border-radius: 5px;
  opacity: 0.95;
}
#donate h1 {
  /* font-family: 'Roboto'; */
  font-size: 70px;
  font-weight: 500;
  padding-bottom: 10px;
}
#donate-strip::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(to right, #f84d17 -125%, #481a58, #f84d17 225%);
  content: "";
  border-radius: 1.5px;
}
#donate p {
  /* font-family: 'Montserrat'; */
}
.donateNow iframe,
.donateNow img {
  border-radius: 10px;
}
#donateNowbyCheck img {
  min-height: 500px;
  width: 100%;
  -webkit-mask-image: none;
  mask-image: none;
  padding-bottom: 50px;
}
#donateNowbyCheck #print {
  top: 0%;
  color: gray;
}
#donate #disclaimer {
  /* font-family: 'Ysabeau SC'; */
  font-size: small;
}

#volunteer {
  height: 35vh;
}
#volunteer #main-image {
  object-position: 20% 90%;
}
#volunteer #main-frosty {
  top: 13%;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#volunteer h1 {
  /* font-family: 'Exo 2'; */
  font-size: 75px;
  font-weight: 700;
}
#volunteer-main-section .card {
  border-radius: 3px;
}
#volunteer-main-section .card:not first-of-type {
  max-height: auto;
}
#volunteer-main-section .card-body {
  border-radius: 1px;
}
#volunteer-main-section .card-body:hover {
  box-shadow: 1px 1px 1px 1px #481a58;
}
#volunteer-main-section .card-img-top {
  max-height: 40vh;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 1px;
}
#volunteer-main-section p {
  /* font-family: 'Exo 2'; */
}

#portfolio,
#blog {
  height: 30vh;
}
#portfolio #main-image {
  object-position: 47% 40%;
}
#portfolio #main-frosty,
#blog #main-frosty {
  top: 15%;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#portfolio h1,
#blog h1 {
  /* font-family: 'Bebas Neue'; */
  font-size: 75px;
  font-weight: 700;
}
#portfolio-main-section #content {
  border-bottom: 2px solid black;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
#portfolio-main-section h2 {
  /* font-family: 'Exo 2'; */
  font-size: 30px;
  font-weight: 700;
}
#portfolio-main-section p {
  /* font-family: 'Exo 2'; */
  font-size: 30px;
  font-weight: 700;
  color: #481a58;
}
/* #portfolio-main-section img {
  opacity: 90%;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  display: inline-block;
} */
.img-thumbnail-vert {
  height: 30vh;
  margin-bottom: 20px;
}
#portfolio-main-section #secondImage {
  top: 80%;
  left: 30%;
}
#main-text {
  margin-top: 40px;
  background-color: rgb(5 5 5 / 63%);
  width: fit-content;
  text-align: center;
  font-size: 25px;
  padding: 8px 14px;
  border-radius: 7px;
  color: #fff;
  font-family: "Exo 2";
  font-style: italic;
  display: inline-block;
}

#priorities .card-img-top {
  height: 300px;
}
.page-header {
  position: relative;
  width: 100%;
  margin-top: 75px;
  overflow: hidden;
}

.page-header img {
  width: 100%;
}
.page-header .page-title {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, transparent, #fff, transparent);
  color: #481a58;
  text-align: center;
}
.page-header .page-title h1 {
  font-size: 55px;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  width: 100%;
  text-transform: capitalize;
}
.page-content {
  padding: 40px 0px;
}
.about-content .about-header {
  margin-bottom: 40px;
  color: #481a58;
}
.about-content .about-footer {
  margin-top: 40px;
  color: #481a58;
  font-size: 30px;
  line-height: 45px;
}
.about-content p {
  text-align: justify;
}

.page-content h2 {
  color: #481a58;
  font-size: 28px;
}
.whyme-content img {
  max-height: 200px;
}
.whyme-img-container {
  position: relative;
  text-align: right;
}

.whyme-img-container .img-thumbnail-vert {
  margin-right: 20px;
}
.whyme-img-container .position-absolute {
  bottom: -30px;
  right: 110px;
}
.whyme-img-container .position-absolute img {
  max-height: 160px;
}
.whyme-content #content {
  border-bottom: 1px solid #481a58;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: left;
}
.portfolio-header {
  margin-bottom: 15px;
  margin-top: 10px;
}
.portfolio-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #481a58;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}

#donateText {
  margin-top: 50px;
}
#donateNowbyCheck {
  max-width: 300px;
}
#disclaimer {
  font-size: 12px;
}
.g-row {
  display: flex;
  justify-content: center;
}
.g-row .g-col {
  flex: 1;
  padding: 10px;
}

/* Endorsements Start */
.endorsements .container {
  padding: 20px 50px;
  /* max-width: none !important; */
}
.endorsements .media {
  background-color: #f0ecec;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.endorsements .media img {
  width: 200px;
  height: auto;
  float: left;
}
.endorsements .media .media-body {
  padding-left: 10px;
  width: calc(100% - 200px);
  height: auto;
  float: left;
  font-size: 14px;
}
.endorsement-view .media-img-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
}

.endorsements .endorsement-view .media img {
  float: none;
  border-radius: 50%;
  max-height: 200px;
}
.endorsements .endorsement-view .media .media-body {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.endorsements .endorsement-view .media {
  padding: 20px 10px;
}
.endorsements .media .media-body h5 {
  font-size: 20px;
  font-weight: bold;
  color: #481a58;
  margin-bottom: 0px;
}
.endorsements .media .sub-head {
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
}
.endorsements .modal-body {
  padding: 0px;
  text-align: center;
}

.endorsements .modal-body .endorsement-view .media {
  margin-bottom: 0px;
}
.endorsements .modal-dialog {
  /* width: 100%; */
  max-width: 800px;
  /* margin: 0 auto; */
}
.endorsement-media h4 {
  margin-top: 10px;
}

.endorsements .endorsement-view .endorsement-media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.endorsements .endorsement-view .endorsement-media img.endorsement-media-img {
  max-width: 200px;
  margin: 10px;
  border-radius: 5px;
}
.endorsement-media .endorsement-media-video {
  max-width: 500px;
  margin: 10px;
  background-color: #ddd;
}

/* Endorsements End */

/* Endorsements Form Start */
.admin-endorsement-list {
  list-style: none;
  padding: 0;
}

.admin-endorsement-item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
  /* align-items: center; */
}

.admin-endorsement-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.admin-endorsement-content {
  flex: 1;
}

.admin-endorsement-media {
  margin-top: 10px;
}

.admin-endorsement-media img,
.admin-endorsement-media video {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}

.admin-endorsement-actions {
  margin-left: auto;
  display: flex;
  gap: 10px;
}

.admin-edit-form-container {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}

.admin-edit-form-container h2 {
  margin-bottom: 20px;
}

.admin-form-group {
  margin-bottom: 15px;
}
.btn.admin-edit-btn {
  height: 39px;
}
/* Endorsements Form End */

/* Gallery Modal Styles */

.portfolio-content {
  background-color: #f2f2f2;
}

/* For all gallery containers within portfolio-content */
.portfolio-content .gallery-container {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* For the full-size image container within portfolio-content */
.portfolio-content .full-size-image-container {
  text-align: center;
  margin-bottom: 10px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* For the full-size image itself within portfolio-content */
.portfolio-content .full-size-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  max-height: 500px;
  border-radius: 10px;
}

/* For the thumbnail gallery within portfolio-content */
.portfolio-content .thumbnail-gallery {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px 0;
  background-color: #f9f9f9;
  gap: 10px;
}

/* Scrollbar styles for thumbnail gallery */
.portfolio-content .thumbnail-gallery::-webkit-scrollbar {
  height: 8px;
}

.portfolio-content .thumbnail-gallery::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.portfolio-content .thumbnail-gallery::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* For individual thumbnail items */
.portfolio-content .thumbnail-item {
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: top;
  transition: transform 0.2s ease-in-out, border 0.2s ease-in-out;
  display: inline-flex;
  border: 3px solid transparent;
  border-radius: 13px;
}

/* For images/videos within thumbnail items */
.portfolio-content .thumbnail-item img,
.portfolio-content .thumbnail-item video {
  height: 100px;
  width: auto;
  display: block;
  border: none;
  border-radius: 10px;
  object-fit: cover;
}

/* Hover effect for thumbnail items */
.portfolio-content .thumbnail-item:hover {
  transform: scale(1.05);
}

/* Highlight for selected thumbnail */
.portfolio-content .thumbnail-item.selected {
  border: 3px solid #007bff;
}

/* Modal styles */
.portfolio-content #galleryModal {
  /* If modal is also within portfolio-content */
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.portfolio-content .modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio-content #galleryMedia {
  text-align: center;
  margin-bottom: 15px;
}

.portfolio-content #galleryText {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

.portfolio-content .gallery-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1060;
  border-radius: 5px;
}

.portfolio-content #galleryPrev {
  left: 20px;
}

.portfolio-content #galleryNext {
  right: 20px;
}

.portfolio-content #galleryClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* #galleryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#galleryModal .modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
}
#galleryModal img,
#galleryModal video {
  max-width: 80vw;
  max-height: 60vh;
  display: block;
  margin: 0 auto;
}
#galleryModal .gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #481a58;
  color: #fff;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 2em;
  border-radius: 4px;
}
#galleryModal #galleryPrev {
  left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#galleryModal #galleryNext {
  right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#galleryModal #galleryClose {
  top: -1px;
  right: -1px;
  transform: none;
  border-radius: 0px;
  border-top-right-radius: 8px;
  font-size: 1em;
  padding: 5px 15px;
}
#galleryText {
  margin-top: 10px;
  font-size: 1.1em;
}
.sub-head {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.portfolio-content .single-item {
  max-height: 200px;
  text-align: center;
}

.portfolio-content .owl-carousel .owl-nav button.owl-prev,.portfolio-content .owl-carousel .owl-nav button.owl-next {
  background-color: #481a58;
  color: white;
  font-size: 36px;
  padding: 4px 10px 10px !important;
} */

/* Responsive image and font */
/* .img-thumbnail {
            max-width: 100%;
            height: auto;
            cursor: pointer;
            transition: box-shadow 0.2s;
        }
        .img-thumbnail:hover {
            box-shadow: 0 0 10px #333;
        }
        @media (max-width: 900px) {
            body { font-size: 16px; }
            .img-thumbnail { max-width: 80%; }
        }
        @media (max-width: 600px) {
            body { font-size: 14px; }
            .img-thumbnail { max-width: 60%; }
        } */

/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {
}

.single-team {
  margin-top: 30px;
  text-align: center;
}

.single-team img,
.owl-carousel .owl-item .single-team img {
  display: inline;
  border-radius: 50%;
  width: 200px;
  max-height: 200px;
}

.single-team h4 {
  color: #481a58;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-description {
  margin-top: 15px;
}

.team-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team-social ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team-social ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}

.team-social ul li a:hover {
  color: #481a58;
}

.about-us-area .owl-nav button,
.about-us-area .owl-carousel .owl-nav button.owl-next,
.about-us-area .owl-carousel .owl-nav button.owl-prev,
.about-us-area .owl-carousel button.owl-dot {
  color: #fff !important;
  background: #481a58 !important;
  padding: 5px 12px 9px !important;
  font-size: 30px !important;
}

.owl-carousel.center-content .owl-stage-outer {
  text-align: center;
}
.owl-carousel.center-content .owl-stage {
  display: inline-block;
}

.endorsements .close-btn {
  display: none;
}
.endorsements .endorsement-view .close-btn {
  display: block;
  float: right;
  text-decoration: none;
  color: #fff;
  background: #481a58;
  padding: 5px 12px;
  margin-top: -20px;
  margin-right: -10px;
  border: 0px;
  outline: none;
}

@media screen and (max-width: 1600px) {
  #about-me a #about-me-frosty {
    width: 60%;
  }
  #about-me-frosty p:first-of-type {
    font-size: 35px;
  }
  #footer p:last-of-type {
    padding-left: 20%;
    padding-right: 20%;
  }
  #main-frosty {
    left: 0px;
  }
  #main-frosty img {
    border-radius: 10px;
    max-height: 25vh;
  }
}

@media screen and (max-width: 1200px) {
  #about-me a #about-me-frosty {
    width: 70%;
  }
  #about-me-frosty p:first-of-type {
    font-size: 25px;
  }
  .card-text {
    font-size: 14px;
  }
  #donate {
    min-height: calc(2.25 * 900px);
  }
  #donate #main-frosty {
    width: 70%;
  }
  #main-frosty {
    left: 0px;
  }
  #main-frosty img {
    border-radius: 10px;
    max-height: 20vh;
  }
}
@media screen and (min-width: 992px) {
  #donate #main-frosty #donateText {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  #about-me {
    height: 70vh;
  }
  #about-me img {
    max-height: 70vh;
  }
  #about-me a #about-me-frosty {
    top: 65%;
  }
  #about-me a #about-me-frosty {
    width: 90%;
  }
  #donate {
    min-height: calc(2.5 * 900px);
  }
  #donate #main-image {
    width: 100%;
  }
  #donate #main-frosty #donateText {
    padding-top: 0px;
  }
  #donate #main-frosty {
    top: 45%;
    width: 95%;
  }
  #priorities .card-img-top {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #about-me-frosty p {
    font-size: 18px;
  }
  #footer p:last-of-type {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #vote-fest #early-vote p:last-of-type,
  #vote-fest #election-day p:last-of-type,
  #vote-fest #voter p:last-of-type,
  #vote-fest #mail p:last-of-type {
    border-bottom: 3px dotted #280136;
  }
  #donate {
    min-height: calc(3 * 900px);
  }
  #donate #main-image {
    width: 100%;
  }
  #donate #main-frosty {
    top: 45%;
    width: 95%;
  }
}

@media screen and (max-height: 900px) {
  #about-me {
    min-height: 450px;
  }
  #about-me img {
    min-height: 450px;
  }
}

@media screen and (max-width: 576px) {
  #main-frosty {
    top: 60%;
    align-items: baseline;
  }
  #about-me img {
    margin-left: 1px;
    margin-right: 1px;
  }
  #about-me a #about-me-frosty {
    margin-top: 15px;
    width: 95%;
  }
  #about-me-frosty p:first-of-type {
    font-size: 16px;
  }

  #about h1,
  #my-priorities h1 {
    font-size: 60px;
    font-weight: 700;
  }
  #main-frosty img {
    max-height: 10vh;
    border-radius: 5px;
  }
  #my-priorities-main-section #content-img {
    border: 0px;
  }
  #donate {
    min-height: calc(3.5 * 900px);
  }
  #donate #main-image {
    width: 100%;
  }
  #donate #main-frosty {
    top: 50%;
    width: 95%;
  }
  #donateNowbyCheck img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  #main-text {
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 5px;
    white-space: nowrap;
  }

  #why-me-main-section .img-thumbnail-vert {
    margin-left: 45%;
  }
  #why-me-main-section #secondImage {
    height: 17vh;
    margin-top: 58%;
    margin-left: -26%;
  }
  #why-me {
    overflow: hidden;
  }
  #why-me #main-image {
    object-position: 28% 0%;
    margin-top: 100px;
  }
  .fixed-top.theme-background {
    position: relative;
  }
  #welcome {
    height: 60vh;
    position: relative;
  }
  .contact-details-area {
    padding-top: 30px;
  }
  .single-contact-details {
    margin-top: auto;
    margin: 10px 30px;
    min-height: auto;
    padding: 25px 20px;
  }
  .call-to-action-area {
    background-size: auto;
    background-position: 49% 20%;
    background-repeat: no-repeat;
  }
  .page-header {
    margin-top: 0px;
  }
  .page-header .page-title {
    height: 40px;
  }
  .page-header .page-title h1 {
    font-size: 20px;
  }

  .page-content {
    padding: 40px 10px;
  }
  .about-content .about-header {
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .about-content .about-footer {
    font-size: 19px;
    line-height: 32px;
  }
  .whyme-content h2 {
    font-size: 20px;
    margin: 12px 0px;
    text-align: center;
  }
  .about-content .page-header img {
    height: 300px;
    margin-left: -190px;
    width: auto;
  }

  .g-row {
    flex-direction: column;
  }
  .whyme-img-container .position-absolute {
    bottom: 20px;
  }
  .endorsements .container {
    padding: 0px;
  }
  .media-img-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .endorsements .media img {
    float: none;
    border-radius: 50%;
  }
  .endorsements .media .media-body {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .endorsement-media .endorsement-media-video {
    max-width: 100%;
  }

  .portfolio-content .full-size-image-container{
    max-height: 250px;
  }
  .portfolio-content .full-size-image{
    max-height: 250px;
  }
  .portfolio-content .thumbnail-gallery{
    gap: 5px;
  }
  .portfolio-content .thumbnail-item img, .portfolio-content .thumbnail-item video{
    height: 60px;
  }
}

.pace-running .myBody {
  opacity: 0.3;
}
.pace-done .myBody {
  opacity: 1;
}
