/*Font Awesome Icons*/
@import "fontawesome/all.css";
/*Bootstrap Icons*/
@import "bootstrap-icons.css";
@-webkit-keyframes bgbtn-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@keyframes bgbtn-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
/*fluid font sizes--
https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/
*/
.container-fluid {
  width: 100%;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.container-sm {
  max-width: 540px;
  margin: 0 auto;
}

.container-md {
  max-width: 720px;
  margin: 0 auto;
}

.container-lg {
  max-width: 960px;
  margin: 0 auto;
}

.container-xl {
  max-width: 1140px;
  margin: 0 auto;
}

.container-xxl {
  max-width: 1320px;
}

/* ******************* R E S E T ******************** */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  font: inherit;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* *************** E N D   R E S E T **************** */
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: clamp(1.71rem, 1.45rem + 1.29vw, 2.37rem);
  font-weight: 900;
  line-height: 1.1;
  padding: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

h2 {
  font-size: clamp(1.37rem, 1.21rem + 0.8vw, 1.78rem);
  padding: 1.5rem 0;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
}

h3 {
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
  padding: 2.5rem 0;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: left;
}

h4 {
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
  padding: 2rem 0;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: leftr;
}

h5 {
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
  padding: 1.5rem 0;
  line-height: 1.1;
  text-align: left;
}

h6 {
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
  padding: 1.5rem 0;
  line-height: 1;
  text-align: left;
}

p {
  font-size: clamp(0.88rem, 0.83rem + 0.24vw, 1rem);
  line-height: 1.4;
  text-align: left;
}

figure {
  text-align: center;
}

figcaption {
  display: inline-block;
  padding: 4px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem);
  border-radius: 6px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.3);
}

@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  Font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  Font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  Font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  Font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  Font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  Font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  Font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  Font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  Font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("../fonts/google-fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 100;
  Font-style: italic;
}
.donateBtn {
  position: relative;
  width: 11rem;
  height: 4rem;
  -webkit-filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.5));
}
.donateBtn__mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, rgb(255, 252, 0) 50%, rgb(232, 201, 1) 60%, rgb(255, 196, 0) 70%);
  background-size: contain;
  -webkit-mask-image: url(../images/components/donateButtonClipPath-01.svg);
          mask-image: url(../images/components/donateButtonClipPath-01.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.donateBtn__text {
  position: absolute;
  color: black;
  text-transform: uppercase;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.donateBtn__img {
  width: 30px;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

.button a {
  display: inline-block;
  padding: 0.3rem 1.5rem;
  background: #FF6F00;
  font-size: clamp(0.88rem, 0.83rem + 0.24vw, 1rem);
  letter-spacing: 0.094rem;
  color: #000000;
  cursor: pointer;
  border-radius: 6px;
  -webkit-box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
          box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button a:hover, .button a:focus, .button a:active {
  color: #2D00A2;
  -webkit-transform: scale(1.2) translateX(-5px);
          transform: scale(1.2) translateX(-5px);
  background-color: orange;
  background-image: linear-gradient(45deg, #ffe2ad, #f7874f, #F36C26, #719cf9, #F36C26, #ffe2ad);
  background-size: 300%;
  -webkit-animation: bgbtn-animation 3s infinite alternate;
          animation: bgbtn-animation 3s infinite alternate;
}

.shapedividers_com-8381 {
  overflow: hidden;
  position: relative;
  padding: 25px;
}

.shapedividers_com-8381::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 135% 39px;
  background-position: 50% 100%;
  background-color: pink;
}

@media (min-width: 2100px) {
  .shapedividers_com-8381::before {
    background-size: 135% calc(2vw + 39px);
  }
}
.shapedividers_com-6195 {
  overflow: hidden;
  margin-top: 49px;
  position: relative;
  height: 75px;
}

.shapedividers_com-6195::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 135% 75px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1134.63 158.42"><g fill="%23010052"><path d="M0 0h1134.63L565.17 111.32Z"/><path d="M0 0v51.38l565.17 107.04 569.46-115.6V0Z" opacity=".66"/></g></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-6195::before {
    background-size: 135% calc(2vw + 39px);
  }
}
.diagonal-rt2lt {
  --skew-angle:1deg;
  --background:linear-gradient(
    45deg,
    blue, rgb(0, 225, 255), white
  );
  position: relative;
  isolation: isolate;
}

.diagonal-rt2lt::after {
  content: "";
  background: var(--background);
  background-image: url(../images/components/headerBackground.jpg);
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-transform: skewY(var(--skew-angle));
          transform: skewY(var(--skew-angle));
}

.diagonal-lt2rt {
  --skew-angle:-1deg;
  --background:linear-gradient(
    45deg,
    blue, rgb(0, 225, 255), white
  );
  position: relative;
  isolation: isolate;
}

.diagonal-lt2rt::after {
  content: "";
  background: var(--background);
  background-image: url(../images/components/headerBackground.jpg);
  position: absolute;
  z-index: -1;
  inset: 0;
  -webkit-transform: skewY(var(--skew-angle));
          transform: skewY(var(--skew-angle));
}

.spikes {
  --spike-width:100%;
  --spike-height:15px;
  position: relative;
  color: black;
  background: -webkit-gradient(linear, left top, right top, from(yellow), to(blue));
  background: linear-gradient(to right, yellow, blue);
  background-color: black;
  width: 100%;
  height: 150px;
}

.spikes::before, .spikes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--spike-height);
  background-color: rgba(197, 24, 24, 0.409);
  -webkit-mask-image: url(../images/components/triangle.svg);
          mask-image: url(../images/components/triangle.svg);
  -webkit-mask-size: var(--spike-width) var(--spike-height);
          mask-size: var(--spike-width) var(--spike-height);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

.spikes::before {
  top: 0;
}

.spikes::after {
  bottom: 0;
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.wavy {
  --spike-width:100%;
  --spike-height:10px;
  position: relative;
  color: black;
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 20, 20)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgb(243, 20, 20), rgb(0, 0, 0));
  background-color: rgb(46, 160, 26);
  width: 100%;
  height: 150px;
}

