                                 body {
  margin: 0;
  font-family: "quicksandRegular",'Myriad Pro Regular', sans-serif ; 
}

* {
  padding: 0px;
}


@font-face {
  font-family: "quicksandBold";
  src:
    url("../fonts/Quicksand-Bold.woff") format("woff")
}

@font-face {
  font-family: "QuicksandRegular";
  src:
    url("../fonts/Quicksand-Regular.woff") format("woff")
}





p{
    text-align: justify;
}

@media(max-width:768px){
    p{
        text-align:left;
    }
}




/* Navigation  start */


#opc-navbar {
  position: fixed;
  top: 0;
  transition: top 0.3s;
  background-color: #532d6d !important;
  font-family: "QuicksandRegular";
}

#opc-navbar .navbar-brand img{
  width: 150px;
}
#opc-navbar .navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255 / 82%);
}

#opc-navbar .icon-wrap{
  display: inline-block;
  padding-left: 20px;
  width: 90px;
  text-align: right;
}
#opc-navbar .social-icon {
  display: inline-block;
  /* width: 10px;*/
  height: 20px; 
  /* border: 1px solid blue;    
  background-color: yellow;  */
  margin-left: 5px;
}
#opc-navbar .social-icon .top-social-icon {
 height: 20px;
}

#opc-navbar .nav-link{
text-transform: uppercase;
font-size: 13px;
color: rgb(213 213 213);
}

#opc-navbar.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff !important;
}





@media (min-width: 992px) {
#opc-navbar.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fill-available;
    display: flex;
  justify-content: space-between;
}
}




/* dropdown start */

#opc-navbar .dropdown-submenu {
  position: relative;
}

#opc-navbar .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

#opc-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

#opc-navbar .dropleft.show {
  transform: translate(-225px, 0px);
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
}

/* dropdown end */

@media only screen and (max-width: 767px) and (min-width: 0px){
  /* #opc-navbar .navbar-nav.d-flex {
    display: -ms-flexbox!important;
    display: unset;
  } */
  #opc-navbar .icon-wrap {
    display: inline-block;
    padding-left: 20px;
    width: auto;
    text-align: right;
}
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 
.nav-item .dropdown, .btn{
    text-align:left;
}

/* Navigation end */







/* Hero banner start */

.opc-img-desktop {
  display: block;
}

.opc-img-mob {
  display: none;
}


.opc-roj-homepage-herobanner .carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.opc-roj-homepage-herobanner .d-md-block {
  display: block!important;
  width: 60%;
}
.opc-roj-homepage-herobanner .carousel-caption {
  position: absolute;
    right: auto;
    bottom: 30%;
    left: 0%;
    z-index: 10;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    color: #fff;
    text-align: center;
}

.opc-roj-homepage-herobanner{
  margin-top: 50px;
}

.opc-roj-homepage-herobanner .golf-fore-lifelogo{
  max-width: 70%;
}

.opc-roj-homepage-herobanner .joinbutton {
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 40px;
  padding: 1px 19px 1px 19px;
  background-color: #532d6d;
  margin-top: 20px;
  font-family: "quicksandBold";
}
.opc-roj-homepage-herobanner .joinbutton:hover {
  background-color: #a468cd;
}


@media only screen and (max-width: 767px) and (min-width: 0px){

  .opc-img-desktop {
    display: none;
  }
  
  .opc-img-mob {
    display: block;
  }

.opc-roj-homepage-herobanner .carousel-caption {
  position: absolute;
  right: auto;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  color: #fff;
  text-align: center;
  top: 20%;
}
.opc-roj-homepage-herobanner .joinbutton {
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 40px;
  padding: 1px 19px 1px 19px;
  background-color: #532d6d;
  margin-top: 0px;
  font-size: 12px;
}
.opc-roj-homepage-herobanner .d-md-block {
  display: block!important;
  width: 100%;
}
.opc-roj-homepage-herobanner .golf-fore-lifelogo {
  max-width: 50%;
}
#opc-navbar .icon-wrap {
  display: inline-block;
  padding-left: 0px;
}

}

/* Hero banner end */




/* about us start */

