
* {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color:#fff;
    margin-right: 1.5rem;
    font-size: 0.97rem;
}

.navbar-light .navbar-nav .nav-link {
    color:#000;
    margin-right: 1.5rem;
    font-size: 0.97rem;
}

footer {
    color: #fff;
    font-size: 1em;
}

a, footer a {
    color: #000;
    color: #207f82;
    text-decoration: none;
}

a:hover {
    color: #207f82;
    text-decoration: underline;
}

.navbar a:hover {
    text-decoration: none;
}

p {
    font-size: 1.1rem;
}

footer p {
    font-size: 1rem;
}

/*
h1, h2, h3, h4, h5, p, hr, .bottomUnderline, .bottomUnderlineSecondary {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}*/

h5 {
    color: #207f82;
}


.navbar {
    padding-top: .35rem;
    padding-bottom: .35rem;
}
h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    /*letter-spacing: 0.2em;*/
}
.album img {
    height:250px; object-fit:contain;
}
.album a {
    color:#000;
    text-decoration:none;
}

div.lead p {
    font-weight: 300;
}


.btn-dark, .btn-outline-dark {
    font-size: 0.9rem;
}

.album button {
    font-size: 0.9rem;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: #000;
    border: none;
    padding: 0;
}

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

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

.navbar-dark .navbar-toggler i {
    font-size: 1.6rem;
}