.wavy::before, .wavy::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--spike-height);
  background-color: blue;
  -webkit-mask-image: url("../images/components/test2.svg");
          mask-image: url("../images/components/test2.svg");
  -webkit-mask-size: var(--spike-width) var(--spike-height);
          mask-size: var(--spike-width) var(--spike-height);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

.wavy::before {
  top: 0;
}

.wavy::after {
  bottom: 0;
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.section3__Border {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: rgb(103, 4, 4);
  -webkit-mask-size: 100% 100px;
          mask-size: 100% 100px;
  -webkit-mask-image: url("../images/components/mvmc-header75 copy-01.svg");
          mask-image: url("../images/components/mvmc-header75 copy-01.svg");
  -webkit-mask-size: var(--spike-width) var(--spike-height);
          mask-size: var(--spike-width) var(--spike-height);
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

#Layer_1 {
  background-color: red;
}

.testing {
  --spike-width:100%;
  --spike-height:15px;
  position: relative;
  color: black;
  background: -webkit-gradient(linear, left top, right top, from(yellow), to(blue));
  background: linear-gradient(to right, yellow, blue);
  background-color: black;
  width: 100%;
  height: 150px;
}

.testing::before, .testing::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--spike-height);
  background-color: rgba(197, 24, 24, 0.409);
  -webkit-mask-image: url("../images/components/triangletest.svg");
          mask-image: url("../images/components/triangletest.svg");
  -webkit-mask-size: var(--spike-width) var(--spike-height);
          mask-size: var(--spike-width) var(--spike-height);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  --mask:
     radial-gradient(64.37px at 50% calc(100% + 54.00px),#0000 calc(99% - 8px),#000 calc(101% - 8px) 99%,#0000 101%) calc(50% - 54px) calc(50% - 17.5px + .5px)/108px 35px repeat-x,
     radial-gradient(64.37px at 50% -54px,#0000 calc(99% - 8px),#000 calc(101% - 8px) 99%,#0000 101%) 50% calc(50% + 17.5px)/108px 35px repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.testing::before {
  top: 0;
}

.testing::after {
  bottom: 0;
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}

.elWrapper {
  position: relative;
  width: 350px;
  margin-bottom: 4rem;
  height: 200px;
  background-color: rgb(64, 255, 0);
  border-top: orange 7px solid;
}

.el {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  zbackground: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1614030424754-24d0eebd46b2);
  background-size: 400px;
  background-position: center;
  background-color: rgb(0, 0, 0);
  -webkit-mask-image: url("../images/components/triangle.svg");
  mask-image: url("../images/components/triangle.svg");
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  rotate: 0deg;
  -webkit-mask-size: 100px auto;
          mask-size: 100px auto;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

.container {
  position: relative;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../media/img/global/icons/menuBar/jaclMenuBarBackground_web_opt.webp");
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catchPhrase {
  position: absolute;
  z-index: 100;
  bottom: -19px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.catchPhrase__quote {
  display: inline-block;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem);
  font-weight: 400;
  letter-spacing: 1px;
  padding: 3px 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffb780;
}

#logo img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  border: 2px solid #ffa966;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.btnWrapper {
  padding: 0;
  margin: 0;
}

.btnWrapper p {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  text-align: center;
}

.btn.click {
  left: 260px;
}

.btn span {
  color: white;
  font-size: 19px;
  line-height: 32px;
}

.btn.click span:before {
  content: "\f00d";
}

.sidebar {
  z-index: 10;
  position: absolute;
  width: 250px;
  padding-bottom: 25px;
  left: -250px;
  background: #1b1b1b;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.sidebar.show {
  width: 290px;
  left: 0%;
}

.sidebar .text {
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1b1b1b;
  list-style: none;
}

nav ul li {
  line-height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

nav ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}

nav ul li.active a {
  color: #FF6F00;
  background: #1e1e1e;
  border-left-color: #FF6F00;
}

nav ul li a:hover {
  background: #1e1e1e;
}

nav ul ul {
  position: static;
  display: none;
}

nav ul .feat-show.show {
  display: block;
}

nav ul .serv-show.show1 {
  display: block;
}

nav ul ul li {
  line-height: 42px;
  border-top: none;
}

nav ul ul li a {
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 80px;
}

nav ul li.active ul li a {
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}

nav ul ul li a:hover {
  color: #FF6F00 !important;
  background: #1e1e1e !important;
}

nav ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

nav ul li a span.rotate {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #202020;
  z-index: -1;
  text-align: center;
}

.content .header {
  font-size: 45px;
  font-weight: 600;
}

.content p {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .catchPhrase {
    bottom: -36px;
    left: 15px;
    right: 15px;
  }
  .catchPhrase__quote {
    letter-spacing: 1px;
    line-height: initial;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffb780;
  }
  .header {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
  }
  #logo img {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 450px) {
  .catchPhrase {
    bottom: -36px;
    left: 15px;
    right: 15px;
  }
  .catchPhrase__quote {
    font-size: 0.8rem;
    letter-spacing: initial;
  }
  .header {
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 1%;
    padding-bottom: 5px;
  }
  .btn {
    border: 1.5px solid #ffa966;
    height: 25px;
    width: 25px;
  }
  .btnWrapper {
    padding: 0;
    margin: 0;
  }
  .btnWrapper p {
    font-size: 0.7em;
    padding: 0;
    margin-left: -2px;
    text-align: center;
  }
  .btn span {
    color: white;
    font-size: 15px;
    line-height: 23px;
  }
  #logo img {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*FOOTER*/
.generic-anchor {
  color: #FF6F00;
  -webkit-transition: color 0.5s ease-in;
  transition: color 0.5s ease-in;
}
.generic-anchor:visited {
  color: #FF6F00;
}
.generic-anchor:hover {
  color: #cccccc;
}

.flex-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer {
  background: #ffffff;
  margin-top: auto;
  width: 100%;
}

.footer-list-top {
  width: 33.333%;
}

.footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
}

.footer-list-header {
  padding: 10px 0 5px 0;
  color: #000000;
  font: 2.3vw "Oswald", sans-serif;
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
}

.footer-list-anchor {
  font: 1.3em "Open Sans", sans-serif;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem);
}

