#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;
}

h3.card-title {
    font-size: 1.25rem;
}

img {
    max-width:100%;
}

.social {
    margin-bottom:0.3rem;
}

.social i {
    font-size: 1.5rem;
}

.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: #de2933;
    cursor: pointer;
}

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

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

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

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

#footer {
    font-size: 1em;
    background: #052c3f;
}

.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: #de2933;
}

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

.modal-footer {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

.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:  #052c3f;
    border-color: #052c3f;
}

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

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

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

.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: #de2933;
}

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

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

.breadcrumbs {
    padding-top: 25px;
}

.nav-link {
    color: #de2933;
}

.section-primary {
    background: #de2933;
    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 #de2933;
    line-height:1.6;
    position: relative;
    background: #f9f9f9;
    border-radius: 8px;
  }
  
  blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#de2933;
    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 #052c3f;
    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:#de2933;
    border-color: #de2933;
}

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

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


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

form.search .list-group-item a {
    color: #052c3f
}

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

.page-item.active .page-link {
    background-color: #052c3f;
    border-color: #052c3f;
}

.page-link {
    color: #052c3f;
}

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

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

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

.baseContent h1, .baseContent h2, .baseContent h3 {
    color: #052c3f;
    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: #052c3f;
}

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


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