
html {
    /*
    --s: 1400px; 
    --c1: #f0f0f0;
    --c2: #F9F8F4;
    --_g: #0000 90deg,var(--c1) 0;
    background: 
        conic-gradient(from 90deg at 2px 2px,var(--_g)),
        conic-gradient(from 90deg at 1px 1px,var(--_g)),
        var(--c2);
    background-size: var(--s) var(--s), calc(var(--s)/5) calc(var(--s)/5);
*/
}

body,nav, footer {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

td {
    margin-left: 10px;
}

.tinyContent {
    margin-bottom: 20px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Anonymous Pro", monospace;
    font-weight: 400;
    font-style: normal;
}

h1 {
     text-transform: uppercase;
     font-weight: 500;
}

h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #00BF63;
}

nav h2 {
    font-size: 1.6rem;
}

nav h2 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
}

a.navAdmin {
    color: #00BF63;
}

.nav-link:focus, .nav-link:hover {
    color: #0d733c;
}

.bi-list::before {
    font-size: 2rem;;
}

footer {
    background-color: #2b2b2b;
}

#files, #imageFiles {
    cursor: pointer;
}

h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 100;
    text-transform: uppercase;
    color: #00BF63;
    /*font-weight: bold;*/
}

h4, h5, h6 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.btn-outline-success {
    color: #00BF63;
    border-color: #00BF63;
}

.btn-outline-success:hover {
    color: rgb(255, 255, 255);
    background-color: #0d733c;
    border-color: #0d733c;
}

.cardbox {
    background-color: #eaf2f8;
    border-radius: .3rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid rgba(0, 0, 0, .125);
    word-wrap: break-word;
    padding: 2.4rem 2.4rem;
    margin-bottom: 2rem;
}

.cardboxheader {
    background-color: #0d733c;
    border-radius: .3rem .3rem 0rem 0rem !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid rgba(0, 0, 0, .125);
    word-wrap: break-word;
    padding: 1rem 0.0rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.cardboxheader p {
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-family: "Anonymous Pro", monospace;
    font-weight: 400;
    font-style: normal;
}

ul {
    padding-left: 1rem;
    font-size: 1.1rem;
}

ul li {
    margin-bottom: 0.25rem;
}

nav ul {
    font-size: 1rem;
}

/*
.bg-light {
    background-color: #ffffff !important;
}*/

.card {
    background-color: #eaf2f8;
}

.card-header {
    color: #fff;
    background-color: #0d733c;
}

.carousel img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%) brightness(80%); 
}

.carousel h2, .carousel h3 {
    color: #fff;
}

.jobs iframe {
    width: 100%;
    height: 600px;
}



/*
nav, footer {
    font-family: "Roboto", sans-serif;
}*/



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

a.nav-link.active {
    color: #00BF63;
}

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

a, footer a {
    color: #000;
    color: #00BF63;
    text-decoration: none;
}

a:hover {
    color: #00BF63;
    text-decoration: underline;
}

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

p {
    font-size: 1.1rem;
}

footer p {
    font-size: 1rem;
}

.btn-dark:hover {
    color: #fff;
    background-color: #0d733c;
    border-color: #0d733c;
}

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

#btn-back-to-top:hover {
    color: var(--bs-btn-active-color);
    background-color: #00BF63;
    border-color: #00BF63;
}



.container-dark {
    background-color: #00BF63;
    color: #fff;
}

.container-dark h2, .container-dark h3 {
    color: #fff;
}

.container-dark a {
    color: #fff;
}

h1, h2, h3, h4, .anchor {
    scroll-margin-top: 140px;
}



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



section:first-of-type {
    margin-top: 100px;
}



.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 .navbar-toggler {
    color: #fff;
    color: #000;
    border: none;
    padding: 0;
}

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

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

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

.navbar .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: 0.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
}

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

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



span.link {
    color: #00BF63;
    cursor: pointer;
}

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


.table>:not(caption)>*>* {
    padding-left: 0.6rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75em;
}

td form {
    margin-bottom: 0px;
}


.linkButton {
    border: none;
    background-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    color: #00BF63;
    text-decoration: underline;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*font-size: 1.2rem;*/
}

.deleteButton {
    color: #650D17;
}

.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 #00BF63;
    border-style: none none dashed;
    color: #fff;
    background-color: #fff;
}


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

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

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

.titleOverImage2 h3 {
    color:#fff;
}


.bg-light {
    background-color: #eaf2f8 !important;
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #00BF63 !important;
    background-color: #0d733c !important;
}

h3.bottomUnderlineSecondary {
    color: #93b7ab;
}

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

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

.btn-dark {
    background-color: #00BF63;
}

/*
.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: #00BF63;
}
ul ::marker {
    color: #00BF63;
}

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

.popup h4 {
    color: #00BF63;
    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 h1 {
    font-size: 1.1rem;
}

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

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

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

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

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

.footerBox:hover {
    background: #000;
    color: #fff;
}
.boxTeal {
    background: #00BF63;
}
.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: #00BF63;
    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: #00BF63;
    color: #fff;
    
}
/*
.mapMarkerTeal:hover {
    background: #93b7ab;
}*/

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

.mapMarkerDark {
    background: #000;
    color: #fff;
}
/*
.mapMarkerLightTeal:hover {
    background: #00BF63;
}*/

.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);
}*/


/* devnull here */

/*
img.hero {
    width: 100%;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}*/


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

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

#hero h1 {
    color: #fff;
    text-transform: uppercase;
}

.nav-link {
    color: #000; 
    margin-right: 1.2rem;
}


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: #00BF63;
    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));
}

.grid {
    display: grid;
}

.grid div {
    background: #f6f6f6;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.grid .gridHead {
    background: #fff;
    border-bottom: 1px solid #000;
    font-weight: 700;
    margin-bottom: 0rem;
}

.grid .controls {
    background:#f0f0f0;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}