.footer-social-section {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin-top: 5px;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #FF6F00;
  width: calc(100% - 20px);
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: rgb(55, 55, 55);
  padding: 0 20px;
}

.footer-social-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 3.5em "Oswald", sans-serif;
  font-size: clamp(2.14rem, 1.74rem + 1.99vw, 3.16rem);
  color: #fff;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}

.footer-social-overlap > a {
  font-size: clamp(1.37rem, 1.21rem + 0.8vw, 1.78rem);
}

.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}

.footer-social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  padding: 0.5em 2em;
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #FF6F00;
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-bottom-wrapper {
  font-size: clamp(0.88rem, 0.83rem + 0.24vw, 1rem);
  color: #2D00A2;
}

.footer-address {
  display: inline;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .footer-social-connect {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 568px) {
  .footer-list-top {
    width: 100%;
  }
  .footer-social-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social-section::after {
    top: 25%;
  }
  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .footer-social-overlap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social-icons-wrapper {
    width: 80%;
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }
  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }
  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto;
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }
  .footer-bottom-rights {
    display: block;
  }
}
/*HOME PAGE*/
/**Page Layout**/
.grid-wrapper {
  margin: 1%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
      grid-template-areas: "l" "d" "n" "m" "s" "f";
  gap: 0px;
}

