#hero {
    width: 100%;
    /*height: 80vh;*/
    height: 800px; 
    max-height: 80vh;
    background-image: url(../img/3.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

#hero:before {
    background: rgba(0, 0, 0, 0.3);
}

#hero h1 {
    font-size: 2.4em;
}

img {
    max-width:100%;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}


section.inner-page {
    padding: 40px 0;
}

.featured .card-body {
    -moz-text-align-last: left;
    text-align-last: left;
}

h1 img.logo {
    width: 360px;
    max-width: 60vw;
}

h2 img.logo {
    width: 200px;
    max-width: 60vw;
}

span.link {
    color: #FF77FD;
    cursor: pointer;
}

span.uploadLink {
    /*color: #FF77FD;*/
    cursor: pointer;
}

span.uploadLink:hover {
    text-decoration: underline;
}

label {
    color: #FF77FD;
    margin-bottom: 0.15em;
}

label.form-check-label {
    color: #212529;
}

#footer {
    font-size: 1em;
    /*background: #2900A5;*/
}

#footer::before {
    background: #2900A5;
}

.navbar .dropdown ul p {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0;
}

.buttonLink, .toggleLink {
    border: none;
    cursor: pointer;
    background: rgba(255,255,255,0);
    color: #FF77FD;
}

.buttonLink:hover, .toggleLink:hover {
    color: #a6c6d0;
    text-decoration: none;
}


.modal img {
    max-width:100%;
}

.alert-primary {
    color: #2900A5;
    background-color: rgb(232, 240, 254);
}

.btn-primary {
    color: #fff;
    background-color: #C608D1;
    border-color: #C608D1;
}

.btn-primary:disabled {
    color: #fff;
    background-color:  #ced4da;
    border-color:  #ced4da;
}

.btn {
    margin-bottom: 0.5em;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a0c1cc;
    border-color: #a0c1cc;
}

.btn-outline-primary {
    color:  #C608D1;
    border-color: #C608D1;
}

.btn-outline-primary:hover {
    background-color: #C608D1;
    border-color: #C608D1;
}

.btn-secondary {
    color: #fff;
    background-color: #FF77FD;
    border-color: #FF77FD;
}

.btn-outline-secondary {
    color: #FF77FD;
    border-color: #FF77FD;
}

.testimonials {
    background: none;
}

.testimonials::before {
    background: #f6f9fa;
}

.testimonials .testimonial-item h3,
.testimonials .testimonial-item h4,
.testimonials .testimonial-item p
{
    color: #212529;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.5);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FF77FD;
}

.testimonials .testimonial-item p {
    font-style: normal;
}

#footer .footer-bottom {
    padding-bottom: 20px;
}

.breadcrumbs {
    padding-top: 25px;
}

.nav-link {
    color: #FF77FD;
}

.section-primary {
    background: #FF77FD;
    color: #f9f9f9;
}

.section-primary h4.title a {
    color: #f9f9f9;
    font-size: 0.8em;
}

.section-primary .description {
    font-size: 0.8em;
    /*font-style: italic;*/
}

/*
.agenda p {
    margin-bottom: 0;
}*/

.agenda .logo img {
    max-width: 50%;
    min-width: 25px;
}

.agenda ul {
    margin-top: 1em;
    margin-bottom: 0;
}


.services .icon {
    width: 50px;
    /*height: 100%;*/
    border-radius: 0.25em;
}

blockquote {
    font-size: 1.0em;
    margin:30px auto;
    margin-top:10px;
    /*font-style:italic;*/
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    padding-left: 50px;
    border-left:8px solid #FF77FD;
    line-height:1.6;
    position: relative;
    background: #f9f9f9;
    border-radius: 8px;
  }
  
  blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#FF77FD;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
  }
  
  blockquote::after{
    content: '';
  }
  
  blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
  }

  .spanDisabled {
    pointer-events: none;
    color: #fff;
    background-color:  #ced4da;
    border-color:  #ced4da;
  }

form#itemform table {
    border: 1px solid #ced4da;
}

.imgThumb {
    cursor:pointer; 
    max-height:160px;
}


#footer .footer-bottom {
    font-size: 0.9em;
    text-align: left;
}

.icon-box p {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px;
}


.loader {
    display:inline-block;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #2900A5;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.list-group-item.active {
    background-color:#FF77FD;
    border-color: #FF77FD;
}

.list-group-item.active {
    background-color: #f3f3f3;
    border-color: #FF77FD;
    color: #212529;
}

.list-group-item:hover {
    background-color:#f3f3f3;
    border-color:#f3f3f3;
    /*color: #fff;*/
    cursor:pointer;
}


.list-group-item.active:hover {
    /*background-color:#FF77FD;*/
    border-color: #FF77FD;
}

div.search .list-group-item a {
    color: #2900A5
}

/*
form.search .list-group-item.active a {
    color: #fff;
}*/

.page-item.active .page-link {
    background-color: #2900A5;
    border-color: #2900A5;
}

.page-link {
    color: #2900A5;
}

.icon-box form {
    margin-left: 90px;
}

#map-canvas {
    width: 100%;
    height: 30vh;
}

.baseContent p {
    padding-bottom:1em;
}

.baseContent h1, .baseContent h2, .baseContent h3 {
    color: #2900A5;
    font-size: 1.3em;
}

.accordion-button {
    padding: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    cursor: pointer;
    /*padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);*/
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.keynote img, .keynote h4.title {
    cursor: pointer;
}

img.supporterAd {
    max-width: 200px;
}

.codeExample {
    font-family: courier;  
    color: #2900A5;
}

form.book-now h1 {
    font-size: 1.3em;
}

#header {
    background: none;
}

#header, #header.header-scrolled {
    background: rgba(0, 0, 0, 0.4);
    /*background: rgba(41, 0, 165, 1);*/
}

img.fav {
        width: 100%;
        height: 240px;
        object-fit: cover;
}


.heroFav img {
/*img.heroFav {*/
    width: 100%;
    height: 60vh;
    min-height: 600px;
    object-fit: cover;
}

/*
.featured, .featured .card-body {
    background: #FFA9FD;
}
*/

.featured .card {
    border: 1px dotted #FFA9FD;
}

#header .logo h1 {
    font-size: 30px;
}

small.black {
    color: #444444;
}

.section-title h2 {
    font-weight:normal;
}

.breadcrumbs {
    background: #FFA9FD;
    margin-top:0;
    padding-top:90px;
}

@media only screen and (min-width: 989px) {
    .breadcrumbs {
        padding-top:105px;
    }
}

.breadcrumbs a {
    color: #C608D1
}

#header .logo h1 a:hover {
    color:#FFA9FD;
}

.alert-success {
    color: #0f5132;
    background-color: #FFA9FD;
    border-color: #FF77FD;
}

.dropdown-menu{
    max-height:80vh;
    overflow-y: scroll;
 }
