body {
    /*font-family: "Open Sans", sans-serif;*/

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1::first-letter {
    color: #b60900;
}

.h1, h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
}

h1, h2, .heroh1, h3 {
    color: #111;
}

h3, .fw-bold {
    font-weight: 600!important;
}

h3 {
    font-size: 1.1em;
    text-transform: uppercase;
}

h4 {
    font-size: 1.1em;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

a {
    color: #b60900;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #a6c6d0;
    text-decoration: none;
  }




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

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

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

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

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

#footer {
    font-size: 1em;
    background: #2A3947;
}

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

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

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

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

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

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


.breadcrumbs {
    margin-top: 0px;
}

.breadcrumbs {
    padding: 20px 0 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.nav-link {
    color: #b60900;
}

.section-primary {
    background: #b60900;
    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:4px solid #b60900;*/
    line-height:1.6;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
}
  
  blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#b60900;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
  }

  .blockquote::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 80px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
  
/*
  blockquote::after{
    content: '';
  }*/
  
  blockquote span{
    color:#b60900;
    font-weight: 400;
  }

  /*
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:#b60900;
    border-color: #b60900;
}

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

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


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

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



/* Redstone Websites Overrides */
#header {
    background: #fff;
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.9);
}

.navbar a, .navbar a:focus {
    text-transform: none;
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

@media (max-width: 991px) {
    ul.nav {
        margin-top:20px;
    }
}

.mobile-nav-toggle {
    color: #111;
}

.heroh1 {
    font-size: 2em;
}

.containerTop {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-bg {
    background-color: #f5f5f5;
    background-color: #f2fafe;
}

h1 {
    text-align: center;
    margin-bottom: 1.6em;
}

#map-canvas {
    width: 100%;
    height: 250px;
}

.card {
    text-align: center;
    /*border-radius: 8px;
    box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0,0,0,0.1);*/
    margin:1.4em;
    margin-top: 0px;
    /*background-color: #f2fafe;*/
}

.services .card {
    margin:0;
    margin-bottom: 2em;
}

.screenshot img {
    /*box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
    margin:1.6em;*/
    border: 1px solid rgba(0,0,0,0.1);
}

h3 i {
    color:#b60900;
}

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


.navbar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.card h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight:600;
}

.card i {
    font-size: 2em;
    color: #b60900;
}

.card-body p {
    text-align: left;
}

.services .card-body p {
    text-align: center;
}

.card-body a {
    color: #333;
    font-weight: 500;
    margin-bottom: 1rem;
}

.card-body p {
    margin-top: 1.2rem;
}

.card-body a:hover {
    color: #000;
}


.containerCentred {
    display: table;
}
.itemCentred {
    display: table-cell;
    vertical-align: middle;
}

.navbar-toggler .darkLine {
    background-color: #000;
}

.navbar-toggler .line {
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
}

.navbar-collapse {  
    flex-grow: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*
.nav-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}*/

/*
a.nav-link.active {
    color: #b60900;
}*/

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #b60900;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #111;
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.0rem;
    }
}

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

 .dropdown-menu[data-bs-popper] {
    margin-top: 0.7rem;
}

li i {
    color: #b60900;
    margin-right: 0.5rem;
}

.bg-primary {
    background-color: #b60900 !important;
}

.border-primary {
    border-color:#b60900!important;
}

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

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

ul {
    padding-left: 0px;
}

figure.testimonial img {
    max-width: 180px;
    max-height: 40px;
}


li.nolink {
    background-color: #eee;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.breadcrumbs h1 {
    text-align: left;
    margin-bottom: 0.6rem;
}

.card-header {
    background-color: #f2fafe;
}

.card-body h1 {
    margin-top:1.4rem;
    margin-bottom: 1.4rem;
}

.card-body ul {
    list-style-type: none;
}


.smallh1 {
    font-size: 1.2rem;
}

#footer::before {
    background:none;
    z-index: 1;
}

footer a {
    color: #f2fafe;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

#about img {
    width: 100%;
    max-width: 260px;
}

#forgottenSection {
    display:none;
    background: #f2fafe;
    border: 1px solid rgba(0,0,0,0.1);
}

.alert-primary {
    color: #111;
    background-color: #f2fafe;
    border-color: #b6d4fe;
}
