body{
    height: 100%;
    margin: 0;
    /*font-family: "Raleway", sans-serif;*/
    /*font-family: "Lato", sans-serif;*/
    font-family: "Montserrat", serif;
    /*color: #00008a;*/
}


.bg-dark {
    background-color: #D4EBF8 !important;
}

.nav-link, .dropdown-item {
    /*color: #00008a;*/
    /*text-transform: uppercase;*/
    font-size: 1.1rem;
    text-transform: lowercase;
}

.dropdown-item:hover {
    color:#fff;
   background-color:#E38E49;
}

.breadcrumb {
    text-transform: lowercase;
    font-weight: 300;
}

/*
.navbar {
    z-index: 3;
}

.navbar-collapse.show {
    z-index: 2;
}*/

a {
    color:#101010;
    color: #1F509A;
    text-decoration: none;
}

h1 {
    color: #0A3981;
    font-size: 2.2rem;
    /*letter-spacing: 1.5px;*/
    text-transform: lowercase;
    font-weight: 400;
   
}

h2 {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: lowercase;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #D4EBF8;
    border: none;
    border-radius: 5px;
}

#btn-back-to-top:hover {
    background-color: #E38E49;
    color: #fff;
}

#macy-container a {
    color:#0A3981;
    text-decoration: none;
    font-size: 1.0rem;
}

/*
#macy-container a span {
    text-transform: lowercase;
}*/

.link {
    color:#0A3981;
}

.link:hover {
    color:#E38E49;
}

.services div {
    text-align: center;
    padding: 2rem;
    text-transform: lowercase;
    color: #0A3981;
    font-size: 1.0rem;
}

p.gig {
    color: #000;
    font-size: 0.95rem;
}

.services a {
    color: #0A3981;
    text-decoration: none;
}

a.hover, .services a:hover, #macy-container a:hover {
    color: #E38E49;
}

.services img {
    margin-bottom: 0.5rem;
    max-width: 100px;
}


.centre {
    max-width:80%;
    width: 700px;
    text-align:center;
    margin: auto;
}



p {
    font-size: 1.2rem;
    font-weight: 300;
}

.navbar-brand img {
    max-height: 140px;
}

.navbar-collapse .nav-link:hover, .navbar-collapse .nav-link.active {
    color: #E38E49;
}

@media all and (min-width: 1200px) {*/ /* Desktop */
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        border-bottom: 2px solid #0A3981;
    }
    .navbar-collapse .nav-link:hover, .navbar-collapse .nav-link.active {
        color: #000;
    }
    
}

.top {
    padding-top:60px;
}

/*
.hero {
    position: absolute;
    top: 0;
    height: 100vh;
}*/

.heroLogo {
    position:absolute;
    bottom: 0;
    background: #0A3981;
    padding: 1rem 5rem;
    margin-bottom: 1.6rem;
}


.lead {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 3rem;
}

.imageGrid img {
    height:100%;
    width:100%;
    object-fit:cover;
}

.imageGrid img {
    margin-bottom: 1.0rem;
}

section {
    margin-top:3rem;
    margin-bottom: 3rem;
}


.container-fluid {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    /*max-width: 1200px;*/
}

.dropdown-menu {
    border-radius: 0;
}



.topContainer {
    padding-top:6rem;
}

.navbar-brand {
    text-transform: uppercase;
    font-size: 1.6rem;
}

.redstone {
    font-size: 0.9rem;
}

@media (min-width: 1200px) { /* Only apply to wide navbar */
    li.nav-item {
        padding-left: 2rem;
    }
}

.nav-active {
    background-color:#fff;
    box-shadow: none;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.95);
    --bs-navbar-hover-color:  rgba(255, 255, 255, 1);
}


footer {
    color: #fff;
    background: #E38E49;
    background-image: url('../img/Patterned-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}

footer a {
    /*color: #1F509A;*/
    color: #fff;
    font-weight:500;
    text-decoration: none;
}

footer img {
    max-width: 150px;
}

footer a:hover {
    color: #E38E49;
}


.btn, .btn:hover {
    border-radius: 0px;
    border-color: rgb(62, 122, 62);
    border-color: #101010;
}

.btn-primary {
    background: #0A3981;
}

.btn-primary:hover {
    background: #E38E49;
}

.btn-outline-primary {
    color:#0A3981;
}

.btn-outline-primary:hover {
    background: rgb(62, 122, 62);
    background:#101010;
    color: white;
}

.form-control {
    border: 1px solid #c0c0c0;
    border-radius: 0px;
}

.form-control:focus {
    border-color: rgb(62, 122, 62);
    box-shadow: none;
}

.form-floating>label {
    color: #a0a0a0;
}




/* Responsive Image Grid Stuff */
@media (min-width: 700px) {
    
    .imageGrid img {
        margin-bottom: 0;
    }
    .imageGrid {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-rows: 350px 350px 350px;
        gap: 1.5rem;
        min-height: 100vh;
    }
    .imgBox1 {
        grid-column: 1;
        grid-row: 1;
    }
    .imgBox2 {
        grid-column: 2;
        grid-row: 1 / 3;
    }
    .imgBox3 {
        grid-column: 1;
        grid-row: 2 / 4;
    }
    .imgBox4 {
        grid-column: 2;
        grid-row: 3;
    }
}


.goverlay, .glightbox-mobile .goverlay {
    background: white;
    /*background: rgba(255,255,255,0.97);*/
}

svg {
    color : "red";
}
/*
glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: white;
    color: black;
    border-radius: 0px;
}*/

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    height: 100vh;
    background: #fff;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: block;
    }
}


.mountains {
    background-image: url('../img/mountainbgcropped.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.splide {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
}

.splide h3 {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
}
.splide h4 {
    font-size: 0.8rem;
    font-weight: 300;
}

.splide div {
    padding-bottom: 0.7rem;
}


blockquote{
    color: #555555;
    padding:0.5rem 0px 0.5em 50px;
    /*border-left:4px solid #0A3981 ;*/
    position: relative;
  }
  
  blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#0A3981;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
  }
  
  blockquote::after{
    content: '';
  }

  /*
  .cookieConsent {
    font-size: 0.9rem;
    display:none;
    position:fixed;
    bottom:0;
    width: 100%;
    background: #0A3981;
  }

  .cookieConsent h1 {
    color: #fff;
    font-size: 1.1rem;
    text-transform: none;
  }

  .cookieConsent .btn {
    font-size: 0.9rem;
  }*/

  .cc-message a {
    color: #fff;
  }
  .cc-message a:hover {
    color: #E38E49;
  }

  .caption {
    position:absolute; 
    bottom:0; 
    padding-top:0.15rem; 
    padding-bottom:0.15rem; 
    padding-left:0.3rem; 
    padding-right:0.3rem; 
    background:rgba(0,0,0,0.2); 
    color: #fff; 
    width:100%;
  }
  
  /*
  .caption:hover {
    color: #E38E49;
  }*/
  