.navbar-light .navbar-toggler i {
    font-size: 1.6rem;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.breadcrumb a {
    color:#000;
    text-decoration:none;
    
}

.accordion-button {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

.accordion-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button {
    padding-left: 0px;
}

.accordion-body {
    padding: 1rem 1.25rem;
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 0px;
}


.badge {
    font-size: 1.2rem;
    font-weight: 400;
}

.badge.bg-danger {
    font-size: 0.7rem;
}


h2 span.badge.bg-danger {
    font-size: 1.2rem;
}

.picture img {
    height: 500px;
    object-fit:contain;
    max-width:100%;
}


.thumbs img {
    width: 80px;
    height:80px;
    object-fit: contain;
    padding:0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor:pointer;
}

.inactive {
        filter: opacity(0.5);
}

.goverlay {
    background: rgba(255,255,255,0.95);
}

.card-text {
    text-transform: uppercase;
}

a.glightbox {
    text-align:center;
}

.table>:not(caption)>*>* {
    padding-left: 0px;
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
}

.reddot {
    left: 100px !important;
    top: 12px;
}

.banner .lead {
    font-size: 1.4rem;
}

.banner h2 {
    font-size: 1.8rem;
}

span.link {
    color: #207f82;
    cursor: pointer;
}

span.link:hover {
    color: #207f82;
    cursor: pointer;
    text-decoration: underline;
}


.linkButton {
    border: none;
    background-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    color: #0d6efd;
    text-decoration: underline;
}

.imgThumb {
    max-width: 200px;
}


/* Kintyre Stuff Starts Here */

video {
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
}

.titleOverImage {
    display:none;
}

@media only screen and (min-width: 600px) {
    .titleOverImage {
        display:block;
    }
    .titleOverImage {
        position: absolute;
        top: 6rem;
    }
    .titleOverImage img {
        max-width: 180px;
    }
}


.titleOverImage2 {
    position: absolute;
    /*left: 1rem;*/
    bottom: 1rem;
    left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

hr {
    border: 2px dashed #207f82;
    border-style: none none dashed;
    color: #fff;
    background-color: #fff;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-style: italic;
    color: #207f82;
}

h2 .big {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    color: #207f82;
    font-weight: bold;
}

div.bottomUnderline {
    width: 100%;
    height: 24px;
    background-color: #207f82;
}

div.bottomUnderlineThin {
    width: 100%;
    height: 8px;
    background-color: #207f82;
    margin-bottom: 2rem;
}

.titleOverImage2 div.bottomUnderline {
    background-color: #fff;
}

.titleOverImage2 h3 {
    color:#fff;
}

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

h3.bottomUnderlineSecondary {
    color: #93b7ab;
}

div.bottomUnderlineSecondary {
    width: 100%;
    height: 24px;
    background-color: #93b7ab;
}

.bg-black {
    background-color: #000;
}

.btn-dark {
    background-color: #207f82;
}

/*
.row { background-color: yellow;}

.col-lg-6 {
    background-color: green;
}*/

.map {
    height: 75vh;
    margin-bottom: 1rem;
}

.mapSmall {
    height: 50vh;
    margin-bottom: 1rem;
}

/* Improve the look and feel of the Leaflet map controls */
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../img/hamburger-menu-4-128.png);
}
section.leaflet-control-layers-list {
    padding: 0;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 100;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.leaflet-touch .leaflet-bar a {
    line-height:1.9rem;
}
.leaflet-control-layers {
    border-radius: 0px;
}
.leaflet-retina:hover .leaflet-control-layers-toggle:hover {
    background-color: #f4f4f4; 
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 36px;
    height: 36px;
}

.longImg img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.verticalText {
    writing-mode: vertical-rl;
}

ol ::marker {
    color: #207f82;
}
ul ::marker {
    color: #207f82;
}


.popup {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.05rem;
    width: 250px;
}

.popup h4 {
    color: #207f82;
    font-size: 1.05rem;
}

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

.popup a {
    text-decoration: none;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align:center;
    border-radius: 5px;
}

.leaflet-popup-content {
    margin: 8px 8px;
}



footer img.logo {
    max-width: 100px;
}

.footerBox {
    text-align: center;
    padding:1rem;
    cursor:pointer;
}

.footerBox a:hover {
    text-decoration: none;
}

.footerBox h3 {
    color: #207f82;
    font-size: 0.95rem;
    margin: 1em;
}

.footerBox.boxTeal h3 {
    color: #93b7ab;
}

.footerBox:hover {
    background: #000;
    color: #fff;
}
.boxTeal {
    background: #207f82;
}
.boxLightTeal {
    background: #93b7ab;
    color: #000;
}
.boxYellow {
    background: #f1dd5d;
    color: #000;
}

area[alt=Computer]:hover::after {
    content:'';
    background-color: red;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 200px;
    height: 175px;
    position: absolute;
}


.mapMarker {
    background: #207f82;
    color:#fff;
    text-align:center;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem; 
    border-radius: 1rem;
    border: 1px solid #333;
}

.mapMarker:hover {
    background: #000;
    color: #fff;
}

.mapMarkerSmall {
    width: 1.0rem;
    height: 1.0rem;
    border-radius: .5rem;
}

.listMarker {
    font-size: 0.8rem;
}



.mapMarkerTeal {
    background: #207f82;
    color: #fff;
    
}
/*
.mapMarkerTeal:hover {
    background: #93b7ab;
}*/

.mapMarkerLightTeal {
    background: #93b7ab;
    color: #fff;
}

.mapMarkerDark {
    background: #000;
    color: #fff;
}
/*
.mapMarkerLightTeal:hover {
    background: #207f82;
}*/

.mapMarkerYellow {
    background: #f1dd5d;
    color: #000;
}

.mapMarkerRed {
    background: #a90505;
    color: #fff;
}


/*
.mapMarkerYellow:hover {
    background: #93b7ab;
    color: #fff;
}*/

.credit {
    font-size: small;
}

.dropdown-menu.show {
    margin-top:0.4rem;
}

.trailMarker {
    margin-top: 6px;
    width: 80px;
    height: 5px;
}

.trailMarkerSmall {
    margin-top: 7px;
    width: 80px;
    height: 3px;
}



ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
/*
.marker-cluster-small div, .marker-cluster-medium div {
    background-color: rgba(0, 0, 0, 0.999);
}*/