@xmedia (min-width:700px) {
  .grid-wrapper {
    margin-top: 1%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4] minmax(250px, 1fr);
    grid-template-columns: repeat(4, 1fr) minmax(250px, 1fr);
        grid-template-areas: "l l n n n" "m m m m s" "f f f f f";
  }
}
/**Main Section**/
.founded {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: m;
  background-color: var(--cl-s-l7);
  padding: 2rem auto;
}

.founded__title-wrapper {
  position: relative;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.24);
  /* box-shadow:  0px 10px 25px -8px rgba(0, 117, 73, 1), inset 0px 20px 16px -8px rgba(0, 117, 73, .9);*/
  /*box-shadow: inset 0px 240px 120px -80px #ffffff;
    background-image: linear-gradient(
  180deg,rgba(255,255,255,0.55) 50%,rgba(56,19,2,0.81) 100%),url(https://www.nationalbuffalofoundation.org/wp-content/uploads/2019/11/bryce-olsen-4Cu9-BA8QoA-unsplash-scaled.jpg)!important;*/
}

.founded__title {
  padding: 2rem 20%;
  font-size: var(--f-h1);
  color: var(--cl-p);
  text-transform: uppercase;
  font-weight: var(--fw-n2);
  text-align: center;
  letter-spacing: 0.2rem;
  text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.9);
  background-image: url(../img/pages/global/h1background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.founded__title-wrapper--fade {
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-linear-gradient(top, rgb(0, 117, 73) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 97%, rgb(181, 254, 219));
}

.founded__info--wrapper {
  background-color: white;
  background: url(../img/pages/home/circleBackgrounds-01.svg) no-repeat 100% 100% white padding-box;
  border: black solid 2px;
  margin: 5%;
  padding: 4rem;
  border-radius: 15%;
}

.founded__info {
  margin: 0 10%;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: var(--fw-l1);
  font-size: var(--f-sz-l1);
  text-indent: 2rem;
}

.founded__list {
  display: inline-block;
  margin-left: 25%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.founded__item {
  font-size: var(--f-sz-l2);
  font-weight: var(--fw-l1);
  margin-bottom: 1.5rem;
  position: relative;
}

.founded__item i {
  position: absolute;
  top: 2px;
  left: -30px;
  font-size: var(--f-sz-l3);
  color: var(--cl-p-l3);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#F36C26));
  background: linear-gradient(0deg, #000000 0%, #F36C26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Aside*/
aside {
  display: none;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: s;
  background-color: red;
}

aside p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.div-wrapper {
  background-color: red;
  background-image: url("../img/pages/home/testClip.jpeg");
  background-size: cover;
  height: 500px;
  width: 100%;
  /*polygon(
      lt-right lt-down,
      rt-left rt-down,
      rb-left rb-up,
      lb-right lb-up   */
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 94%);
}

/* ** B L O G   H I G H L I G H T   S E C T I O N *** */
#blogHighlightLayout {
  position: relative;
  background-image: url(../media/img/pages/home/blog/blogBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#blogHighlightLayout .container {
  padding: 2rem;
}

.blogIntro__headline {
  color: #FF6F00;
}
.blogIntro__activeEvent {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 4%;
  border-radius: 60%;
  background-image: url("../media/img/pages/home/mark-calendar-background-img1.png");
  background-color: transparent;
}
.blogIntro__activeEvent .image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.blogIntro__activeEvent__details {
  color: white;
  padding: 10px;
  text-align: center;
}
.blogIntro__activeEvent__details p.title {
  font-size: clamp(1.37rem, 1.21rem + 0.8vw, 1.78rem);
  text-align: center;
}
.blogIntro__activeEvent__details p.date {
  font-size: clamp(1.09rem, 1rem + 0.47vw, 1.33rem);
  text-align: center;
}
.blogIntro__activeEvent__details div.button {
  margin-top: 25px;
  font-weight: 600;
}
.blogIntro__data {
  background-color: rgba(0, 50, 160, 0.4);
  padding: 2rem;
  color: #ffffff;
}

@media screen and (max-width: 700px) {
  .blogIntro__activeEvent {
    background-image: url("../media/img/pages/home/mark-calendar-background-img1.png");
    background-color: transparent;
    width: 90%;
    padding: 4%;
    border-radius: 60%;
  }
  .blogIntro .image {
    max-width: 300px;
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .blogIntro__activeEvent {
    background-image: url("../media/img/pages/home/mark-calendar-background-img1.png");
    background-color: transparent;
    width: 95%;
    padding: 3%;
    border-radius: 60%;
  }
  .blogIntro .image {
    max-width: 300px;
    width: 50%;
    height: auto;
  }
}
.blogHighlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
.blogHighlights:not(:first-of-type) {
  margin-top: 7em;
}
.blogHighlights:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blogHighlights__figure {
  position: relative;
  z-index: 1;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blogHighlights__figure img {
  max-width: 500px;
}
.blogHighlights__figure figcaption {
  position: absolute;
  width: 80%;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
}
@supports ((max-width: -moz-max-content) or (max-width: max-content)) {
  .blogHighlights__figure {
    min-width: 15rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-preferred-size: 15rem;
        flex-basis: 15rem;
    -webkit-box-flex: 99999;
        -ms-flex-positive: 99999;
            flex-grow: 99999;
  }
}
.blogHighlights__body {
  -webkit-box-flex: 9999;
      -ms-flex-positive: 9999;
          flex-grow: 9999;
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
}
.blogHighlights__body h2 {
  color: #2D00A2;
}
.blogHighlights__body p {
  text-indent: 25px;
}
.blogHighlights__body .button {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .blogHighlights figure {
    text-align: center;
    max-width: 250px;
  }
  .blogHighlights figure img {
    max-width: 250px;
  }
  .blogHighlights figure figcaption {
    bottom: -10px;
    left: 50%;
  }
}
@media screen and (max-width: 800px) {
  .blogHighlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-items: center;
    gap: 0rem;
  }
  .blogHighlights:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogHighlights__figure {
    margin: 0 auto;
  }
  @supports ((max-width: -moz-max-content) or (max-width: max-content)) {
    .blogHighlights {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
    }
  }
}
/* * U P C O M I N G   E V E N T   S E C T I O N ** */
#UpComingEventsLayout {
  position: relative;
  background-color: #ffffff;
  background-image: url("../media/img/pages/home/upcomingEventBackground.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1rem;
}

.event {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -ms-flex-preferred-size: 275px;
      flex-basis: 275px;
}
.event__item--figure {
  padding-bottom: 1.5rem;
}
.event__item--figure img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 175px;
  height: 175px;
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
          filter: drop-shadow(5px 5px 10px #000000);
  border-radius: 50%;
}
.event__item--body {
  color: #000000;
  padding: 1rem;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.674);
  border-radius: 60px;
}
.event__item--body h2 {
  color: #2D00A2;
  text-align: center;
  text-transform: uppercase;
}
.event__item--body p {
  padding: 0 4%;
  text-indent: 15px;
}
.event__item--body .button {
  text-align: center;
  padding: 2rem 0;
  margin-top: auto;
}

.pimg1, .pimg2, .pimg3 {
  z-index: 10;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pimg1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(purple)), url("https://source.unsplash.com/AZtMXheXnWc"), -webkit-gradient(linear, left top, left bottom, from(#999), to(red));
  background-image: linear-gradient(#000, purple), url("https://source.unsplash.com/AZtMXheXnWc"), linear-gradient(#999, red);
  background-blend-mode: lighten, multiply;
  min-height: 100vh;
}

.pimg2 {
  background-image: url("https://source.unsplash.com/S-2Ukb_VqpA");
  min-height: 500px;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border {
  background-color: #111;
  color: white;
  padding: 20px;
}

.ptext .border.trans {
  background-color: transparent;
}

/*HOME PAGE*/
/**Page Layout**/
.grid-wrapper {
  margin: 1%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
      grid-template-areas: "l" "d" "n" "m" "s" "f";
  gap: 0px;
}

/*@xmedia (min-width:700px) {
    .grid-wrapper {
        margin-top: 1%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4] minmax(250px, 1fr);
        grid-template-columns: repeat(4, 1fr) minmax(250px, 1fr);
        grid-template-areas: 'l l n n n' 'm m m m s' 'f f f f f';
    }
}*/
/**Main Section**/
.founded {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: m;
  background-color: var(--cl-s-l7);
  padding: 2rem auto;
}

.founded__title-wrapper {
  position: relative;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.24);
  /* box-shadow:  0px 10px 25px -8px rgba(0, 117, 73, 1), inset 0px 20px 16px -8px rgba(0, 117, 73, .9);*/
  /*box-shadow: inset 0px 240px 120px -80px #ffffff;
    background-image: linear-gradient(
  180deg,rgba(255,255,255,0.55) 50%,rgba(56,19,2,0.81) 100%),url(https://www.nationalbuffalofoundation.org/wp-content/uploads/2019/11/bryce-olsen-4Cu9-BA8QoA-unsplash-scaled.jpg)!important;*/
}

.founded__title {
  padding: 2rem 20%;
  font-size: var(--f-h1);
  color: var(--cl-p);
  text-transform: uppercase;
  font-weight: var(--fw-n2);
  text-align: center;
  letter-spacing: 0.2rem;
  text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.9);
  background-image: url(../img/pages/global/h1background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.founded__title-wrapper--fade {
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-linear-gradient(top, rgb(0, 117, 73) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 97%, rgb(181, 254, 219));
}

.founded__info--wrapper {
  background-color: white;
  background: url(../img/pages/home/circleBackgrounds-01.svg) no-repeat 100% 100% white padding-box;
  border: black solid 2px;
  margin: 5%;
  padding: 4rem;
  border-radius: 15%;
}

.founded__info {
  margin: 0 10%;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: var(--fw-l1);
  font-size: var(--f-sz-l1);
  text-indent: 2rem;
}

.founded__list {
  display: inline-block;
  margin-left: 25%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.founded__item {
  font-size: var(--f-sz-l2);
  font-weight: var(--fw-l1);
  margin-bottom: 1.5rem;
  position: relative;
}

.founded__item i {
  position: absolute;
  top: 2px;
  left: -30px;
  font-size: var(--f-sz-l3);
  color: var(--cl-p-l3);
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#F36C26));
  background: linear-gradient(0deg, #000000 0%, #F36C26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Aside*/
aside {
  display: none;
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: s;
  background-color: red;
}

aside p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.div-wrapper {
  background-color: red;
  background-image: url("../img/pages/home/testClip.jpeg");
  background-size: cover;
  height: 500px;
  width: 100%;
  /*polygon(
      lt-right lt-down,
      rt-left rt-down,
      rb-left rb-up,
      lb-right lb-up   */
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 94%);
}

/* ** B L O G   H I G H L I G H T   S E C T I O N *** */
#blogHighlightLayout {
  position: relative;
  background-image: url(../media/img/pages/home/blog/blogBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#blogHighlightLayout .container {
  padding: 2rem;
}

.blogIntro__headline {
  color: #FF6F00;
}
.blogIntro__data {
  background-color: rgba(0, 50, 160, 0.4);
  padding: 2rem;
  color: #ffffff;
}

.blogHighlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.blogHighlights:not(:first-of-type) {
  margin-top: 7em;
}
.blogHighlights:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blogHighlights__figure {
  position: relative;
  z-index: 1;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blogHighlights__figure img {
  max-width: 500px;
}
.blogHighlights__figure figcaption {
  position: absolute;
  width: 80%;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
}
@supports ((max-width: -moz-max-content) or (max-width: max-content)) {
  .blogHighlights__figure {
    min-width: 15rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -ms-flex-preferred-size: 15rem;
        flex-basis: 15rem;
    -webkit-box-flex: 99999;
        -ms-flex-positive: 99999;
            flex-grow: 99999;
  }
}
.blogHighlights__body {
  -webkit-box-flex: 9999;
      -ms-flex-positive: 9999;
          flex-grow: 9999;
  -ms-flex-preferred-size: 15rem;
      flex-basis: 15rem;
}
.blogHighlights__body h2 {
  color: #2D00A2;
}
.blogHighlights__body p {
  text-indent: 25px;
}
.blogHighlights__body .button {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .blogHighlights figure {
    text-align: center;
    max-width: 250px;
  }
  .blogHighlights figure img {
    max-width: 250px;
  }
  .blogHighlights figure figcaption {
    bottom: -10px;
    left: 50%;
  }
}
@media screen and (max-width: 800px) {
  .blogHighlights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-items: center;
    gap: 0rem;
  }
  .blogHighlights:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blogHighlights__figure {
    margin: 0 auto;
  }
  @supports ((max-width: -moz-max-content) or (max-width: max-content)) {
    .blogHighlights {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
    }
  }
}
/* * U P C O M I N G   E V E N T   S E C T I O N ** */
#UpComingEventsLayout {
  position: relative;
  background-color: #ffffff;
  background-image: url("../media/img/pages/home/upcomingEventBackground.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1rem;
}

.benefit {
  width: 90%;
  margin-top: 4rem;
}
.benefit__items--figure {
  padding-bottom: 1.5rem;
}
.benefit__items--figure img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 175px;
  height: 175px;
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
          filter: drop-shadow(5px 5px 10px #000000);
  border-radius: 50%;
}
.benefit__items--body {
  color: #000000;
  padding: 1rem;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.674);
  border-radius: 60px;
}
.benefit__items--body h2 {
  color: #2D00A2;
  text-align: center;
  text-transform: uppercase;
}
.benefit__items--body p {
  padding: 5% 4%;
  text-indent: 15px;
}
.benefit__items--body .benefit__item {
  text-align: center;
  font-weight: 700;
  font-size: larger;
  line-height: 2;
}
.benefit__items--body .button {
  text-align: center;
  padding: 2rem 0;
  margin-top: auto;
}

.pimg1, .pimg2, .pimg3 {
  z-index: 10;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pimg1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(purple)), url("https://source.unsplash.com/AZtMXheXnWc"), -webkit-gradient(linear, left top, left bottom, from(#999), to(red));
  background-image: linear-gradient(#000, purple), url("https://source.unsplash.com/AZtMXheXnWc"), linear-gradient(#999, red);
  background-blend-mode: lighten, multiply;
  min-height: 100vh;
}

.pimg2 {
  background-image: url("https://source.unsplash.com/S-2Ukb_VqpA");
  min-height: 500px;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.ptext .border {
  background-color: #111;
  color: white;
  padding: 20px;
}

.ptext .border.trans {
  background-color: transparent;
}
/*# sourceMappingURL=main.css.map */