.OPC-home-about-section{
  padding-top: 20px;
  padding-bottom: 50px;
}
.OPC-home-about-section img{
  padding-top: 30px;
}
.OPC-about-content h2{
  font-family: 'Proxima Nova Font';
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
  color: #37242f;
  margin-bottom: 20px;
}
.OPC-about-content p{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* about us end */

.OPC-upEvnts-section{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #572f77 url(../img/upBG.jpg) no-repeat center / cover;
}
.OPC-button{
  width: max-content;
  height: 40px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #008d96;
  padding:10px 10px;
}
.OPC-button:hover{
  color: white;
  text-decoration: none;
  background-color: #009ea8;
}
.OPC-button.Grape{
  background-color: #b788d7;
}
.OPC-button.Grape:hover{
  background-color: #b56fe4 !important;
}
.OPC-upEvnts-Title{
  text-align: center;
  color: white;
  padding: 0 20px;
  background:url(../img/upEvnt-line.png) no-repeat center / cover;
  margin-bottom: 20px;
}
.OPC-upEvnts-Title h2{
  font-family: 'Century Gothic Regular';
  display: inline-block;
  font-size: 28px;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 0;
}

/* headline */
.OPC-headline-section{
  padding-top: 30px;
  padding-bottom: 50px;
}
.OPC-color-Title{
  /* max-width: 800px;
  margin: auto; */
  text-align: center;
  color: #582f78;
  padding: 0 20px;
  background:url(../img/title-bg-color.png) no-repeat center ;
  margin-bottom: 20px;
}
.OPC-color-Title h2{
  display: inline-block;
  font-size: 35px;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 0;
}
.OPC-artile-Flex{
  display: flex;
  justify-content: space-between;
}
.OPC-artile-Item{
  width: 50%;
  padding-right: 40px;
}
.OPC-artile-Item.OPC-border{
  margin-right: 40px;
  border-right: 2px solid #572f77;
}
.OPC-artile-Item h2{
  font-family: 'Proxima Nova Font';
  color: #37242f;
  font-size: 28px;
}
.OPC-artile-Item p{
  margin-bottom: 20px;
}

/* headline */

/* Annual Fundraising */

.registerLink{
    margin:1em 0;
    text-align:center;
}

.registerLink a{
    text-decoration:none;
    
}

/* Annual Fundraising */

/* Testimonial*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.testimonials {
    background-color:#b56fe4;
  /*background-image: url("/assets/img/testimonial-bg.jpg");*/
  background-size: cover;
  background-position: center;
  padding: 2rem 0; }
  .testimonials__button {
    background: #617c55;
    color: white;
    border: 1px solid #668259;
    padding: 4px;
    text-align: center;
    width: fit-content;
    margin: 1rem auto; }
  .testimonials__stars {
    color: #009ea8;
    font-size: 2.5rem;
    display: flex;
    justify-content: center; }
  @media (max-width: 767px) {
    .testimonials__slider {
      margin: 15px; } }
  .testimonials__slider .slick-dots li button:before {
    font-size: 1rem;
    color: white;
    opacity: 0.9; }
  .testimonials__slider .slick-dots li.slick-active button:before {
    color: white; }
  .testimonials__cite {
    text-align: center; }
  .testimonials__item {
    background: white;
    padding: 4rem 2rem 2rem 2rem;
    position: relative;
    margin-top: 2rem;
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .testimonials__item {
        padding: 2rem 1rem 1rem 1rem; } }

/* Testimonial */


/* footer */
footer{
  font-family: 'Century Gothic Regular';
  padding: 30px;
  color: white;
  background-color: #b788d7;
}
.OPC-footer-left{
  display: flex;
}
.OPC-footer-left img{
  margin-right: 10px;
}
.OPC-footer-copy{
  padding-left: 10px;
}
.OPC-footer-right{
  display: flex;
  justify-content: space-between;
}
.footer-bottom{
  padding-top: 10px;
}
.footer-bottom p{
  font-size: 12px;
  text-align: center;
}

/* footer */


#teal-line{
    position:relative;
}

#teal-line::before{
   content: url(/img/vertical-line.png);
    position: absolute;
    top:50%;
    left:44%;
    transform:translate(-50%,-50%);
}

.rebekah{
    font-family: 'WindSong', cursive;
    color:#009ea8;
    font-weight:500;
    text-align:center;
    font-size:2em;
}



@media screen and (max-width:768px) {

  .OPC-upEvnts-Img{
    margin-bottom: 20px;
  }
  .OPC-color-Title{
    background-size: 600px;
  }
  .OPC-artile-Flex{
    flex-direction: column;
  }
  .OPC-artile-Item{
    width: 100%;
    margin-bottom: 30px;
  }
  .OPC-artile-Item.OPC-border{
    border: none;
    margin-right: 0;
  }
  .OPC-footer-left img{
    margin-bottom: 12px;
  }
  .OPC-footer-left{
    flex-direction: column;
  }
  .OPC-footer-right{
    flex-direction: column;
  }
  .OPC-footer-copy {
    padding-left: 0px;
}
  
}